Skip to content

Latest commit

Β 

History

History
18 lines (13 loc) Β· 758 Bytes

README.md

File metadata and controls

18 lines (13 loc) Β· 758 Bytes

ThesisDotTex

Thesis.tex is only a template for those keen PhD candidates who want to conclude their degrees with a beautiful Latex thesis! πŸŽ“πŸ“‘β˜•

Credits

Major credits to (ex) PhD candidates (and thus doctors by now): dr. Bart Besselink, dr. Benjamin Biemond, and dr. Mark Rijnen for their contribution to the template! 99.9% of the credits should go to these guys, I'm merely the guy who decided to add in some new features and put the thing on git.

Clean-up using Python

If you have python installed, you can run the cleanup.py to clear all the redundant .aux, .mklatex, ect. files. In your system's terminal, run

# standard
python cleanup.py

# or using Python3
python3 cleanup.py