latexdiff
latexdiff copied to clipboard
Compares two latex files and marks up significant differences between them. Releases on www.ctan.org and mirrors
I see that latexdiff has recently learned to skip over ``tikzpicture`` environments by adding it to the ``PICTUREENV`` regexp. While this works (in the sense of producing valid LaTeX output),...
Hi I attach a tar archive of two files: main.tex sec-01.tex main-diff1.tex which are under mercurial version control. When I run /usr/local/bin/latexdiff-vc --so --flatten --math-markup=0 main.tex -r 1 I cannot...
``` % latexdiff --version This is LATEXDIFF 1.2.0 (Algorithm::Diff 1.15 so, Perl v5.18.2) (c) 2004-2016 F J Tilmann ``` # Overview I am trying to use latexdiff in a tex-project...
Latexdiff doesn't break lines with citations correctly. A solution was already developed as a wrapper called _latexdiffcite_: https://latexdiffcite.readthedocs.io/en/latest/ https://pypi.python.org/pypi/latexdiffcite It would be very nice if this solution could be implemented...
The line width of the latexdiff help page exceeds the standard characters length a linux terminal and adds a lot of line space because of line breaks. It would be...
Hi, when using \protect\cite{} in a figure caption (and the figure caption was added, latexdiff produces an output that does not compile, at least not with the vldb class that...
Many unix tools interpret the filename '-' as stdin, including diff. Would be handy to have that here too.
I tried my best giving a shot at a PR that adds a `LUAUNDERLINE` option for latexdiff to use the lua-ul package (essentially what was suggested in #255 by @michaelmhoffman),...
Hi, Latexdiff is working perfectly except that long citation extend off the page, in the margin. I tried to solve the problem using the microtype package and \begin{sloppypar}....\end{sloppypar} but it...
Depending on the packages used, latexdiff-vc with option --only-changed is unable to parse changed pages, the reason being that \abspage{} might not be in last position.