remove generated pdfs, rename tex file

This commit is contained in:
2026-03-27 16:08:58 -04:00
parent c607ed9852
commit d6707699c0
6 changed files with 12 additions and 301 deletions

View File

@@ -46,7 +46,7 @@
buildPhase = ''
runHook preBuild
latexmk -pdf -interaction=nonstopmode -halt-on-error main.tex
latexmk -pdf -interaction=nonstopmode -halt-on-error resume.tex
mv main.pdf ${resume_final_pdf}
runHook postBuild
'';