summaryrefslogtreecommitdiffstats
path: root/cv.tex
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2016-08-08 19:33:31 +1100
committerChristophe Roger <darwiinc@live.fr>2016-08-08 19:33:31 +1100
commit4dfaef6b0afa01b9da6b11e4f69ca0846ce60358 (patch)
treee5e91d39e5c681f21524510885f95797d0e15553 /cv.tex
parent6b9defff726f337fbb558b19a6738e2ff6c9bf6a (diff)
downloadcv-4dfaef6b0afa01b9da6b11e4f69ca0846ce60358.tar.gz
cv-4dfaef6b0afa01b9da6b11e4f69ca0846ce60358.tar.bz2
cv-4dfaef6b0afa01b9da6b11e4f69ca0846ce60358.tar.xz
cv-4dfaef6b0afa01b9da6b11e4f69ca0846ce60358.zip
Code cleaning
Diffstat (limited to 'cv.tex')
-rwxr-xr-xcv.tex11
1 files changed, 4 insertions, 7 deletions
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