An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/wpoely86/PhD-template/workflows/Build%20PhD%20template%20pdf/badge.svg)](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.