blob: a0eb5d7593a6e7a44960e04ba0656ddae9486216 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
% !TEX TS-program = xelatex
\documentclass{darwiin-cv}
%Italian hyphenation for the word: ''corporations''
\hyphenation{im-pre-se}
%------------------------------------------
\begin{document}
\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em}
\pagestyle{empty} % non-numbered pages
\font\fb=''[cmr10]'' % for use with \LaTeX command
\input{section_perso} % Personal data section
\resumetitle{Architecte logiciel | Développeur/Concepteur JEE}
%--------------------SECTIONS-----------------------------------
\input{section_headline}
\input{section_competences} % Section compétence
\input{section_experience_short} % Section expérience
\input{section_langues} % Section langues
\input{section_scolarite} % Section scholarité
%\input{section_interets} % Section intérêts
\input{section_references} % Section références
\end{document}
|