rename main to resume

This commit is contained in:
2026-03-27 16:13:07 -04:00
parent c00f87459e
commit fee2717db6
3 changed files with 7 additions and 5 deletions

View File

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