summaryrefslogtreecommitdiffstats
path: root/cv.tex
blob: 51881f71952008c083a0a8c8fdc28c884903bc63 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
% !TEX TS-program = xelatex

\documentclass[11pt,a4paper]{article}

%A Few Useful Packages
\usepackage[frenchb]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{marvosym}
\usepackage{fontspec} 					          %for loading fonts
\usepackage{xunicode,xltxtra,url,parskip} 	    %other packages for formatting
%\RequirePackage{color,graphicx}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{fullpage}
\usepackage{longtable} 				%for Grades
\usepackage{titlesec}					%custom \section
\usepackage[margin=1.5cm]{geometry}


%Setup hyperref package, and colours for links
\usepackage{hyperref}
\definecolor{linkcolour}{rgb}{0,0.2,0.6}
\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}

% Include custom package
\usepackage{ResumeMacros}
\usepackage{DemoMode}

%FONTS
\defaultfontfeatures{Mapping=tex-text}
%\setmainfont[SmallCapsFont = Fontin Sans Small Caps]{Fontin Sans Regular}
\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin}

%CV Sections inspired by: 
\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule]
\titlespacing{\section}{0pt}{2pt}{2pt}
%Tweak a bit the top margin
%\addtolength{\voffset}{-1.3cm}


\newlength{\datebox}
\settowidth{\datebox}{Décembre 2009}

%Italian hyphenation for the word: ''corporations''
\hyphenation{im-pre-se}

%-------------WATERMARK TEST [**not part of a CV**]---------------
\usepackage[absolute]{textpos}

\setlength{\TPHorizModule}{30mm}
\setlength{\TPVertModule}{\TPHorizModule}
\textblockorigin{2mm}{0.65\paperheight}
\setlength{\parindent}{0pt}

\usepackage{array}
\newcolumntype{R}[1]{>{\hfill}m{#1}}

%--------------------BEGIN DOCUMENT----------------------
\begin{document}

\pagestyle{empty} 			% non-numbered pages
\font\fb=''[cmr10]'' 		% for use with \LaTeX command
\demofalse					% Set Demo mode to true


\conditionalinput{section_perso_demo}{section_perso}	% Personal data section
%--------------------TITLE-------------	
\par{
		\bigskip\center{\Large Architecte logiciel | Développeur/Concepteur JEE}\par
	}
\bigskip


%--------------------SECTIONS-----------------------------------
\input{headline}
\input{competences}										% Section compétence
\input{experience_compact}								% Section expérience
\input{langues}											% Section langues
\input{scolarite}
%\input{interets}
\conditionalinput{references_demo}{references} 			% Section références

\end{document}