forked from posquit0/Awesome-CV
-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume_cv.tex
executable file
·135 lines (108 loc) · 5.01 KB
/
resume_cv.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Awesome Resume/CV
% XeLaTeX Template
% Version 1.1 (9/1/2016)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Claud D. Park ([email protected]) with modifications by
% Vel ([email protected])
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important note:
% This template must be compiled with XeLaTeX, the below lines will ensure this
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[11pt, a4paper]{awesome-cv} % A4 paper size by default, use 'letterpaper' for US letter
% Configuration to stack multiple positions in the same company (promotions, client work, etc.)
% TODO: create a new command and move section into awesome-cv.cls class file.
% TOTODO: figure out if \cvsubentry can do the job better
\usepackage{mdframed}
\newmdenv[
topline=false,
bottomline=false,
leftline=true,
rightline=false,
skipabove=\topsep,
skipbelow=\topsep
]{cventrystack}
\geometry{left=2cm, top=1.5cm, right=2cm, bottom=2cm, footskip=.5cm} % Configure page margins with geometry
\fontdir[fonts/] % Specify the location of the included fonts
% Color for highlights
\colorlet{awesome}{awesome-orange} % Default colors include: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange, awesome-nephritis, awesome-concrete, awesome-darknight
%\definecolor{awesome}{HTML}{CA63A8} % Uncomment if you would like to specify your own color
% Colors for text - uncomment and modify
%\definecolor{darktext}{HTML}{414141}
%\definecolor{text}{HTML}{414141}
%\definecolor{graytext}{HTML}{414141}
%\definecolor{lighttext}{HTML}{414141}
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad} % If you would like to change the social information separator from a pipe (|) to something else
%----------------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%----------------------------------------------------------------------------------------
\name{Ioannis}{Petrousov}
\address{North Holland, Netherlands}
\mobile{(+31) 6182 197 88}
\email{[email protected]}
\homepage{petrousoft.com}
\github{gpetrousov}
\medium{petrousov}
\linkedin{ioannispetrousov}
%\skype{skypeid}
%\stackoverflow{SOid}{SOname}
%\twitter{@twit}
\position{Independent Software Engineer}%{\enskip\cdotp\enskip}Security Expert} % Your expertise/fields
\quote{``Kaizen"} % A quote or statement
%\makecvfooter{\today}{Ioannis Petrousov~~~·~~~Résumé}{\thepage} % Specify the letter footer with 3 arguments: (<left>, <center>, <right>), leave any of these blank if they are not needed
\makecvfooter{\today}{Ioannis Petrousov~~~·~~~CV}{\thepage} % Specify the letter footer with 3 arguments: (<left>, <center>, <right>), leave any of these blank if they are not
%----------------------------------------------------------------------------------------
\begin{document}
\makecvheader % Print the header
%\vspace{-0.5cm}
\begin{center}
Hi there! - Welcome to my career summarizer.
\end{center}
\bigskip
\noindent
%----------------------------------------------------------------------------------------
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify content
%----------------------------------------------------------------------------------------
\input{cv-sections/skills.tex}
\input{cv-sections/experience.tex}
\input{cv-sections/education.tex}
\input{cv-sections/honors.tex}
%\cvsection{Publications}
%\begingroup
%\renewcommand{\section}[2]{}%
%\bibliographystyle{unsrt}{\color{black}
%\bibliography{refs}
%\nocite{*}
\input{cv-sections/volunteering.tex}
%\input{cv-sections/presentation.tex}
%\input{cv-sections/writing.tex}
%\input{cv-sections/committees.tex}
%----------------------------PROJECTS-----------------------------------------
% \cvsection{Projects}
% My public projects are hosted on github.
% \setlength\parindent{24pt}\color{black}{\textbf{\underline{redis4mesos}}\\
% Standalone Redis container to deploy on Mesos cluster with Marathon and route with
% HAProxy. This project was featured on Redis weekly \url{http://redisweekly.com/archive/129.html}}
% \setlength\parindent{24pt}\color{black}{\textbf{\underline{$\alpha$-HDL Generator}}\\
% I actively participate in the design, development, debugging and optimization of an online
% HDL generator. \url{http://arch.icte.uowm.gr/hdl/}}
% \setlength\parindent{24pt}\color{black}{\textbf{\underline{roboCIM}}\\
% The platform allows you to control the LabVolt 5250 robotic arm on a chessboard and play chess or
% solve puzzles. \url{https://github.com/gpetrousov/roboCIM}
%----------------------------------------------------------------------------------------
\end{document}