You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Robin_THONI_resume.tex 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. % Exemple de CV utilisant la classe moderncv
  2. % Style classic en bleu
  3. % Article complet : http://blog.madrzejewski.com/creer-cv-elegant-latex-moderncv/
  4. \documentclass[11pt,a4paper]{moderncv}
  5. \moderncvtheme[blue]{classic}
  6. \newcommand*{\cvent}[7][.25em]{%
  7. \cvitem[#1]{#2}{%
  8. {\bfseries#3}%
  9. % \ifthenelse{\equal{#4}{}}{}{, {\slshape#4}}% I changed this line (with comma) ...
  10. \ifthenelse{\equal{#4}{}}{}{ {\slshape#4}}% ... into this one (without comma).
  11. \ifthenelse{\equal{#5}{}}{}{ #5}%
  12. \ifthenelse{\equal{#6}{}}{}{, #6}%
  13. .\strut%
  14. \ifx&#7&%
  15. \else{\newline{}\begin{minipage}[t]{\linewidth}\small#7\end{minipage}}\fi}}
  16. \usepackage[utf8]{inputenc}
  17. \usepackage[top=1.1cm, bottom=1.1cm, left=2cm, right=2cm]{geometry}
  18. % Largeur de la colonne pour les dates
  19. \setlength{\hintscolumnwidth}{2.5cm}
  20. \firstname{Robin}
  21. \familyname{Thoni}
  22. \title{Student at EPITA}
  23. %\address{3 Parvis Georges Marchais}{94800 Villejuif}
  24. \address{18 rue Saint Georges}{57580 Lesse}
  25. \email{thoni\_r@epita.fr}
  26. \mobile{06 23 06 39 59}
  27. \begin{document}
  28. \maketitle
  29. \section{Cursus}
  30. \cventry{2012 -- today}{Computer Science Student}{EPITA}{}{French Engineering School}{}
  31. \cventry{2014 -- today}{School's Laboratory}{3ie}{}{EPITA's Innovation Laboratory}{}
  32. \section{Experiences}
  33. \subsection{School}
  34. \cventry{2012 -- 2013}{Game}{A MMORPG written using SFML, with dedicated server}{}{}{}
  35. \cventry{2013 -- 2014}{IDEA}{An IDE for the EpiAlgo language used at EPITA}{}{}{}
  36. \cventry{2014}{42sh}{A POSIX shell done in teams of 4. I did the lexer, the parser, the AST, and the execution}{}{}{}
  37. \subsection{Personal}
  38. \cventry{2012 -- today}{Prologin Contest Organizer}{French national programming contest}{http://www.prologin.org/}{}{}
  39. \cventry{2013 -- today}{SMSServer}{An API and Android application for Internet SMS delivery service}{https://git.rthoni.com/ -> smsserver/*}{}{}
  40. \cventry{2013 -- today}{Camotion}{An API, a frontend, a backend and an Android application for remote CCTV}{https://git.rthoni.com/ -> camotion/*}{}{}
  41. \cventry{2013 -- 2014}{LibPTSocket}{A wrapper for TCP communication based on Qt}{https://git.rthoni.com/ -> libptsocket}{}{}
  42. \cventry{2014}{PDNS-slave}{A PowerDNS server replicator with override capabilities}{}{}{}
  43. \section{Skills}
  44. \subsection{Languages}
  45. \cvent{Fluent}{}{}{C, C++, Java, Shell, Javascript, C\#, SQL, HTML, CSS, Less, PHP}{}{}
  46. \subsection{Frameworks}
  47. \cvent{Fluent}{}{}{Qt, Node JS, C# WebApi, AngularJS, Bootstrap}{}{}
  48. \cvent{Occasional}{}{}{JQuery, Vaadin, Android SDK}{}{}
  49. \section{Miscellaneous}
  50. \subsection{Languages}
  51. \cvent{French}{}{}{Native}{}{}
  52. \cvent{English}{}{}{TOEIC 910}{}{}
  53. \subsection{Driving}
  54. \cvent{2012}{}{}{Driving Licence: Car and Van}{}{}
  55. \end{document}