blob: 7c9025750923a7e2fe8a7671ee19b2a2bc7c0aea (
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
|
% !TEX TS-program = xelatex
\documentclass[11pt,a4paper]{article}
%A Few Useful Packages
\usepackage[frenchb]{babel}
%\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fontspec} % for loading fonts
\usepackage{xunicode,xltxtra,url,parskip} % other packages for formatting
%\RequirePackage{color,graphicx}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{fullpage}
\usepackage[margin=1.5cm]{geometry}
% Include custom package
\usepackage{ResumeMacros}
\usepackage{DemoMode}
%Italian hyphenation for the word: ''corporations''
\hyphenation{im-pre-se}
%--------------------BEGIN DOCUMENT----------------------
\begin{document}
\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em}
\demofalse % Set Demo mode to true
\pagestyle{empty} % non-numbered pages
\font\fb=''[cmr10]'' % for use with \LaTeX command
\conditionalinput{section_perso_demo}{section_perso} % Personal data section
\resumetitle{Architecte logiciel | Développeur/Concepteur JEE}
%--------------------SECTIONS-----------------------------------
\input{headline}
\input{competences} % Section compétence
\input{experience_compact} % Section expérience
\input{langues} % Section langues
\input{scolarite} % Section scholarité
%\input{interets} % Section intérêts
\conditionalinput{section_references_demo}{references} % Section références
\end{document}
|