Latexdiff: Difference between revisions

From Arbeitsgruppe Kuiper
Jump to navigation Jump to search
(new)
 
m (diff file on OL)
 
Line 1: Line 1:
<code>latexdiff</code> ''old_version''<code>.tex</code>  ''new_version''<code>.tex > diff.tex</code><br> makes diff.tex contain the marked up differences (red striked out for deletions, blue underwiggled for additions).
<code>latexdiff</code> ''old_version''<code>.tex</code>  ''new_version''<code>.tex > diff.tex</code><br> makes diff.tex contain the marked up differences (red striked out for deletions, blue underwiggled for additions).


* can be [https://www.overleaf.com/learn/latex/Articles/How_to_use_latexdiff_on_Overleaf used on Overleaf]
* It is also available [https://www.overleaf.com/learn/latex/Articles/How_to_use_latexdiff_on_Overleaf directly on Overleaf]. The created difference LaTeX file can be accessed (if necessary) via "Logs and output files" → "Other logs and files" (at the bottom).
* ctan-[https://mirrors.ctan.org/support/latexdiff/README README]
* ctan-[https://mirrors.ctan.org/support/latexdiff/README README]
* things it chokes on:
* things it may choke on:
** missing <code>\</code> before <code>\hline</code>
** missing <code>\</code> before <code>\hline</code>

Latest revision as of 16:36, 13 December 2024

latexdiff old_version.tex new_version.tex > diff.tex
makes diff.tex contain the marked up differences (red striked out for deletions, blue underwiggled for additions).

  • It is also available directly on Overleaf. The created difference LaTeX file can be accessed (if necessary) via "Logs and output files" → "Other logs and files" (at the bottom).
  • ctan-README
  • things it may choke on:
    • missing \\ before \hline