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
I've run into a problem running latexdiff on files containing alignat. With this file, called temp-old.tex
\documentclass{article}
\begin{document}
Hello this was a test.
\end{document}
and temp.tex
\documentclass{article}
\usepackage{amsmath}
\begin{document}
Hello this is a test.
\begin{alignat}{3}
a& = b &\quad & \text{if} & \quad & x\ne y\\
c& = d & & \text{if} & & x = y
\end{alignat}
\end{document}
Running this with --mathmode=FINE worked for me but might cause other problems. In any case it should be fixed properly with commit 5d7ebb4 . Thanks for reporting.
I've run into a problem running latexdiff on files containing alignat. With this file, called
temp-old.tex
and
temp.tex
and running
I get the error
This is not surprising because
diff.tex
containsWhen changed to
everything works.
The text was updated successfully, but these errors were encountered: