# HG changeset patch # User Jim Hague # Date 1478303825 0 # Node ID b6b80aca673d82a87a56364cb72163ac964349dd # Parent b20beaebc06bc8e05270b51cc5db9a1aaa42af68 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. diff -r b20beaebc06b -r b6b80aca673d dottes.tex --- 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}%