A dumping ground for things I learned here and there pertaining to programing, experimental setups and life in general. (This blog started out as Pieces of Python)
Tuesday, November 29, 2011
LaTeX : pretty printing the difference between two versions
Use latexdiff
e.g. latexdiff ../v01/Complete/main_v02.tex main_v02.tex > diff.tex
Then compile diff.tex (and don't forget to run bibtex, though new citations don't show up as changes)
0 comments:
Post a Comment