20 lines
392 B
TeX
20 lines
392 B
TeX
\documentclass[9pt]{article}
|
|
|
|
\input{preamble/packages.tex}
|
|
\input{preamble/settings.tex}
|
|
\input{preamble/entries.tex}
|
|
\input{preamble/links.tex}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\input{content/professional_experience.tex}
|
|
\input{content/skills.tex}
|
|
\input{content/education.tex}
|
|
\input{content/additional_courses.tex}
|
|
\input{content/projects.tex}
|
|
\input{content/about_me.tex}
|
|
|
|
\end{document}
|