latexdiff
latexdiff copied to clipboard
Compares two latex files and marks up significant differences between them. Releases on www.ctan.org and mirrors
`git diff --color-moved=zebra` colors *moved* lines differently so they don't show up as a huge amount of removed and added lines. Having `latexdiff` also color moved passages differently (e.g. in...
I'm using: ```This is LATEXDIFF 1.3.1a (Algorithm::Diff 1.15 fast, Perl v5.30.0) (c) 2004-2018 F J Tilmann ``` I have the following diff code generated by Latexdiff: > \item Outflow conditions...
Hi thanks for the fix. I pulled and reinstalled. I still think that the use of \begin{math} \end{math} is useful instead of \(\) 1. If I quickly want to change...
1- Create a file (test.tex) with: ``` \documentclass{article} \usepackage[utf8]{inputenc} \begin{document} \newcommand{\be}{\begin{equation}} \newcommand{\ee}{\end{equation}} \end{document} ``` 2- `latexdiff test.tex test.tex > diff.tex` I get: ``` \documentclass{article} %DIF LATEXDIFF DIFFERENCE FILE %DIF DEL...
A simple way to increase the number of test cases to run all the tests in testsuite in the opposite direction, i.e. with the file labelled "-old" as the new...
Hi, Using the `booktabs` package we may create a table with commands such as ``` \begin{tabular}{cccc} \toprule \multicolumn{2}{c}{I}&\multicolumn{2}{c}{II}\\ \cmidrule(lr){1-2}\cmidrule(lr){3-4} A & B & C & D\\ \midrule 1 & 2...
This patch will allow [minted](https://ctan.org/pkg/minted?lang=en) environment to be properly marked up. However, I haven't test this patch with `verbatim` and `listings` environments.
Hello, How are you? I've been running into an issue with the picture env (at least I think). I have a tikzpicture that end-up having a new command \PICTUREBLOCKtikzpicture added...
Hi, Here is the latex code `$=$$=$`. You can see it can be split into two parts: `$=$` and `$=$`. However, latexdiff mistakenly pairs the first `$` and the last`$`,...
When adding columns to a tabular, for example, going from this: \begin{tabular}{lr} \toprule ... To this: \begin{tabular}{lrrrrr} \toprule ... Latexdiff will result in the following error: ! Misplaced \noalign. \toprule...