Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.31 KB | None | 0 0
  1.  
  2.  
  3.  
  4. \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')
  5.  
  6. % modern themes
  7. \moderncvstyle{banking} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
  8. \moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
  9. %\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
  10. \nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
  11.  
  12. % character encoding
  13. \usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
  14. %\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
  15.  
  16. % adjust the page margins
  17. \usepackage[scale=0.75]{geometry}
  18. %\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
  19. %\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...
  20.  
  21. \usepackage{import}
  22.  
  23. \patchcmd{\makehead}% <cmd>
  24. {0.8\textwidth}% <search>
  25. {\linewidth}% <replace>
  26. {}{}% <success><failure>
  27.  
  28. % personal data
  29. \name{Przemysław}{Brzoska}
  30. \title{Curriculum Vitae} % optional, remove / comment the line if not wanted
  31. \address{Lumumby 3, 91-404, Łódź }% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
  32. \phone[mobile]{534 786 742} % optional, remove / comment the line if not wanted % optional, remove / comment the line if not wanted
  33. %\phone[fax]{+3~(456)~789~012} % optional, remove / comment the line if not wanted
  34. \email{pbrzoska4@gmail.com} % optional, remove / comment the line if not wanted
  35. %\homepage{www.myname.webs.com} % optional, remove / comment the line if not wanted
  36. %\extrainfo{additional information} % optional, remove / comment the line if not wanted
  37. \photo[64pt]{twojastara.jpg}
  38. % 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. \makeatletter
  41. \@ifpackageloaded{moderncvstylebanking}{%
  42. \let\oldmakecvtitle\makecvtitle
  43. \renewcommand*{\makecvtitle}{%
  44. {\centering\framebox{\includegraphics[width=\@photowidth]{\@photo}}\par\vspace{10pt}}%
  45. \oldmakecvtitle%
  46. }%
  47. }{%
  48. }
  49. \makeatother
  50.  
  51.  
  52. % to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
  53. %\makeatletter
  54. %\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
  55. %\makeatother
  56. %\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
  57.  
  58. % bibliography with mutiple entries
  59. %\usepackage{multibib}
  60. %\newcites{book,misc}{{Books},{Others}}
  61. %----------------------------------------------------------------------------------
  62. % content
  63. %----------------------------------------------------------------------------------
  64. \begin{document}
  65. %\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
  66. %----- resume ---------------------------------------------------------
  67. \makecvtitle
  68.  
  69. \vspace{-5mm}
  70. \small{Jestem studentem II roku
  71. informatyki. Szukam stażu, który pozwoli mi rozwinąć swoje umiejętności i zdobyć pierwsze doświadczenie w branży.}
  72.  
  73.  
  74. \section{Wykształcenie}
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. \begin{itemize}
  82.  
  83. \item{\cventry{2016}{FTIMS}{Politechnika Łódzka}{Łódź}{\textit{Informatyka}}{}}
  84. \item{\cventry{2015--2016}{MINI}{Politechnika Warszawska}{Warszawa} % arguments 3 to 6 can be left empty
  85. {\textit{Matematyka}{ }}{}}
  86.  
  87.  
  88. \end{itemize}
  89.  
  90.  
  91.  
  92. \section{Umiejętności}
  93.  
  94.  
  95. \begin{itemize}
  96.  
  97. \item \textbf{Języki programowania:} Java, Processing, Podstawy C++, C\#.
  98.  
  99.  
  100. \item \textbf{Technologie:} MS SQL, SVN, CMake, LateX, MS Office
  101.  
  102. \item \textbf{Pozostałe:} Prawo jazdy kategorii B
  103.  
  104. \end{itemize}
  105.  
  106. \section{Języki obce}
  107.  
  108. \begin{itemize}
  109.  
  110. \item \textbf{Język angielski} Poziom C1
  111.  
  112. \item \textbf{Język rosyjski} Poziom A1
  113.  
  114. \end{itemize}
  115. \section{Cechy}
  116.  
  117.  
  118. \begin{itemize}
  119.  
  120. \item {Komunikatywny}
  121. \item {Punktualny}
  122. \item {Ambitny}
  123.  
  124. \end {itemize}
  125.  
  126. \section{Zainteresowania}
  127.  
  128. \begin{itemize}
  129.  
  130. \item{Trójbój siłowy}
  131.  
  132.  
  133. \item{Gotowanie}
  134.  
  135. \end{itemize}
  136. \vspace{-5mm}
  137. \section{}
  138. Wyrażam zgodę na przetwarzanie moich danych osobowych dla potrzeb niezbędnych do realizacji procesu rekrutacji (zgodnie zUstawą z dnia29.08.1997 roku o Ochronie Danych Osobowych; tekst jednolity:Dz. U. 2016 r. poz. 922).
  139.  
  140. % Publications from a BibTeX file without multibib
  141. % for numerical labels: \renewcommand{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% CONSIDER MERGING WITH PREAMBLE PART
  142. % to redefine the heading string ("Publications"): \renewcommand{\refname}{Articles}
  143. \nocite{*}
  144. % 'publications' is the name of a BibTeX file
  145.  
  146. % Publications from a BibTeX file using the multibib package
  147. %\section{Publications}
  148. %\nocitebook{book1,book2}
  149. %\bibliographystylebook{plain}
  150. %\bibliographybook{publications} % 'publications' is the name of a BibTeX file
  151. %\nocitemisc{misc1,misc2,misc3}
  152. %\bibliographystylemisc{plain}
  153. %\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
  154.  
  155. %----- letter ---------------------------------------------------------
  156.  
  157. \end{document}
  158.  
  159.  
  160. %% end of file `template.tex'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement