Mercurial > dottes
changeset 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 | b20beaebc06b |
children | c5a29c478d2d af814cd756e8 |
files | dottes.tex |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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}%