summaryrefslogtreecommitdiffstats
path: root/cv.tex
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2016-08-29 18:31:02 +1100
committerChristophe Roger <darwiinc@live.fr>2016-08-29 18:31:02 +1100
commit5dc12ee9b2068632b9b9c149bc5c528593e773ab (patch)
treef1b5b31eacca5b89c0ea313232afb537a6495462 /cv.tex
downloadcv-5dc12ee9b2068632b9b9c149bc5c528593e773ab.tar.gz
cv-5dc12ee9b2068632b9b9c149bc5c528593e773ab.tar.bz2
cv-5dc12ee9b2068632b9b9c149bc5c528593e773ab.tar.xz
cv-5dc12ee9b2068632b9b9c149bc5c528593e773ab.zip
Initial commit
Diffstat (limited to 'cv.tex')
-rwxr-xr-xcv.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/cv.tex b/cv.tex
new file mode 100755
index 0000000..a0eb5d7
--- /dev/null
+++ b/cv.tex
@@ -0,0 +1,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} \ No newline at end of file