Delete pdf and cleanup code
This commit is contained in:
parent
790731819b
commit
a929e474ea
4 changed files with 6 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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.
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
14
main.tex
14
main.tex
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue