backref=true,doi=false,eprint=false,isbn=false,url=false
for material to be distributed in printed form such as theses.\begin/\end{equation}
on separate lines.git-diftool
and latexdiff
one can view differences between two versions of a LaTeX document checked into Git in PDF.
Install the tool latexdiff
, put this script somewhere in your $PATH
, and add the lines
[alias] ldiff = difftool -t git-latexdiffto your
.gitconfig
in order to enjoy calling something like
git ldiff HEAD~1 HEAD paper.texto compare the last two versions of your document.
perl -p -i'.backup' -e 's{\$\$}{++$n % 2 ? "\\\[" : "\\\]"}ge' input.tex