I'm using latexdiff to show changes between versions of an article written with the achemso package, but it doesn't seem to be able to highlight changes within the bibliography (including added \bibnote{} commands and added citations). BibTeX is used to produce the bibliography with the \bibliography{filename} command in the main LaTeX file. I'm using latexdiff in the following way:
latexdiff --subtype=COLOR old.tex new.tex > diff.tex
The resulting LaTeX file does mark the new citation numbers which appear in the text, but doesn't highlight anything in the bibliography. In there a convenient way to have latexdiff mark changes in the bibliography?
LaTeXfile so that I wouldn't have to calllatexdiffmultiple times. It's also a bit inconvenient to have to prevent TeXworks from recompiling thebblfile when compiling the output oflatexdiff. Alas, sometimes the long way is the only way. – tarheels Apr 30 '14 at 00:35