% Exemple de CV utilisant la classe moderncv % Style classic en bleu % Article complet : http://blog.madrzejewski.com/creer-cv-elegant-latex-moderncv/ \documentclass[11pt,a4paper]{moderncv} \moderncvtheme[blue]{classic} \newcommand*{\cvent}[7][.25em]{% \cvitem[#1]{#2}{% {\bfseries#3}% % \ifthenelse{\equal{#4}{}}{}{, {\slshape#4}}% I changed this line (with comma) ... \ifthenelse{\equal{#4}{}}{}{ {\slshape#4}}% ... into this one (without comma). \ifthenelse{\equal{#5}{}}{}{ #5}% \ifthenelse{\equal{#6}{}}{}{, #6}% .\strut% \ifx&% \else{\newline{}\begin{minipage}[t]{\linewidth}\small#7\end{minipage}}\fi}} \usepackage[utf8]{inputenc} \usepackage[top=1.1cm, bottom=1.1cm, left=2cm, right=2cm]{geometry} % Largeur de la colonne pour les dates \setlength{\hintscolumnwidth}{2.5cm} \firstname{Robin} \familyname{Thoni} \title{Student at EPITA} \address{639 Rue Émile Girardin}{G7H 6R1, Chicoutimi, Canada} \email{robin@rthoni.com} \mobile{+1 581 490 8942} \begin{document} \maketitle \section{Cursus} \cventry{2012 -- 2016}{Computer Science Student}{EPITA}{}{French Engineering School}{} \cventry{2014 -- 2016}{School's Laboratory}{3ie}{}{EPITA's Innovation Laboratory}{} \cventry{2016 -- today}{International IT Master}{UQAC}{}{Canadian University}{} \section{Experiences} \subsection{School} \cventry{2012 -- 2013}{Game}{A MMORPG written using SFML, with dedicated server}{}{}{} \cventry{2013 -- 2014}{IDEA}{An IDE for the EpiAlgo language used at EPITA}{}{}{} \cventry{2014}{42sh}{A POSIX shell done in teams of 4. I did the lexer, the parser, the AST, and the execution}{}{}{} \subsection{Personal} \cventry{2012 -- 2016}{Prologin Contest Organizer}{French national programming contest}{http://www.prologin.org/}{}{} \cventry{2013 -- 2015}{SMSServer}{An API and Android application for Internet SMS delivery service}{https://git.rthoni.com/ -> smsserver/*}{}{} \cventry{2013 -- today}{Camotion}{An API, a frontend, a backend and an Android application for remote CCTV}{https://git.rthoni.com/ -> camotion/*}{}{} \cventry{2013 -- 2014}{LibPTSocket}{A wrapper for TCP communication based on Qt}{https://git.rthoni.com/ -> libptsocket}{}{} \cventry{2014 -- 2016}{PDNS-slave}{A PowerDNS server replicator with override capabilities}{}{}{} \section{Skills} \subsection{Languages} \cvent{Fluent}{}{}{C, C++, Java, Shell, Javascript, C\#, SQL, HTML, CSS, Less, PHP}{}{} \subsection{Frameworks} \cvent{Fluent}{}{}{Qt, Node JS, C# WebApi, AngularJS, Bootstrap}{}{} \cvent{Occasional}{}{}{JQuery, Vaadin, Android SDK}{}{} \section{Miscellaneous} \subsection{Languages} \cvent{French}{}{}{Native}{}{} \cvent{English}{}{}{TOEIC 910}{}{} \subsection{Driving} \cvent{2012}{}{}{Driving Licence: Car and Van}{}{} \end{document}