Initiele template

This commit is contained in:
2021-12-19 18:08:10 +01:00
parent 642b05a9df
commit 3c71192bc2
5 changed files with 150 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# 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`