diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-10-09 18:42:08 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-10-09 18:42:08 +1100 |
commit | 62b94bdb55c7422f1494b258fc0af32e1fe60995 (patch) | |
tree | b48cfb7f9bf8007b74a4cf42104a08b50d72a7be /cv.tex | |
parent | 873036ef34582d2ff9e7ca157348bbe96ae4bb8c (diff) | |
parent | 4893890c10f8ff06e1044ea721725114d3211ac0 (diff) | |
download | cv-62b94bdb55c7422f1494b258fc0af32e1fe60995.tar.gz cv-62b94bdb55c7422f1494b258fc0af32e1fe60995.tar.bz2 cv-62b94bdb55c7422f1494b258fc0af32e1fe60995.tar.xz cv-62b94bdb55c7422f1494b258fc0af32e1fe60995.zip |
Merge branch 'master' into complete
Diffstat (limited to 'cv.tex')
-rwxr-xr-x | cv.tex | 23 |
1 files changed, 10 insertions, 13 deletions
@@ -1,7 +1,5 @@ % !TEX TS-program = xelatex
-
-\documentclass{source-awesome-cv}
-
+\documentclass[localFont]{awesome-source-cv}
\name{Christophe}{ROGER}
\tagline{Chef de projet IT}
@@ -14,18 +12,17 @@ \address{2 Rue Henri Lafleur, 98835 Dumbéa, Nouvelle-Calédonie}\\
\infos{Né le 23 septembre 1982 (33 ans) à Nouméa, Nouvelle-Calédonie}
}
-%------------------------------------------
+
\begin{document}
-\makecvheader
+ \makecvheader
-%--------------------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
+ \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 |