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. # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
# Uncomment the next line to have this generated file ignored. # Uncomment the next line to have this generated file ignored.
#*Notes.bib #*Notes.bib
main.pdf

Binary file not shown.

View file

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

View file

@ -14,14 +14,8 @@
} }
\begin{document} \begin{document}
\input{sections/summary.tex} \input{sections/summary.tex}
\input{sections/experience.tex} \input{sections/experience.tex}
\input{sections/skills.tex} \input{sections/skills.tex}
\input{sections/education.tex} \input{sections/education.tex}
%----------------------------------------------------------------------------------------
% EDUCATION
%----------------------------------------------------------------------------------------
\end{document} \end{document}