dossier-complet/candidature.tex
Sergiu Ivanov bfbc23c5f9 Retire the Fiche récapitulative.
Somewhat useless, especially given that I don't use this document as
an actual application.
2022-06-17 11:54:27 +02:00

61 lines
877 B
TeX

\documentclass[a4paper]{article}
\usepackage{candidature}
\hypersetup{
pdfauthor={Sergiu Ivanov},
pdftitle={Dossier de candidature pour un poste de maître de conférences},
pdfsubject={Dossier de candidature pour un poste dans l'enseignement supérieur},
pdfkeywords={
candidature,
cv,
recherche,
enseignement,
administration
publications,
},
pdfproducer={xelatex},
pdfcreator={xelatex},
hidelinks
}
\begin{document}
\input{titre.tex}
\cleardoublepage
%\input{motivation.tex}
%\cleardoublepage
\input{cv.tex}
\cleardoublepage
%\input{fiche-recap.tex}
%\cleardoublepage
\input{recherche.tex}
\clearpage
\input{publications.tex}
\clearpage
\input{enseignement.tex}
\clearpage
\input{administration.tex}
\end{document}
%%% Local Variables:
%%% mode: LaTeX
%%% mode: auto-fill
%%% ispell-local-dictionary: "fr"
%%% End: