Advertisement
sesquiipedalian

cv_stepa

Sep 23rd, 2022 (edited)
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 5.75 KB | None | 0 0
  1. \documentclass[paper=a4,fontsize=12pt]{article} % KOMA-article class
  2.              
  3. \usepackage[english]{babel}
  4. \usepackage[utf8x]{inputenc}
  5. \usepackage[protrusion=true,expansion=true]{microtype}
  6. \usepackage{amsmath,amsfonts,amsthm}     % Math packages
  7. \usepackage{graphicx}                    % Enable pdflatex
  8. \usepackage[svgnames]{xcolor}            % Colors by their 'svgnames'
  9. \usepackage{geometry}
  10.   \textheight=700px                    % Saving trees ;-)
  11. \usepackage{url}
  12. \usepackage{multicol}
  13. \usepackage{lipsum}
  14.  
  15. \frenchspacing              % Better looking spacings after periods
  16. \pagestyle{empty}           % No pagenumbers/headers/footers
  17.  
  18. %%% Custom sectioning (sectsty package)
  19. %%% ------------------------------------------------------------
  20. \usepackage{sectsty}
  21.  
  22. \sectionfont{%                  % Change font of \section command
  23.   \usefont{OT1}{phv}{b}{n}%    % bch-b-n: CharterBT-Bold font
  24.   \sectionrule{0pt}{0pt}{-5pt}{1pt}}
  25.  
  26. %%% Macros
  27. %%% ------------------------------------------------------------
  28. \newlength{\spacebox}
  29. \settowidth{\spacebox}{8888888888}      % Box to align text
  30. \newcommand{\sepspace}{\vspace*{1em}}    % Vertical space macro
  31.  
  32. \newcommand{\MyName}[1]{ % Name
  33.                 \huge \hfill #1
  34.                 \par \normalsize \vspace*{-20pt}\normalfont}
  35.    
  36. \newcommand{\MySlogan}[1]{ % Slogan (optional)
  37.     \large \usefont\hfill \textit{#1}
  38.    \par \normalsize \normalfont}
  39.  
  40. \newcommand{\NewPart}[1]{\section*{{#1}}}
  41.  
  42. \newcommand{\PersonalEntry}[2]{
  43.     \noindent\hangindent=2em\hangafter=0 % Indentation
  44.     \parbox{\spacebox}{        % Box to align text
  45.     \textit{#1}}           % Entry name (birth, address, etc.)
  46.     \hspace{1.5em} #2 \par}    % Entry value
  47.  
  48. \newcommand{\SkillsEntry}[2]{      % Same as \PersonalEntry
  49.     \noindent\hangindent=2em\hangafter=0 % Indentation
  50.     \parbox{\spacebox}{        % Box to align text
  51.     \textit{#1}}         % Entry name (birth, address, etc.)
  52.     \hspace{1.5em} #2 \par}    % Entry value  
  53.    
  54. \newcommand{\EducationEntry}[4]{
  55.    \noindent \textbf{#1} \hfill      % Study
  56.     \colorbox{White}{%
  57.       \parbox{5cm}{%
  58.       \hfill\color{Black}#2}} \par  % Duration
  59.     \noindent \textit{#3} \par        % School
  60.     \noindent\hangindent=2em\hangafter=0 \small #4 % Description
  61.     \normalsize \par}
  62.  
  63. \newcommand{\WorkEntry}[4]{          % Same as \EducationEntry
  64.     \noindent \textbf{#1} \hfill      % Jobname
  65.     \noindent\colorbox{Black}{\color{White}#2} \par  % Duration
  66.     \noindent \textit{#3} \par              % Company
  67.     \noindent\hangindent=2em\hangafter=0 \small #4 % Description
  68.     \normalsize \par}
  69.  
  70. \newcommand{\MYhref}[3][blue]{\href{#2}{\color{#1}{#3}}}
  71. \newcommand{\cvlistitem}[2]{%
  72. {\bfseries\color{black}{#1}}\\
  73. \ifstrequal{#2}{}{}{\itshape\color{black}{#2}}\color{black}\par
  74. \medskip
  75. }
  76.  
  77.  
  78. \usepackage{hyperref}
  79. \hypersetup{
  80.    colorlinks=true,
  81.    linkcolor=blue,
  82.    filecolor=magenta,      
  83.    urlcolor=blue,
  84. }
  85. \usepackage{geometry} % Простой способ задавать поля
  86. \geometry{top=13mm}
  87. \geometry{bottom=20mm}
  88. \geometry{left=10mm}
  89. \geometry{right=10mm}
  90.  
  91. \usepackage{xcolor}
  92.  
  93. %%% Begin Document
  94. %%% ------------------------------------------------------------
  95. \begin{document}
  96. % you can upload a photo and include it here...
  97. %\begin{wrapfigure}{l}{0.5\textwidth}
  98. %  \vspace*{-2em}
  99. %    \includegraphics[width=0.15\textwidth]{photo}
  100. %\end{wrapfigure}
  101.  
  102. %%% Personal details
  103. %%% ------------------------------------------------------------
  104.  
  105.  
  106. \NewPart{Personal info \MyName{Bobrik Stepan}}{}
  107. \textbf{Email:} \href{mailto:smbobrik@edu.hse.ru}{\underline{smbobrik@edu.hse.ru}}\vspace{1px} \\
  108. \textbf{GitHub:} \href{https://github.com/rGON1T}{\underline{rGON1T}}\vspace{1px} \\
  109. \textbf{Education:} Higher School of Economics, Moscow, Russia. \\
  110. \hspace*{64pt} Bachelor of Moscow State Institute of Electronics and Mathematics, Applied Information Security\vspace{1px} \\
  111. \textbf{Phone number:} +7(926) 974-22-21\vspace{1px} \\
  112. \textbf{Languages:} C++ (preferred), Python, Java \vspace{1px} \\
  113. \textbf{Technologies:} Git, GDB, Algorithms \& Data Structures
  114.  
  115. \NewPart{Job skills}
  116.  
  117.  
  118. \EducationEntry{Calculus teaching assistant}{\textbf{Sep 2022-now}}{ The job consisted of weekly consultations and reviewing code. Also hosted Q\&A questions}
  119.  
  120. \NewPart{Courses}
  121. \EducationEntry{Programming in C++}{\textbf{1 semester 2021}}{The name speaks for itself. In addition, learnt design patters and SOLID principles \vspace{4px}}
  122.  
  123. \EducationEntry{Modern Software Engineering Practices Course}{\textbf{1 semester 2021}}{This course gives understanding of many useful modern tools and practices like GDB, Docker, Git, build systems(cmake and etc), CI/CD, testing and other.}
  124.  
  125.  
  126. \NewPart{Projects}{}
  127.  
  128. \EducationEntry{\MYhref[Blue]{https://github.com/rGON1T/sudokusolver}{\underline{Sudoku Solver}}}{\textbf{2 semester 2021}} {
  129.    The program allows to solve the famous Sudoku game for any level of difficulty. \vspace*{5px}
  130. }
  131.  
  132. \EducationEntry{\MYhref[Blue]{https://github.com/sesquiiipedalian/Basketball_bot}{\underline{Minesweeper}}}{\textbf{2 semester 2021}} {
  133.    The playing field is divided into cells, some of which are mined. To win, you need to open all the cells without hitting the mines. Numbers are displayed in open cells, each digit is the number of mines in neighboring cells. With this information, you can determine which cells contain mines. \vspace*{4px}
  134. }
  135.  
  136. \NewPart{Awards}
  137.  
  138. \EducationEntry{Bulgaria olympyad in math}{\textbf{3d Diploma}}{\vspace*{-10px}}
  139.  
  140.  
  141. % this helps if columns are not the same
  142. %   \vfill\null
  143. %   \columnbreak
  144.  
  145. %\SkillsEntry{}{}
  146.  
  147.  
  148. %%% References
  149. %%% ------------------------------------------------------------
  150. %\NewPart{References}{}
  151. %Available upon request
  152. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement