latex-course/README.md

456 B

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:

latexmk -xelatex main.tex

Compiling presentation

The presentation found in presentation/presentation.md can be compiled with the command:

pandoc --to beamer presentation.md -o presentation.pdf --slide-level 2