ftilmann / latexdiff

Compares two latex files and marks up significant differences between them. Releases on www.ctan.org and mirrors
GNU General Public License v3.0
513 stars 72 forks source link

Diffing tables results in stack overflow #217

Open vit9696 opened 3 years ago

vit9696 commented 3 years ago

Hello,

Diffing these two files (source.zip) with the following command:

latexdiff --allow-spaces -s ONLYCHANGEDPAGE PreviousConfiguration.tex ../Configuration.tex > Differences.tex

Results in an uncompilable file (via latexbuild Differences -interaction=nonstopmode) with an TeX capacity exceeded, sorry [input stack size=5000]. error. I am not quite sure what is wrong here, but I think the generated differences file is invalid, since increasing the stack does not solve the problem.

Thanks!