%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DEFINE THE LANGUAGE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % You might need to remove this part to generate it using PHP later on. \newif\ifenglish %\englishtrue % Show English text only \englishfalse % will show French text only %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DEFINE THE VISIBILITY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % if you want to display your private informations, comment the following line. \def\ispublic{1} % you might need to comment it out if you want to handle this with PHP later on. \documentclass[11pt,a4paper]{article} \title{Curriculum vit\ae} \author{Etienne Molinier} \date{Novembre 2015} %% Standard packages \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage[utf8]{inputenc} \usepackage{textcomp} \usepackage[english]{babel} \usepackage[bindingoffset=1cm,centering,includeheadfoot,margin=1cm]{geometry} \usepackage{ifthen} %\usepackage{blindtext} %\usepackage{txfonts} % Change spacing of dections and subsections \usepackage{titlesec} %\titlespacing{command}{left spacing}{before spacing}{after spacing}[right] \titlespacing\section{0pt}{12pt plus 4pt minus 4pt}{5pt plus 2pt minus 3pt} \titlespacing\subsection{10pt}{10pt plus 2pt minus 4pt}{0pt plus 2pt minus 2pt} % Change the page margins \addtolength{\oddsidemargin}{-.3in} \addtolength{\evensidemargin}{-.3in} \addtolength{\textwidth}{0.0in} \addtolength{\topmargin}{-.4in} \addtolength{\textheight}{0.9in} %\setlength{\textheight}{9.5in} % increase text height to fit on 1-page %%%%%%%%%%%%%%%%%%%%%%%%%%% DEFINE YOUR ADDRESS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%% % Set coordinates depending on public or not % You can run this command to obtain the public version : % pdflatex "\def\ispublic{1} \input\{resume.tex}" \ifdefined\ispublic \def \email {webmaster@emolinier.com} \def \address {Region Rh\^{o}ne-Alpes Auvergne} \def \telephone {http://wiki.emolinier.com/etienne\textunderscore molinier} \else \def \email {here goes your private @email} \def \address {here goes your private postal address} \def \telephone {Tel : here goes your private phone number} \fi %%%%%%%%%%%%%%%%%%%%%%%%% CALCULATE THE AGE OF THE PERSON %%%%%%%%%%%%%%%%%%%%%%%%% \newcounter{MyAge} \setcounter{MyAge}{\the\year} \addtocounter{MyAge}{-PutYourYearOfBirthHere} \ifthenelse{\the\month