inital commit

This commit is contained in:
Daniel Bauer
2022-01-10 15:58:05 +01:00
commit b34164f829
20 changed files with 3430 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# 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 `xlatexmk` (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.