Instructions for local document compilation

This commit is contained in:
Bjornar Orjansen Kaarevik 2025-02-13 00:12:26 +01:00
parent 7bd071e708
commit 71d22178c3

View File

@ -1,3 +1,8 @@
# latex-course
Presentation and content for the latex course I have held and maybe will hold for PVV.
Presentation and content for the latex course I have held and maybe will hold for PVV.
Document found in `example-document/main.tex` can be compiled with the command:
```bash
latexmk -xelatex main.tex
```