diff --git a/.gitignore b/.gitignore index e8b3735..a6e6c23 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Leonardo_Murca_Resume.pdf b/Leonardo_Murca_Resume.pdf deleted file mode 100644 index 86b4677..0000000 Binary files a/Leonardo_Murca_Resume.pdf and /dev/null differ diff --git a/Makefile b/Makefile index 065f7af..173d9a0 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ init: echo "Making $@"; \ serve: - latexmk -pdf -jobname=Leonardo_Murca_Resume -pvc main.tex + latexmk -pdf -jobname=main -pvc main.tex diff --git a/main.tex b/main.tex index 08027c2..78432a0 100644 --- a/main.tex +++ b/main.tex @@ -14,14 +14,8 @@ } \begin{document} -\input{sections/summary.tex} -\input{sections/experience.tex} -\input{sections/skills.tex} -\input{sections/education.tex} - - -%---------------------------------------------------------------------------------------- -% EDUCATION -%---------------------------------------------------------------------------------------- - + \input{sections/summary.tex} + \input{sections/experience.tex} + \input{sections/skills.tex} + \input{sections/education.tex} \end{document}