Guest User

MWE for moderncv

a guest
Dec 1st, 2013
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.77 KB | None | 0 0
  1. \documentclass[11pt,letterpaper,sans]{moderncv}
  2.  
  3. % moderncv themes
  4. \moderncvstyle{casual}
  5. \moderncvcolor{blue}
  6. \usepackage[scale=0.75]{geometry}
  7.  
  8. % personal data
  9. \name{John}{Doe}
  10.  
  11. \phone[mobile]{+1~(234)~567~890}
  12.  
  13.  
  14. % content
  15.  
  16. \begin{document}
  17. \makecvtitle
  18.  
  19. \section{Education}
  20. \cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}
  21. \cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}
  22.  
  23.  
  24. \pagebreak % just to simulate a lenghty CV for this MWE
  25.  
  26. \section{Computer skills}
  27. \cvdoubleitem{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
  28. \cvdoubleitem{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}
  29. \cvdoubleitem{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}
  30.  
  31. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment