working latex on vm

This commit is contained in:
Filipriec vibeVM
2026-02-05 00:18:14 +01:00
commit a0438053f6
4 changed files with 143 additions and 0 deletions

3
latexmkrc Normal file
View File

@@ -0,0 +1,3 @@
$pdf_mode = 1;
$out_dir = 'build';
$pdflatex = 'pdflatex -interaction=nonstopmode -halt-on-error %O %S';