Files
dissertation-template/README.md
2022-01-10 16:02:13 +01:00

29 lines
849 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# A tufte-derived Dissertation/Thesis LaTeX-template
A LaTeX-template that can be used for dissertations. I developed
this template while writing my own PhD thesis. You can see the template in use
here: [Example](https://tuprints.ulb.tu-darmstadt.de/18611/)
### Requirements:
- texlive-full
- biber (for biblatex)
- latexmk, xelatex
- Fonts: Vollkorn (http://vollkorn-typeface.com), Gillius ADF No2 (https://blogfonts.com/gillius-adf-no2.font)
### Compilation
Compile with `latexmk` (there is a `.latexmkrc`):
```bash
latexmk thesis.tex -pdf
```
or use ninja:
```bash
ninja thesis.pdf
```
### License
Copyright 20172021 by Daniel Bauer.
This template uses a modified version of the original [tufte-latex](https://github.com/Tufte-LaTeX/tufte-latex)
template which was published under the Apache 2.0 License, so this work will also use it.