mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
Minor fix to cvtalks and \cvtalk
Adding 0.2 pt extra row length and removing the additional newline in
the cvtalk table. These changes are required in order to reproduce the
image I attached in commit a7673f6
.
This commit is contained in:
parent
a7673f6cf4
commit
a9d01fb8c2
1 changed files with 2 additions and 3 deletions
|
@ -629,7 +629,7 @@
|
|||
\newenvironment{cvtalks}{
|
||||
\begin{center}
|
||||
\setlength\tabcolsep{0pt}
|
||||
\setlength{\extrarowheight}{0pt}
|
||||
\setlength{\extrarowheight}{0.2pt}
|
||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} C{2.5cm} L{12.0cm} R{2.5cm}}
|
||||
}{
|
||||
\end{tabular*}
|
||||
|
@ -639,8 +639,7 @@
|
|||
% Usage: \cvtalk{<venue>}{<title>}{<location>}{<date>}
|
||||
\newcommand*{\cvtalk}[4]{
|
||||
\talkdatestyle{#4} & \talkvenuestyle{#1} & \talklocationstyle{#3} \\
|
||||
& \talktitlestyle{#2} & \\
|
||||
\\
|
||||
& \talktitlestyle{#2} & \\
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue