-
Notifications
You must be signed in to change notification settings - Fork 0
/
istvan_urban_cv_clean_short.tex
128 lines (105 loc) · 4 KB
/
istvan_urban_cv_clean_short.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
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Awesome CV LaTeX Template for CV/Resume
%
% This template has been downloaded from:
% https://github.com/posquit0/Awesome-CV
%
% Author:
% Claud D. Park <[email protected]>
% http://www.posquit0.com
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
%
%-------------------------------------------------------------------------------
% CONFIGURATIONS
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letterpaper' for US letter
\documentclass[11pt, a4paper]{awesome-cv}
% Configure page margins with geometry
\geometry{left=1.5cm, top=1.0cm, right=1.5cm, bottom=1.5cm, footskip=0.5cm}
% Make the top margin 1.5cm from the second page
\newlength\newtop
\setlength{\newtop}{5mm}
\makeatletter
\patchcmd\@outputpage{\global \@colht \textheight}{%
\global\textheight=\dimexpr\textheight-\newtop\relax%
\global\topmargin=\dimexpr\topmargin+\newtop\relax%
\global\@colht\textheight%
\global\newtop\z@}
{}
{\err}
\makeatother
% Color for highlights
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
% awesome-nephritis, awesome-concrete, awesome-darknight
\colorlet{awesome}{awesome-cobalt-blue}
% Uncomment if you would like to specify your own color
% \definecolor{awesome}{HTML}{3E6D9C}
% Colors for text
% Uncomment if you would like to specify your own color
% \definecolor{darktext}{HTML}{414141}
% \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999}
% \definecolor{sectiondivider}{HTML}{5D5D5D}
% Set false if you don't want to highlight section with awesome color
\setbool{acvSectionColorHighlight}{false}
% If you would like to change the social information separator from a pipe (|) to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
% Available options: circle|rectangle,edge/noedge,left/right
\photo[circle,noedge,right]{./profile}
\name{István}{Urbán}
% \position{Corporate Tax \& Reporting Enthusiast}
% \address{42, Joy Road, Budapest, 1111, Hungary}
% \dateofbirth{July 22, 1988}
% \homepage{istvnurbn.me}
% \linkedin{istvanurban}
% \email{[email protected]}
% \mobile{+36 30 345 6789}
% \github{istvnurbn}
% \gitlab{gitlab-id}
% \bitbucket{bitbucket-nick}
% \stackoverflow{SO-id}{SO-name}
% \orcid{<orcid-num>}
% \twitter{@twit}
% \mastodon{instance}{mastodon-nick without '@'}
% \researchgate{researchgate-account}
% \skype{skype-id}
% \reddit{reddit-id}
% \xing{xing name}
% \medium{madium-id}
% \kaggle{kaggle-id}
% \hackerrank{hackerrank-id}
% \googlescholar{googlescholar-id}{name-to-display}
% \extrainfo{extra information}
% \quote{``The price of greatness is responsibility."}
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with above personal information
% Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader[L]
% Print the footer with 3 arguments(<left>, <center>, <right>)
% Leave any of these blank if they are not needed
\makecvfooter
{\today}
{István Urbán~~~·~~~CV}
{\thepage}
%-------------------------------------------------------------------------------
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify content
%-------------------------------------------------------------------------------
\input{cv_sections/summary.tex}
\input{cv_sections/experience_short.tex}
\newpage
\input{cv_sections/education.tex}
\input{cv_sections/technical_competencies.tex}
\input{cv_sections/languages.tex}
\input{cv_sections/personal_skills.tex}
%-------------------------------------------------------------------------------
\end{document}