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:
parent
3ab55e97a8
commit
48658059ca
|
@ -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}%
|
||||
|
|
Loading…
Reference in New Issue