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
514 stars 72 forks source link

latexdiff-vc does not pass options with '.tex' to latexdiff #175

Closed nlskrg closed 4 years ago

nlskrg commented 5 years ago

Using the command latexdiff-vc --preamble=diffpreamble.tex --git -r XXX -r XXX main.tex does not pass the parameter --preamble=diffpreamble.tex to latexdiff, but considers it an input tex file. Renaming diffpreamble.tex to diffpreamble is a workaround.

ftilmann commented 4 years ago

Should be fixed by commit 58a787e