
latexdiff
List of commands for latexdiff:
-
latexdiff:tldr:0bf7e latexdiff: Determine changes between different versions of a LaTeX file, and display minor changes in equations with both added and deleted graphics.$ latexdiff --math-markup=fine --graphics-markup=both ${old-tex} ${new-tex} > ${diff-tex}try on your machineexplain this command
-
latexdiff:tldr:19d1a latexdiff: Determine changes between different versions of a LaTeX file (the resulting LaTeX file can be compiled to show differences underlined).$ latexdiff ${old-tex} ${new-tex} > ${diff-tex}try on your machineexplain this command
-
latexdiff:tldr:3da2e latexdiff: Determine changes between different versions of a LaTeX file by highlighting differences in boldface.$ latexdiff --type=BOLD ${old-tex} ${new-tex} > ${diff-tex}try on your machineexplain this command