A PhD LaTeX thesis template based on Mimosis
This repository contains a customized PhD thesis template adapted from the excellent Mimosis by Bastian Rieck.
All credit for the original design goes to the Mimosis project; this version adds personal adaptations and workflow tweaks.
A compiled example thesis is available here:
A reasonably recent LaTeX distribution.
From the repository root:
cd phd-latex
latexmkThis will compile thesis.tex and produce thesis.pdf.
Remove auxiliary files while keeping the PDF:
latexmk -cRemove all generated files (including the PDF):
latexmk -C