Delete pdf and cleanup code

This commit is contained in:
Leonardo Murça 2024-09-20 17:39:13 -03:00
parent 790731819b
commit a929e474ea
4 changed files with 6 additions and 11 deletions

1
.gitignore vendored
View file

@ -297,3 +297,4 @@ TSWLatexianTemp*
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
# Uncomment the next line to have this generated file ignored.
#*Notes.bib
main.pdf

Binary file not shown.

View file

@ -9,4 +9,4 @@ init:
echo "Making $@"; \
serve:
latexmk -pdf -jobname=Leonardo_Murca_Resume -pvc main.tex
latexmk -pdf -jobname=main -pvc main.tex

View file

@ -18,10 +18,4 @@
\input{sections/experience.tex}
\input{sections/skills.tex}
\input{sections/education.tex}
%----------------------------------------------------------------------------------------
% EDUCATION
%----------------------------------------------------------------------------------------
\end{document}