Ph.D. Thesis from Fabian-Robert Stöter
references.bib: Main references of all cited works. This will be rendered in the last chapter of the thesis.ownref.bib: References where I am the main/first author. This will be rendered in the introduction and also appear in references at the end of the thesis.ownsideref.bib: References where I am not the main/first author. This will be rendered in the introduction and also appear in references at the end of the thesis.owndata.bib: Data and Software References where I am the main author. This will be rendered in the introduction and also appear in references at the end of the thesis.
TexLive 2019
Run make.
due to bugs in the git-latex diff's flatten, we need to manually create a flattened latex file:
python latex-flatten.py ClassicThesis.tex thesis_original.tex
git checkout XXXXXX
python latex-flatten.py ClassicThesis.tex thesis_revisionXXXXXX.tex
latexdiff thesis_original.tex thesis_revisionXXXXXX.tex > diff.tex
make diff.pdf