From 5dc12ee9b2068632b9b9c149bc5c528593e773ab Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 29 Aug 2016 18:31:02 +1100 Subject: Initial commit --- cv.tex | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 cv.tex (limited to 'cv.tex') 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 -- cgit v1.2.3 From e3995b2af4747bb0f1afb592bb3a0a943bb8f88e Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 10 Oct 2016 12:36:00 +1100 Subject: Adding license header on all source files --- cv.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cv.tex') diff --git a/cv.tex b/cv.tex index 9d6467c..62c872c 100755 --- a/cv.tex +++ b/cv.tex @@ -1,4 +1,15 @@ % !TEX TS-program = xelatex +% Awesome Source CV LaTeX Template +% +% This template has been downloaded from: +% https://github.com/darwiin/awesome-neue-latex-cv +% +% Author: +% Christophe Roger +% +% Template license: +% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) + \documentclass[localFont]{awesome-source-cv} \name{Christophe}{ROGER} -- cgit v1.2.3