General ⇒ Tracking changes with LaTeX
Tracking changes with LaTeX
A friend of mine has asked me to take a look at his PhD thesis and correct any possible spelling or other type of mistakes. Now the problem we are trying solve is how to indicate my changes in his work. If that was Microsoft Word, than I would have simply turned on the "track changes" function and then any changes would have been indicated automatically. However, I don't know how to do the same or something similar in LaTeX resp. WinEdit. Of course, I could just open the pdf file and edit it in Adobe Acrobat but than he would need to do the changes manually in the code, so this is also not optimal.
I would really appreciate your advices. Thank you.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Tracking changes with LaTeX
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Tracking changes with LaTeX
Try latexdiff instead. It only needs two versions and highlights the changes just as word does.
Usage:
latexdiff old.tex new.tex > diff.tex
Get it here: http://www.ctan.org/tex-archive/support/latexdiff/
However, it doesn't work with vista (the perl interpreter gives strange error messages).
Re: Tracking changes with LaTeX
To Sebi: this sounds very promising, I haven't tried it yet, but probably I'll get it this weekend and than tell if it had worked
