latex-course/README.md

19 lines
456 B
Markdown

# latex-course
Presentation and content for the latex course I have held and maybe will hold for PVV.
## Compiling example document
Document found in `example-document/main.tex` can be compiled with the command:
```bash
latexmk -xelatex main.tex
```
## Compiling presentation
The presentation found in `presentation/presentation.md` can be compiled with the command:
```bash
pandoc --to beamer presentation.md -o presentation.pdf --slide-level 2
```