Advertisement
Guest User

Untitled

a guest
Aug 6th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. documentclass[helvetica,nologo,openbib,totpages]{europecv} %removed notitle, flagCMYK, replaced logo with nologo
  2. usepackage[T1]{fontenc}
  3. usepackage{graphicx}
  4. usepackage[a4paper,top=1.27cm,left=1cm,right=1cm,bottom=2cm]{geometry}
  5. usepackage[english]{babel}
  6. usepackage{url}
  7. usepackage{setspace}%package to control the overall spacing
  8.  
  9. makeatletter%
  10. renewcommand*ecvtitle{%taken from definition file ecven.def and adapted to requirement
  11. ecv@utf{Largetextbf{Cecv@kern uecv@kern recv@kern recv@kern
  12. iecv@kern cecv@kern uecv@kern lecv@kern uecv@kern m ecv@kern Vecv@kern
  13. iecv@kern tecv@kern aecv@kern e}}
  14. }
  15. defecv@picture[#1]#2{%
  16. defecvarg{#2}%
  17. ifx@emptyecvargrenewcommand*{ecvdrawpicture}{}else%
  18. renewcommand*{ecvdrawpicture}{begin{picture}(80,0)(0,50)includegraphics[#1]{#2}end{picture}}%adjust the (0,50) params to fine tune the picture position
  19. fi}%
  20. makeatother%
  21. setstretch{0.9}% sets the line spacing to 90%
  22.  
  23. ecvname{Doe, Joe}
  24. ecvfootername{Joe Doe}
  25. ecvaddress{Nowhere in London, England, UK}
  26. ecvtelephone{12345678}
  27. ecvfax{12345678}
  28. ecvemail{url{email@address.com}}
  29. ecvnationality{English}
  30. ecvdateofbirth{Dec 24 1990}
  31. ecvgender{male}
  32. ecvpicture[width=2cm]{lion.png}
  33. ecvbeforepicture{ecvspace{-1cm}raggedleft}%reduces the space before the picture => "Personal info" goes up; raggedleft keeps the picture to the right side
  34. ecvfootnote{For more information call me}
  35.  
  36. begin{document}
  37. selectlanguage{english}
  38.  
  39.  
  40. begin{europecv}
  41. ecvpersonalinfo[5pt]
  42.  
  43. ecvsection{Work experience}
  44.  
  45. ecvitem{Date}{2010 -- 2013}
  46. ecvitem{Occupation or position held}{CV writer, Very Big Company}
  47.  
  48. ecvsection{Education and training}
  49.  
  50. ecvitem{Place and Date}{Very Big University, 2008 -- 2010}
  51. ecvitem[10pt]{Title of qualification awarded}{MSc in Nothinglogy}
  52.  
  53. ecvitem{Place and Date}{Big University, 2005 -- 2008}
  54. ecvitem{Title of qualification awarded}{BSc in Nothinglogy}
  55.  
  56.  
  57. ecvsection{Personal skills and~competences}
  58.  
  59. ecvmothertongue[5pt]{English}
  60. ecvitem{large Other language(s)}{French, German}
  61. ecvlanguageheader{(*)}
  62. ecvlanguage{French}{good}{good}{good}{good}{good}
  63. ecvlanguage{German}{good}{good}{good}{good}{good}
  64. ecvlanguagefooter[10pt]{(*)}
  65.  
  66. ecvitem[10pt]{large Social skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
  67. ecvitem[10pt]{large Organisational skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
  68. ecvitem[10pt]{large Technical skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
  69. ecvitem[10pt]{large Computer skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
  70. ecvitem[10pt]{large Artistic skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
  71. ecvitem[10pt]{large Other skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
  72. ecvitem{large Driving licence(s)}{State here whether you hold a driving licence and if so for which categories of vehicle. (Remove if not relevant).}
  73.  
  74. ecvsection{Additional information}
  75. ecvitem[10pt]{}{Include here any other information that may be relevant, for example contact persons, references, etc. (Remove heading if not relevant).}
  76.  
  77. ecvitem{}{textbf{Personal interests}}
  78. ecvitem[10pt]{}{Musics, Movies, Golf}
  79.  
  80. ecvitem{}{textbf{References}}
  81. ecvitem{}{Person One, Person Two}
  82.  
  83. end{europecv}
  84.  
  85.  
  86. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement