Mercurial > dottes
diff dottes.tex @ 611:b6b80aca673d
It seems \tabularnewline is better than \\ in tables.
It explicitly means that this is the end of an entire row. \\ can
get redefined a lot.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 04 Nov 2016 23:57:05 +0000 |
parents | ef0d66742e01 |
children | 49d72092b45e |
line wrap: on
line diff
--- a/dottes.tex Fri Nov 04 23:44:03 2016 +0000 +++ b/dottes.tex Fri Nov 04 23:57:05 2016 +0000 @@ -51,9 +51,9 @@ \phantomsection \begin{tabularx}{\textwidth}{LCR} \addcontentsline{toc}{section}{#2} - & \hypertarget{#1}{\Large{#2}} & \emph{#4} \\ + & \hypertarget{#1}{\Large{#2}} & \emph{#4} \tabularnewline \ifemptyarg{#3}{}{% - & #3 & \\ + & #3 & \tabularnewline } \multicolumn{3}{c}{% \includegraphics[width=\textwidth,height=0.8\textheight,keepaspectratio]{#5}%