latexdiff icon indicating copy to clipboard operation
latexdiff copied to clipboard

Diffing tables results in stack overflow

Open vit9696 opened this issue 4 years ago • 0 comments

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!

vit9696 avatar Jan 13 '21 22:01 vit9696