Advertisement
Guest User

CV modern

a guest
Jul 5th, 2017
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 9.65 KB | None | 0 0
  1. %% start of file `template.tex'.
  2. %% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
  3. %
  4. % This work may be distributed and/or modified under the
  5. % conditions of the LaTeX Project Public License version 1.3c,
  6. % available at http://www.latex-project.org/lppl/.
  7.  
  8.  
  9. \documentclass[11pt,a4paper,sans]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
  10.  
  11. % moderncv themes
  12. \moderncvstyle{classic}                             % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
  13. \moderncvcolor{blue}                               % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
  14. %\renewcommand{\familydefault}{\sfdefault}         % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
  15. %\nopagenumbers{}                                  % uncomment to suppress automatic page numbering for CVs longer than one page
  16.  
  17. % character encoding
  18. \usepackage[utf8]{inputenc}                       % if you are not using xelatex ou lualatex, replace by the encoding you are using
  19. %\usepackage{CJKutf8}                              % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
  20.  
  21. % adjust the page margins
  22. \usepackage[scale=0.75]{geometry}
  23. %\setlength{\hintscolumnwidth}{3cm}                % if you want to change the width of the column with the dates
  24. %\setlength{\makecvtitlenamewidth}{10cm}           % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
  25.  
  26. % personal data
  27. \name{John}{Doe}
  28. \title{Resumé title}                               % optional, remove / comment the line if not wanted
  29. \address{street and number}{postcode city}{country}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
  30. \phone[mobile]{+1~(234)~567~890}                   % optional, remove / comment the line if not wanted
  31. \phone[fixed]{+2~(345)~678~901}                    % optional, remove / comment the line if not wanted
  32. \phone[fax]{+3~(456)~789~012}                      % optional, remove / comment the line if not wanted
  33. \email{john@doe.org}                               % optional, remove / comment the line if not wanted
  34. \homepage{www.johndoe.com}                         % optional, remove / comment the line if not wanted
  35. \social[linkedin][www.linkedin.com/pub/stefano-bragaglia/51/22/b43/]{stefano-bragaglia}
  36.                
  37. \photo[64pt][0.4pt]{picture}                       % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
  38. \quote{Some quote}                                 % optional, remove / comment the line if not wanted
  39.  
  40. % to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
  41. %\makeatletter
  42. %\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
  43. %\makeatother
  44. %\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
  45.  
  46. % bibliography with mutiple entries
  47. %\usepackage{multibib}
  48. %\newcites{book,misc}{{Books},{Others}}
  49. %----------------------------------------------------------------------------------
  50. %            content
  51. %----------------------------------------------------------------------------------
  52. \begin{document}
  53. %\begin{CJK*}{UTF8}{gbsn}                          % to typeset your resume in Chinese using CJK
  54. %-----       resume       ---------------------------------------------------------
  55. \makecvtitle
  56.  
  57. \section{Education}
  58. \cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}  % arguments 3 to 6 can be left empty
  59. \cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}
  60.  
  61. \section{Master thesis}
  62. \cvitem{title}{\emph{Title}}
  63. \cvitem{supervisors}{Supervisors}
  64. \cvitem{description}{Short thesis abstract}
  65.  
  66. \section{Experience}
  67. \subsection{Vocational}
  68. \cventry{year--year}{Job title}{Employer}{City}{}{General description no longer than 1--2 lines.\newline{}%
  69. Detailed achievements:%
  70. \begin{itemize}%
  71. \item Achievement 1;
  72. \item Achievement 2, with sub-achievements:
  73.   \begin{itemize}%
  74.   \item Sub-achievement (a);
  75.   \item Sub-achievement (b), with sub-sub-achievements (don't do this!);
  76.     \begin{itemize}
  77.    \item Sub-sub-achievement i;
  78.    \item Sub-sub-achievement ii;
  79.    \item Sub-sub-achievement iii;
  80.    \end{itemize}
  81.  \item Sub-achievement (c);
  82.  \end{itemize}
  83. \item Achievement 3.
  84. \end{itemize}}
  85. \cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}
  86. \subsection{Miscellaneous}
  87. \cventry{year--year}{Job title}{Employer}{City}{}{Description}
  88.  
  89. \section{Languages}
  90. \cvitemwithcomment{Language 1}{Skill level}{Comment}
  91. \cvitemwithcomment{Language 2}{Skill level}{Comment}
  92. \cvitemwithcomment{Language 3}{Skill level}{Comment}
  93.  
  94. \section{Computer skills}
  95. \cvdoubleitem{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
  96. \cvdoubleitem{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}
  97. \cvdoubleitem{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}
  98.  
  99. \section{Interests}
  100. \cvitem{hobby 1}{Description}
  101. \cvitem{hobby 2}{Description}
  102. \cvitem{hobby 3}{Description}
  103.  
  104. \section{Extra 1}
  105. \cvlistitem{Item 1}
  106. \cvlistitem{Item 2}
  107. \cvlistitem{Item 3. This item is particularly long and therefore normally spans over several lines. Did you notice the indentation when the line wraps?}
  108.  
  109. \section{Extra 2}
  110. \cvlistdoubleitem{Item 1}{Item 4}
  111. \cvlistdoubleitem{Item 2}{Item 5\cite{book1}}
  112. \cvlistdoubleitem{Item 3}{Item 6. Like item 3 in the single column list before, this item is particularly long to wrap over several lines.}
  113.  
  114. \section{References}
  115. \begin{cvcolumns}
  116.  \cvcolumn{Category 1}{\begin{itemize}\item Person 1\item Person 2\item Person 3\end{itemize}}
  117.  \cvcolumn{Category 2}{Amongst others:\begin{itemize}\item Person 1, and\item Person 2\end{itemize}(more upon request)}
  118.  \cvcolumn[0.5]{All the rest \& some more}{\textit{That} person, and \textbf{those} also (all available upon request).}
  119. \end{cvcolumns}
  120.  
  121. % Publications from a BibTeX file without multibib
  122. %  for numerical labels: \renewcommand{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% CONSIDER MERGING WITH PREAMBLE PART
  123. %  to redefine the heading string ("Publications"): \renewcommand{\refname}{Articles}
  124. \nocite{*}
  125. \bibliographystyle{plain}
  126. \bibliography{publications}                        % 'publications' is the name of a BibTeX file
  127.  
  128. % Publications from a BibTeX file using the multibib package
  129. %\section{Publications}
  130. %\nocitebook{book1,book2}
  131. %\bibliographystylebook{plain}
  132. %\bibliographybook{publications}                   % 'publications' is the name of a BibTeX file
  133. %\nocitemisc{misc1,misc2,misc3}
  134. %\bibliographystylemisc{plain}
  135. %\bibliographymisc{publications}                   % 'publications' is the name of a BibTeX file
  136.  
  137. \clearpage
  138. %-----       letter       ---------------------------------------------------------
  139. % recipient data
  140. \recipient{Company Recruitment team}{Company, Inc.\\123 somestreet\\some city}
  141. \date{January 01, 1984}
  142. \opening{Dear Sir or Madam,}
  143. \closing{Yours faithfully,}
  144. \enclosure[Attached]{curriculum vit\ae{}}          % use an optional argument to use a string other than "Enclosure", or redefine \enclname
  145. \makelettertitle
  146.  
  147. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ullamcorper neque sit amet lectus facilisis sed luctus nisl iaculis. Vivamus at neque arcu, sed tempor quam. Curabitur pharetra tincidunt tincidunt. Morbi volutpat feugiat mauris, quis tempor neque vehicula volutpat. Duis tristique justo vel massa fermentum accumsan. Mauris ante elit, feugiat vestibulum tempor eget, eleifend ac ipsum. Donec scelerisque lobortis ipsum eu vestibulum. Pellentesque vel massa at felis accumsan rhoncus.
  148.  
  149. Suspendisse commodo, massa eu congue tincidunt, elit mauris pellentesque orci, cursus tempor odio nisl euismod augue. Aliquam adipiscing nibh ut odio sodales et pulvinar tortor laoreet. Mauris a accumsan ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Suspendisse vulputate sem vehicula ipsum varius nec tempus dui dapibus. Phasellus et est urna, ut auctor erat. Sed tincidunt odio id odio aliquam mattis. Donec sapien nulla, feugiat eget adipiscing sit amet, lacinia ut dolor. Phasellus tincidunt, leo a fringilla consectetur, felis diam aliquam urna, vitae aliquet lectus orci nec velit. Vivamus dapibus varius blandit.
  150.  
  151. Duis sit amet magna ante, at sodales diam. Aenean consectetur porta risus et sagittis. Ut interdum, enim varius pellentesque tincidunt, magna libero sodales tortor, ut fermentum nunc metus a ante. Vivamus odio leo, tincidunt eu luctus ut, sollicitudin sit amet metus. Nunc sed orci lectus. Ut sodales magna sed velit volutpat sit amet pulvinar diam venenatis.
  152.  
  153. Albert Einstein discovered that $e=mc^2$ in 1905.
  154.  
  155. \[ e=\lim_{n \to \infty} \left(1+\frac{1}{n}\right)^n \]
  156.  
  157. \makeletterclosing
  158.  
  159. %\clearpage\end{CJK*}                              % if you are typesetting your resume in Chinese using CJK; the \clearpage is required for fancyhdr to work correctly with CJK, though it kills the page numbering by making \lastpage undefined
  160. \end{document}
  161.  
  162.  
  163. %% end of file `template.tex'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement