Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 246 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 246 Bytes

Slides for pgHumor's thesis defense

Compilation

latexmk main.tex

Preview continuously

latexmk -pvc main.tex

Avoid stopping if there is an error

latexmk -pvc -interaction=nonstopmode main.tex