Initiele template toegevoegd

This commit is contained in:
2022-02-08 15:59:09 +01:00
parent aee7c11d95
commit 2ff723272d
5 changed files with 151 additions and 1 deletions

View File

@ -1,2 +1,19 @@
# template
# Latex template voor studie Zuyd
## Requirements
* `texlive` Voor het algemene pakket (pdflatex)
* `texlive-lang-european` Voor de nederlandse taal (voor babel)
* `texlive-bibtex-extra` Voor biblatex
* `biber` Ook voor biblatex
* *Optioneel*`latexmk` voor eenvoudigere compilatie
## Compilen project
1. `pdflatex main.tex`
2. *Optioneel voor bibliografie* `biber main`
3. *Optioneel voor bibliografie* `pdflatex main`
Of met `latexmk`:
1. `latexmk -pdf main.tex`
2. *Cleanup* `latexmk -c`