This repository contains the compile-able source code of my PhD thesis at the University of Tuebingen (pdf file). You can find a more minimal template here.
(Tested on Ubuntu 22.04.01 LTS with Latexmk 4.76, GNU Make 4.3, pdfTeX 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian))
To compile the document, clone the repository
clone [email protected]:f-dangel/phd-thesis.git
change into the directory,
cd phd-thesis/thesis
and run
make thesis-force
Make sure you have latexmk
installed on your system.