Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman
  2.  
  3. moderncvstyle{casual} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
  4. moderncvcolor{blue} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
  5. usepackage[utf8]{inputenc}
  6. usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
  7.  
  8. usepackage[scale=0.75]{geometry} % Reduce document margins
  9. %setlength{hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column
  10. %setlength{makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name
  11.  
  12. %----------------------------------------------------------------------------------------
  13. % NAME AND CONTACT INFORMATION SECTION
  14. %----------------------------------------------------------------------------------------
  15.  
  16. firstname{jalal} % Your first name
  17. familyname{jillali} % Your last name
  18.  
  19. % All information in this block is optional, comment out any lines you don't need
  20. %title{Curriculum Vitae}
  21. address{11, Rue 3}{hdidan, Maroc }
  22. mobile{(06) 56 95 15 97}
  23. %phone{(000) 111 1112}
  24. %fax{(000) 111 1113}
  25. email{jilal.jillali@gmail.com}
  26. %homepage{staff.org.edu/~jsmith}{staff.org.edu/$sim$jsmith} % The first argument is the url for the clickable link, the second argument is the url displayed in the template - this allows special characters to be displayed such as the tilde in this example
  27. extrainfo{24 ans, lalalal, permis C}
  28. photo[70pt][0.4pt]{picture} % The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame)
  29. %quote{"A witty and playful quotation" - John Smith}
  30.  
  31. %----------------------------------------------------------------------------------------
  32.  
  33. begin{document}
  34.  
  35. makecvtitle % Print the CV title
  36.  
  37. %----------------------------------------------------------------------------------------
  38. % EDUCATION SECTION
  39. %----------------------------------------------------------------------------------------
  40.  
  41. section{Education}
  42.  
  43. cventry{2010--2013}{Ingénieur d'Etat en informatique}{Ecole Mohammadia d'Ingénieurs}{Rabat}{Option Ingénierie et Qualité Logicielles}
  44. cventry{2008--2010}{Classes Préparatoires Mathématiques et Physiques Spéciales}{Lycée Omar Ibn Abdelaziz }{Oujda,Morocco}
  45. section{Projet }
  46.  
  47. cvitem{Title}{emph{Money Is The Root Of All Evil -- Or Is It?}}
  48. cvitem{Supervisors}{Professor James Smith & Associate Professor Jane Smith}
  49. cvitem{Description}{This thesis explored the idea that money has been the cause of untold anguish and suffering in the world. I found that it has, in fact, not.}
  50.  
  51. %----------------------------------------------------------------------------------------
  52. % WORK EXPERIENCE SECTION
  53. %----------------------------------------------------------------------------------------
  54.  
  55. section{Experience}
  56.  
  57. subsection{Vocational}
  58.  
  59. cventry{2012--Present}{1textsuperscript{st} Year Analyst}{textsc{Lehman Brothers}}{Los Angeles}{}{Developed spreadsheets for risk analysis on exotic derivatives on a wide array of commodities (ags, oils, precious and base metals), managed blotter and secondary trades on structured notes, liaised with Middle Office, Sales and Structuring for bookkeeping.
  60. newline{}newline{}
  61. Detailed achievements:
  62. begin{itemize}
  63. item Learned how to make amazing coffee
  64. item Finally determined the reason for textsc{PC LOAD LETTER}:
  65. begin{itemize}
  66. item Paper jam
  67. item Software issues:
  68. begin{itemize}
  69. item Word not sending the correct data to printer
  70. item Windows trying to print in letter format
  71. end{itemize}
  72. item Coffee spilled inside printer
  73. end{itemize}
  74. item Broke the office record for number of kitten pictures in cubicle
  75. end{itemize}}
  76.  
  77. %------------------------------------------------
  78.  
  79. cventry{2010--2011}{Summer Intern}{textsc{Lehman Brothers}}{Los Angeles}{}{Rated "truly distinctive" for Analytical Skills and Teamwork.}
  80.  
  81. %------------------------------------------------
  82.  
  83. subsection{Miscellaneous}
  84.  
  85. cventry{2008--2009}{Computer Repair Specialist}{Buy More}{Burbank}{}{Worked in the Nerd Herd and helped to solve computer problems by asking customers to turn their computers off and on again.}
  86.  
  87. %----------------------------------------------------------------------------------------
  88. % AWARDS SECTION
  89. %----------------------------------------------------------------------------------------
  90.  
  91. section{Awards}
  92.  
  93. cvitem{2011}{School of Business Postgraduate Scholarship}
  94. cvitem{2010}{Top Achiever Award -- Commerce}
  95.  
  96. %----------------------------------------------------------------------------------------
  97. % COMPUTER SKILLS SECTION
  98. %----------------------------------------------------------------------------------------
  99.  
  100. section{Computer skills}
  101.  
  102. cvitem{Basic}{textsc{java}, Adobe Illustrator}
  103. cvitem{Intermediate}{textsc{python}, textsc{html}, LaTeX, OpenOffice, Linux, Microsoft Windows}
  104. cvitem{Advanced}{Computer Hardware and Support}
  105.  
  106. %----------------------------------------------------------------------------------------
  107. % COMMUNICATION SKILLS SECTION
  108. %----------------------------------------------------------------------------------------
  109.  
  110. section{Communication Skills}
  111.  
  112. cvitem{2010}{Oral Presentation at the California Business Conference}
  113. cvitem{2009}{Poster at the Annual Business Conference in Oregon}
  114.  
  115. %----------------------------------------------------------------------------------------
  116. % LANGUAGES SECTION
  117. %----------------------------------------------------------------------------------------
  118.  
  119. section{Languages}
  120.  
  121. cvitemwithcomment{English}{Mothertongue}{}
  122. cvitemwithcomment{Spanish}{Intermediate}{Conversationally fluent}
  123. cvitemwithcomment{Dutch}{Basic}{Basic words and phrases only}
  124.  
  125. %----------------------------------------------------------------------------------------
  126. % INTERESTS SECTION
  127. %----------------------------------------------------------------------------------------
  128.  
  129. section{Interests}
  130.  
  131. renewcommand{listitemsymbol}{-~} % Changes the symbol used for lists
  132.  
  133. cvlistdoubleitem{Piano}{Chess}
  134. cvlistdoubleitem{Cooking}{Dancing}
  135. cvlistitem{Running}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement