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
The generated code won't compile with error "Package amsmath Error: Multiple \label's: label 'eq:a' will be lost. }\end{align*}"
My current workaround is to manually replace all occurrences of align* back to eqnarray.
I'm using LATEXDIFF 1.3.0 (Algorithm::Diff 1.15 fast, Perl v5.30.0) shipped with KDE neon (Ubuntu 18.04 derivative).
The text was updated successfully, but these errors were encountered:
Changes in eqnarray environments are changed to align* environments when diffed.
old.tex:
new.tex:
Generated diff of the eqnarray environment:
The generated code won't compile with error "Package amsmath Error: Multiple \label's: label 'eq:a' will be lost. }\end{align*}"
My current workaround is to manually replace all occurrences of align* back to eqnarray.
I'm using LATEXDIFF 1.3.0 (Algorithm::Diff 1.15 fast, Perl v5.30.0) shipped with KDE neon (Ubuntu 18.04 derivative).
The text was updated successfully, but these errors were encountered: