Hi,
For my Master Thesis I am writing a Latex document where I must put all the research I do. This document is reviewed periodically by my thesis advisors once or twice per month. Since this is a big document I'd like to automatically highlight what's new in the document since the last revision same way like Word or Openoffice do.
So my question is, given that I have a Latex document controlled by Subversion, what is the best way to create a pdf highlighting the differences between the HEAD and a previous version?
Say that I want:
- New text in a red coloured font
- New images and tables with a light red background
- Deleted text marked as a footnote or something similar
If not all are possible, which ones could be implemented?
Thanks.