summaryrefslogtreecommitdiffstats
path: root/example/cv.tex
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-11-17 19:11:42 +1100
committerChristophe Roger <darwiinc@live.fr>2017-11-17 19:11:42 +1100
commit2e05e5336df5c58cbdd8d65b95b77d1c523be4a6 (patch)
tree64d43f1eeca06eae89b54edb569bf52c5a194d64 /example/cv.tex
parent412cec65466dfb7136bc9acf882a1e20dcbee9a5 (diff)
downloadcv-2e05e5336df5c58cbdd8d65b95b77d1c523be4a6.tar.gz
cv-2e05e5336df5c58cbdd8d65b95b77d1c523be4a6.tar.bz2
cv-2e05e5336df5c58cbdd8d65b95b77d1c523be4a6.tar.xz
cv-2e05e5336df5c58cbdd8d65b95b77d1c523be4a6.zip
[EVO] Renaming project Awesome Source CV -> YAAC: Another Awesome CV
[EVO] Refactoring: Move example cv to example/ subfolder
Diffstat (limited to 'example/cv.tex')
-rwxr-xr-xexample/cv.tex39
1 files changed, 39 insertions, 0 deletions
diff --git a/example/cv.tex b/example/cv.tex
new file mode 100755
index 0000000..644f488
--- /dev/null
+++ b/example/cv.tex
@@ -0,0 +1,39 @@
+% !TEX TS-program = luatex
+% Awesome Source CV LaTeX Template
+%
+% This template has been downloaded from:
+% https://github.com/darwiin/awesome-neue-latex-cv
+%
+% Author:
+% Christophe Roger (Darwiin)
+%
+% Template license:
+% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
+
+\documentclass[localFont,alternative]{yaac}
+
+\name{Christophe}{ROGER}
+\tagline{Architecte Logiciel | Développeur/Concepteur Java/JEE}
+\photo{2.5cm}{darwiin}
+\socialinfo{
+ \linkedin{christopheroger}
+ \github{darwiin}\\
+ \smartphone{+687 831 831}
+ \email{christophe.roger@gmail.com}\\
+ \address{2 Rue du quartier, 98765 Ville, Pays}\\
+ \infos{Né le 23 septembre 1982 (35 ans) à Nouméa, Nouvelle-Calédonie}
+}
+
+\begin{document}
+
+ \makecvheader
+
+ \input{section_headline_archi}
+ \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