phd-thesis icon indicating copy to clipboard operation
phd-thesis copied to clipboard

Source code for my PhD thesis: Backpropagation Beyond the Gradient

This repository contains the compile-able source code of my PhD thesis at the University of Tuebingen ([[file:thesis/thesis.pdf][pdf file]]). You can find a more minimal template [[https://github.com/f-dangel/phd-thesis-template][here]].

  • Build instructions

/(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

#+begin_src bash clone [email protected]:f-dangel/phd-thesis.git #+end_src

change into the directory,

#+begin_src bash cd phd-thesis/thesis #+end_src

and run

#+begin_src bash make thesis-force #+end_src

Make sure you have =latexmk= installed on your system.