% !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} % Include custom package \usepackage{ResumeMacros} \usepackage{DemoMode} %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} \demotrue % 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}