summaryrefslogtreecommitdiffstats
path: root/example/cv.tex
blob: 1d94839f4846705333b7082af48b26dd0545e4fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
% !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-another-awesome-cv}
\name{Christophe}{Roger}
\tagline{Architecte Logiciel | Développeur/Concepteur Senior Java/JEE}
\photo{2.5cm}{cr}
\socialinfo{
	\linkedin{christopheroger}
	\github{darwiin}\\
	\smartphone{+687 831 831}
	\email{christophe.roger@mail.com}\\
	\address{17 Rue de Bretagne, 98835 Dumbéa, Nouvelle-Calédonie}\\
	\infos{Né le 23 septembre 1982 (35 ans) à Nouméa, Nouvelle-Calédonie}
}

\begin{document}

	\makecvheader

	\makecvfooter
		{\textsc{\today}} % \selectlanguage{english}\today
		{\textsc{Christophe Roger - CV}}
		{\thepage}

	\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_projets}
	\input{section_references} 				% Section références


\end{document}