-
Notifications
You must be signed in to change notification settings - Fork 0
/
juhasz_peter_CV_2023.tex
98 lines (71 loc) · 3.53 KB
/
juhasz_peter_CV_2023.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Stylish Curriculum Vitae
% LaTeX Template
% Version 1.0 (18/7/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Stefano (http://stefano.italians.nl/)
%
% IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% The main font used in this template, Adobe Garamond Pro, does not
% come with Windows by default. You will need to download it in
% order to get an output as in the preview PDF. Otherwise, change this
% font to one that does come with Windows or comment out the font line
% to use the default LaTeX font.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% correction to the original header:
%%% the free replacement EB Garamond works quite well in place of the non-free Adobe one
\documentclass[a4paper, oneside, final]{scrartcl} % Paper options using the scrartcl class
%\usepackage[urw-garamond]{mathdesign}
%\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}
\usepackage{scrlayer-scrpage} % Provides headers and footers configuration
\usepackage{titlesec} % Allows creating custom \section's
\usepackage{marvosym} % Allows the use of symbols
\usepackage{tabularx,colortbl} % Advanced table configurations
\usepackage{fontspec} % Allows font customization
\usepackage{graphicx}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont{EB Garamond} % Main document font
\titleformat{\section}{\large\scshape\raggedright}{}{0em}{}[\titlerule] % Section formatting
\pagestyle{scrheadings} % Print the headers and footers on all pages
\addtolength{\voffset}{-0.5in} % Adjust the vertical offset - less whitespace at the top of the page
\addtolength{\textheight}{2cm} % Adjust the text height - less whitespace at the bottom of the page
\newcommand{\gray}{\rowcolor[gray]{.90}} % Custom highlighting for the work experience and education sections
%----------------------------------------------------------------------------------------
% FOOTER SECTION
%----------------------------------------------------------------------------------------
\renewcommand{\headfont}{\normalfont\rmfamily\scshape} % Font settings for footer
\cofoot{
\addfontfeature{LetterSpace=20.0}\fontsize{12.5}{17}\selectfont % Letter spacing and font size
{\Large\Letter} [email protected] \ {\Large\Telefon} (3630) 468-0037 % Your email address and phone number
}
%----------------------------------------------------------------------------------------
\begin{document}
\begin{center} % Center everything in the document
%----------------------------------------------------------------------------------------
% HEADER SECTION
%----------------------------------------------------------------------------------------
{\addfontfeature{LetterSpace=20.0}\fontsize{36}{36}\selectfont\scshape Péter Juhász} % Your name at the top
\vspace{1cm} % Extra whitespace after the large name at the top
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE
%----------------------------------------------------------------------------------------
\section{Work Experience \& Education}
\includegraphics{timeline.pdf}
%----------------------------------------------------------------------------------------
% SKILLS
%----------------------------------------------------------------------------------------
\section{Skills}
\includegraphics{experience.pdf}
%----------------------------------------------------------------------------------------
\end{center}
\end{document}