Presentation and content for the latex course I have held and maybe will hold for PVV.
Go to file
2025-02-14 21:39:46 +01:00
example-document Added booktabs and a demonstration 2025-02-13 00:11:58 +01:00
presentation Fixed newline disagreement between linux and windows 2025-02-14 21:39:46 +01:00
.gitignore Fixed newline disagreement between linux and windows 2025-02-14 21:39:46 +01:00
LICENSE Fixed newline disagreement between linux and windows 2025-02-14 21:39:46 +01:00
README.md Fixed newline disagreement between linux and windows 2025-02-14 21:39:46 +01:00

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