This repository contains the LaTeX for my dissertation as well as the final PDFs.
The dissertation folder is split into:
data(contains simulation output and python scripts for generating graphs)figures(contains figures)tex(contains the LaTeX source)
- I used subfiles to split my project into separate files for each chapter, each of which could be compiled independently.
- The preamble is in
style.styand each part is commented - By keeping the LaTeX simple, compilation of the entire dissertation completes in 3 seconds on my laptop.
- The word count can be computed by running
texcount -total -template={sum} *.texfrom inside thetexdirectory