This repository hosts my master thesis manuscript.
The last compiled version of the document can be found here.
$ apt install texlive texlive-lang-english texlive-latex-extraThe base source document is manuscript.tex.
The output file is manuscript.pdf.
To compile the document, simply run this command in the project's directory.
latexmk -pdf manuscript.tex💡 Tips: Activate watching of updated files by adding -pvc to the command.
Guillaume Everarts de Velp