Guest User

Резюме

a guest
Apr 29th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 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. \usepackage[utf8]{inputenc}
  11.  
  12. \usepackage[russian]{babel}
  13. % moderncv themes
  14. \moderncvstyle{oldstyle} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
  15. \moderncvcolor{grey} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
  16. %\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
  17. %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
  18.  
  19. % character encoding
  20. \usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
  21. %\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
  22.  
  23. % adjust the page margins
  24. \usepackage[scale=0.75]{geometry}
  25. %\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
  26. %\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...
  27.  
  28. % personal data
  29. \name{Вавилкин}{Андрей}
  30. %\title{Resumé title} % optional, remove / comment the line if not wanted
  31. %\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
  32. \phone[mobile]{+7~(916)~332~3168} % optional, remove / comment the line if not wanted
  33. %\phone[fixed]{+2~(345)~678~901} % optional, remove / comment the line if not wanted
  34. %\phone[fax]{+3~(456)~789~012} % optional, remove / comment the line if not wanted
  35. \email{a.vavilkin@bk.ru} % optional, remove / comment the line if not wanted
  36. %\homepage{www.johndoe.com} % optional, remove / comment the line if not wanted
  37. %\extrainfo{additional information} % optional, remove / comment the line if not wanted
  38. %\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
  39. %\quote{Some quote} % optional, remove / comment the line if not wanted
  40.  
  41. % to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
  42. %\makeatletter
  43. %\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
  44. %\makeatother
  45. %\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
  46.  
  47. % bibliography with mutiple entries
  48. %\usepackage{multibib}
  49. %\newcites{book,misc}{{Books},{Others}}
  50. %----------------------------------------------------------------------------------
  51. % content
  52. %----------------------------------------------------------------------------------
  53. \begin{document}
  54. %\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
  55. %----- resume ---------------------------------------------------------
  56. \makecvtitle
  57.  
  58.  
  59.  
  60. \section{Образование}
  61. \cventry{2014--2020}{Специалитет}{МГУ им. М.В. Ломоносова}{Москва}{\textit{5 курс}}{Механико-математический факультет, отделение механики, кафедра теоретической механики и мехатроники}{Средний балл - 3.8} % arguments 3 to 6 can be left empty
  62.  
  63. \section{Научные проекты и исследования}
  64. \cvlistitem{Исследование состояний равновесия резервуара с жидкостью, закрепленного на подвесе}
  65. \cvlistitem{Исследование состояний равновесия резервуара с жидкостью, закрепленного на пружинах}
  66.  
  67.  
  68. \section{Навыки}
  69. \cvlistitem{Word, Exel, TeX, PowerPoint, Sony Vegas Pro}
  70. \cvlistitem{Wolfram Mathematica, Matlab, C++}
  71. \cvlistitem{Аналитический склад ума и хорошая математическая подготовка}
  72.  
  73.  
  74. \section{Языки}
  75. \cvitemwithcomment{Русский}{Native speaker}{}
  76. \cvitemwithcomment{Английский}{Intermediate}{}
  77. \cvitemwithcomment{Французский}{Basic}{}
  78.  
  79. \section{Достижения}
  80. \cvitemwithcomment{Олимпиада МГУ по механике 2012}{Призёр}{}
  81. \cvitemwithcomment{ACABT YES Challenge 2017}{Второе место}{}
  82.  
  83.  
  84. \section{Хобби}
  85. \cvitem{Регби}{Капитан студенческой сборной МГУ}
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. % Publications from a BibTeX file without multibib
  95. % for numerical labels: \renewcommand{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% CONSIDER MERGING WITH PREAMBLE PART
  96. % to redefine the heading string ("Publications"): \renewcommand{\refname}{Articles}
  97. \nocite{*}
  98. \bibliographystyle{plain}
  99. \bibliography{publications} % 'publications' is the name of a BibTeX file
  100.  
  101. % Publications from a BibTeX file using the multibib package
  102. %\section{Publications}
  103. %\nocitebook{book1,book2}
  104. %\bibliographystylebook{plain}
  105. %\bibliographybook{publications} % 'publications' is the name of a BibTeX file
  106. %\nocitemisc{misc1,misc2,misc3}
  107. %\bibliographystylemisc{plain}
  108. %\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
  109.  
  110.  
  111. \end{document}
  112.  
  113.  
  114. %% end of file `template.tex'.
Add Comment
Please, Sign In to add comment