Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem adding \hline\noalign{\smallskip} to a tabular environment #72

Open
bersbersbers opened this issue Nov 30, 2016 · 0 comments
Open

Comments

@bersbersbers
Copy link

bersbersbers commented Nov 30, 2016

This is VERY similar to issue #71, but since they involve a slightly different example, different macros (graphicx!), and a different mechanism (no deleted text is shown), I post this as a separate issue.

Again, latexdiffing the attached files leads to the error ! Misplaced \noalign. \hline ->\noalign:

\documentclass{article}
\usepackage{graphicx}
\begin{document}
	\begin{table}
		\begin{tabular}{l}
			X \\
		\end{tabular}
	\end{table}
\end{document}

and

\documentclass{article}
\usepackage{graphicx}
\begin{document}
	\begin{table}
		\begin{tabular}{l}
			X \\
			\hline\noalign{\smallskip}
		\end{tabular}
	\end{table}
\end{document}

a.txt
b.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants