From 48658059caa73b7fb908d2f6131abc8c24af32ad Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Fri, 4 Nov 2016 23:57:05 +0000 Subject: [PATCH] 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. --- dottes.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dottes.tex b/dottes.tex index 5b7a9b5..92707d1 100644 --- a/dottes.tex +++ b/dottes.tex @@ -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}%