I was just wondering if anyone knows of a ConTeXt equivalent to latexdiff?
For those not familiar with latexdiff: it is a Perl script that marks up differences between 2 latex files. It is included with many LaTeX distributions.
It is used as follows:
$ latexdiff old.tex new.tex > diff.tex
Then when you compile the output diff.tex, it shows added text in blue, and deleted text in red strikethrough. E.g., http://haakoh.at.ifi.uio.no/latexdiff/
Does anyone knows of a ConTeXt tool that achieves something similar?
If not, can anyone offer any pointers on how the latexdiff Perl script might be leveraged/ported to a "contextdiff" equivalent?
diff? Context users might not be familiar with Latex specific programs. – phg Oct 30 '12 at 12:24