GitHub repository for a PhD Thesis template using LaTex.
-
To build the pdf of the Thesis, execute the following.
latexmk -pdf -output-directory=build src/main.tex
This builds the pdf in the
build/
directory under the file namemain.pdf
. -
To build the plots:
python3 src/generate_plots.py
-
To get the pdf of a particular release version, go to the release and find it in the assets.