26 lines
757 B
TeX
26 lines
757 B
TeX
|
|
% ============================================================
|
||
|
|
% cv-full.tex -- the complete CV (every chapter included)
|
||
|
|
% Compile with: make full (uses Docker + XeLaTeX + altacv)
|
||
|
|
% ============================================================
|
||
|
|
\documentclass[10pt,a4paper,ragged2e,withhyper]{altacv}
|
||
|
|
|
||
|
|
\input{preamble.tex}
|
||
|
|
|
||
|
|
\begin{document}
|
||
|
|
|
||
|
|
\input{chapters/header.tex}
|
||
|
|
\input{chapters/positions.tex}
|
||
|
|
\input{chapters/education.tex}
|
||
|
|
\input{chapters/grants.tex}
|
||
|
|
\input{chapters/teaching.tex}
|
||
|
|
\input{chapters/examinations.tex}
|
||
|
|
\input{chapters/service.tex}
|
||
|
|
\input{chapters/talks.tex}
|
||
|
|
\input{chapters/collaborators.tex}
|
||
|
|
\input{chapters/alumni.tex}
|
||
|
|
\input{chapters/publications.tex}
|
||
|
|
\input{chapters/products.tex}
|
||
|
|
\input{chapters/software.tex}
|
||
|
|
|
||
|
|
\end{document}
|