From 4dfaef6b0afa01b9da6b11e4f69ca0846ce60358 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 8 Aug 2016 19:33:31 +1100 Subject: Code cleaning --- cv.tex | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'cv.tex') diff --git a/cv.tex b/cv.tex index 6ab1f43..7053fb0 100755 --- a/cv.tex +++ b/cv.tex @@ -2,21 +2,18 @@ \documentclass{darwiin-cv} -\usepackage{DemoMode} - %Italian hyphenation for the word: ''corporations'' \hyphenation{im-pre-se} -%--------------------BEGIN DOCUMENT---------------------- +%------------------------------------------ \begin{document} -\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em} -\demofalse % Set Demo mode to true +\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em} \pagestyle{empty} % non-numbered pages \font\fb=''[cmr10]'' % for use with \LaTeX command -\conditionalinput{section_perso_demo}{section_perso} % Personal data section +\input{section_perso} % Personal data section \resumetitle{Architecte logiciel | Développeur/Concepteur JEE} @@ -27,6 +24,6 @@ \input{langues} % Section langues \input{scolarite} % Section scholarité %\input{interets} % Section intérêts -\conditionalinput{section_references_demo}{references} % Section références +\input{references} % Section références \end{document} \ No newline at end of file -- cgit v1.2.3