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:
Kirk North 2016-08-01 17:24:09 -04:00
parent a7673f6cf4
commit a9d01fb8c2

View file

@ -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} & \\
}