https://github.com/wpoely86/phd-template
This is a template to write a PhD in LaTeX
https://github.com/wpoely86/phd-template
latex latex-template phd-dissertation phd-thesis-template
Last synced: about 1 year ago
JSON representation
This is a template to write a PhD in LaTeX
- Host: GitHub
- URL: https://github.com/wpoely86/phd-template
- Owner: wpoely86
- License: mit
- Created: 2017-02-27T10:01:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T14:30:09.000Z (over 5 years ago)
- Last Synced: 2025-01-30T19:14:38.023Z (over 1 year ago)
- Topics: latex, latex-template, phd-dissertation, phd-thesis-template
- Language: TeX
- Homepage: https://wpoely86.github.io/PhD-template/
- Size: 3.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/wpoely86/PhD-template/actions)
LaTeX PhD template
==================
This is template to write a PhD dissertation in LaTeX. A dissertation made with
this template can be found [here](http://lib.ugent.be/catalog/pug01:6933577).
A compiled version of the template can be downloaded [here](https://wpoely86.github.io/PhD-template/main.pdf).
The 'main' LaTeX file is `main.tex`. To compile it, use `latexmk`:
```
latexmk -pdf main.tex
```
The repository has a custom `.latexmkrc` to also generate the glossary.
Under the directory `figures/BH/` you can also find a small bash script to
graphs with gnuplot.
License
-------
All of this is licensed under the MIT license.