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.
This commit is contained in:
Jim Hague 2016-11-04 23:57:05 +00:00
parent 3ab55e97a8
commit 48658059ca
1 changed files with 2 additions and 2 deletions

View File

@ -51,9 +51,9 @@
\phantomsection \phantomsection
\begin{tabularx}{\textwidth}{LCR} \begin{tabularx}{\textwidth}{LCR}
\addcontentsline{toc}{section}{#2} \addcontentsline{toc}{section}{#2}
& \hypertarget{#1}{\Large{#2}} & \emph{#4} \\ & \hypertarget{#1}{\Large{#2}} & \emph{#4} \tabularnewline
\ifemptyarg{#3}{}{% \ifemptyarg{#3}{}{%
& #3 & \\ & #3 & \tabularnewline
} }
\multicolumn{3}{c}{% \multicolumn{3}{c}{%
\includegraphics[width=\textwidth,height=0.8\textheight,keepaspectratio]{#5}% \includegraphics[width=\textwidth,height=0.8\textheight,keepaspectratio]{#5}%