latexdiff
latexdiff copied to clipboard
Diffing tables results in stack overflow
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!