Set up build system

This commit is contained in:
2025-03-04 09:26:49 +01:00
parent 5dca53926f
commit 3963fe0992
5 changed files with 52 additions and 0 deletions

3
.latexmkrc Normal file
View File

@@ -0,0 +1,3 @@
$pdflatex="pdflatex -shell-escape -interaction=nonstopmode -synctex=1 %O %S";
$out_dir = 'build';
$pdf_mode = 1;