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

latexdiff fails on these files #231

Closed hughjonesd closed 3 years ago

hughjonesd commented 3 years ago
latexdiff foo-rmd.tex bar-prerendered.tex

creates a diff.tex file, but compiling it with pdflatex fails with the error

! Undefined control sequence.
<argument> \DIFdelbegin 
                        \DIFdelend 
l.163 \DIFdelend }

I've added .txt to the file extensions so that github will accept them.

bar-prerendered.tex.txt foo-rmd.tex.txt

hughjonesd commented 3 years ago

Dupe of my own #163, I think. My bad.