I'm working on a master's degree and I'm presenting weekly updates of the thesis to my supervisors. I do maintain a changelist, however they have requested that I also color (or somehow distinguish) the new text from the previous version. This includes whole chapters but more importantly small changes all over the place. I can use the normal text color package, however I wonder if there is an easier way to tell LaTeX (I'm using TeXnicCenter) to automatically do this for me? Otherwise I'd have to manually add and remove coloring for every bit of text in between every version. It does not strictly need to be coloring, but any simple way to distinguish the new text from the old, including small changes such as a couple of new words here and there.. Any help would be greatly appreciated
General ⇒ Distinguish & mark new text between document versions
Distinguish & mark new text between document versions
I'm working on a master's degree and I'm presenting weekly updates of the thesis to my supervisors. I do maintain a changelist, however they have requested that I also color (or somehow distinguish) the new text from the previous version. This includes whole chapters but more importantly small changes all over the place. I can use the normal text color package, however I wonder if there is an easier way to tell LaTeX (I'm using TeXnicCenter) to automatically do this for me? Otherwise I'd have to manually add and remove coloring for every bit of text in between every version. It does not strictly need to be coloring, but any simple way to distinguish the new text from the old, including small changes such as a couple of new words here and there.. Any help would be greatly appreciated
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Distinguish & mark new text between document versions
Distinguish & mark new text between document versions
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Distinguish & mark new text between document versions
[1] The TeX Catalogue Online, Topic Index - Managing different versions of your document
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Distinguish & mark new text between document versions
Unknown encoding 'ansinew' at C:\Program Files (x86)\MiKTeX 2.8\scripts\latexdiff\perl\latexdiff.pl line 514
I'll look into your other suggestions now too, and report back.
Re: Distinguish & mark new text between document versions
Distinguish & mark new text between document versions
I actually don't have much personal experience with latexdiff, but is there are line in your document that reads:Davidsv wrote:Thanks. I tried latexdiff because it looked pretty interesting but after installing Perl I get the following error message when I try to run the program:
Unknown encoding 'ansinew' at C:\Program Files (x86)\MiKTeX 2.8\scripts\latexdiff\perl\latexdiff.pl line 514
Code: Select all
\usepackage[ansinew]{inputenc}
Code: Select all
\usepackage[latin1]{inputenc}
Code: Select all
--encoding=latin1