Presentation and content for the latex course I have held and maybe will hold for PVV.
Go to file
2025-02-14 01:19:33 +01:00
example-document Added booktabs and a demonstration 2025-02-13 00:11:58 +01:00
presentation Fixed typos in presentation 2025-02-14 01:19:33 +01:00
.gitignore Initial commit 2025-02-12 23:26:29 +01:00
LICENSE Initial commit 2025-02-12 23:26:29 +01:00
README.md Added compilation instructions for presentation 2025-02-14 00:48:33 +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