% !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[big]{layaureo} %better formatting of the A4 page % an alternative to Layaureo can be ** \usepackage{fullpage} ** \usepackage{fullpage} \usepackage{longtable} %for Grades \usepackage{titlesec} %custom \section \usepackage[margin=1.5cm]{geometry} \usepackage{fontawesome} %Setup hyperref package, and colours for links \usepackage{hyperref} \definecolor{linkcolour}{rgb}{0,0.2,0.6} \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} %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 \input{perso} %--------------------TITLE------------- \par{ \bigskip\center{\Large Architecte logiciel | Développeur/Concepteur JEE}\par } \bigskip %--------------------SECTIONS----------------------------------- \input{headline} %\input{perso_section} \input{competences} \input{experience_compact} \input{langues} \input{scolarite} %\input{interets} \input{references} \end{document}