70fb37c218
It really is inappropriate now, and I don't use it at all.
60 lines
879 B
TeX
60 lines
879 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:
|