You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comparing these two files (attached) creates something non-compilable with default settings: a.txt b.txt
\documentclass{article}
\begin{document}
\begin{table}
\begin{tabular}{l}
X
\end{tabular}
\end{table}
\end{document}
\documentclass{article}
\begin{document}
\begin{table}
\begin{tabular}{l}
\hline\noalign{\smallskip}
Y
\end{tabular}
\end{table}
\end{document}
The output is this, and I think the problem is the deleted content in front of \hline\noalign{\smallskip}. In line with this, the error message is ! Misplaced \noalign. \hline ->\noalign
\newcommand{\DIFdel}[1]{} fixes this, but with default settings, compilation fails.
The text was updated successfully, but these errors were encountered:
bersbersbers
changed the title
Problem adding \hline\noalign{\smallskip} to a tabulat environment
Problem adding \hline\noalign{\smallskip} to a tabular environment
Nov 30, 2016
Comparing these two files (attached) creates something non-compilable with default settings:
a.txt
b.txt
The output is this, and I think the problem is the deleted content in front of
\hline\noalign{\smallskip}
. In line with this, the error message is! Misplaced \noalign. \hline ->\noalign
\newcommand{\DIFdel}[1]{}
fixes this, but with default settings, compilation fails.The text was updated successfully, but these errors were encountered: