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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
|
\documentclass[a4paper, 10pt]{article}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{DejaVuSerifCondensed}
\usepackage{DejaVuSansMono}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[swedish]{babel}
\usepackage[dvips]{graphics}
\usepackage{hyperref}
\usepackage{geometry}
\usepackage[cm, headings]{fullpage}
\usepackage{tabularx}
\usepackage{ragged2e}
\usepackage[yyyymmdd]{datetime}
\renewcommand{\dateseparator}{-}
\usepackage[parfill]{parskip}
\usepackage{FixSmallCaps}
%%%%%%%%%%%%%%%%%%%%%% FIX HREF
\usepackage{xcolor}
\definecolor{dark-red}{rgb}{0.4,0.15,0.15}
\definecolor{dark-blue}{rgb}{0.15,0.15,0.4}
\definecolor{medium-blue}{rgb}{0,0,0.5}
\definecolor{dark-green}{rgb}{0,0.5,0}
\hypersetup{
colorlinks,
linkcolor={dark-red},
citecolor={dark-green},
urlcolor={dark-blue},
pdftitle={Gustav Hartvigsson - Curriculum Vitae}, % title
pdfauthor={Gustav Hartvigsson}, % author
pdfsubject={Curriculum Vitae},
pdfkeywords={Curriculum Vitae} {Programming} {C}
{Java}
}
%%%%%%%%%%%%%%%%%%%%%% END FIX HREF
%%%%% Fix Footnote in tables
\usepackage{footnote}
\makesavenoteenv{tabular}
\makesavenoteenv{table}
%%%%% END Fix Footnote in tables
\usepackage{multicol}
\usepackage{titlesec}
\titleformat{\section}
{\normalfont\Large\bfseries}{\thesection}{1em}{}[{\titlerule[0.8pt]}]
\synctex=1
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
%%%%%% COSTUM ENV %%%%%%
\newenvironment{my_description}{
\begin{description}
\setlength{\itemsep}{1pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}}{\end{description}
}
\newenvironment{my_itemize}{
\begin{itemize}
\setlength{\itemsep}{1pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}}{\end{itemize}
}
%%%%%% END CONTUM ENV %%%%%
\usepackage{fancyhdr}
%\fancyhead[L]{\today}
\fancyhead[R]{Gustav Hartvigsson}
\fancyfoot[C]{\textbf\thepage}
\pagestyle{fancy}
\usepackage{tablefootnote}
\fancypagestyle{footeronly}{
\fancyhf{}% Clear header/footer
\renewcommand{\headrulewidth}{0pt}
%\fancyhead[L]{\today}
\fancyfoot[C]{\textbf\thepage}% Footer
}
\title{Curriculum Vitae}
\begin{document}
\thispagestyle{footeronly}
\begin{center}
\Large Curriculum Vitae
\textbf{ \huge \textsc{Gustav Hartvigsson}}
\normalsize
\end{center}
\begin{minipage}[t]{0.5\textwidth}
E-Mail: \href{mailto:gustav.hartvigsson@gmail.com}{gustav.hartvigsson@gmail.com}\\
Telephone: \href{tel:+46703941996}{+46 (0)70 394 1996}\\
LinkedIn: \href{https://www.linkedin.com/in/gustavhartvigsson}{www.linkedin.com/in/gustavhartvigsson}\\
\end{minipage}
\medskip
\section*{\textsc{IT-Knowledge}}
\begin{multicols}{2}
\begin{itemize}
\item \textbf{Programming Languages}
\begin{itemize}
\item C (+ GLib, GObject, Gtk+) \(\mathbb{I}\)
\item Vala \( \mathbb{I} \)
\item Java \( \mathbb{B} \) - \( \mathbb{I} \)
\item HTML \( \mathbb{B} \) - \( \mathbb{I} \)
\item JavaScript \( \mathbb{B} \) - \( \mathbb{I} \)
\item GJS (GNOME JavaScript) \( \mathbb{I} \)
\item \LaTeX \ \& bib\TeX \ \( \mathbb{B} \) - \( \mathbb{I} \)
\end{itemize}
\item \textbf{Operating Systimes System}
\begin{itemize}
\item GNU/Linux \( \mathbb{I} \)
\item Android \( \mathbb{B} \)
\item Windows \( \mathbb{B} \)
\item *Nix \( \mathbb{B} \) - \( \mathbb{I} \)
\end{itemize}
\item \textbf{IT-Tools}
\begin{itemize}
\item Eclipse \( \mathbb{B} \) - \( \mathbb{I} \)
\item Meson Build System \( \mathbb{B} \) - \( \mathbb{I} \)
\item GNU Make \( \mathbb{B} \) - \( \mathbb{I} \)
\item Bazaar (Distributed Version Control\\ System) \( \mathbb{I} \)
\item Google Docs \( \mathbb{I} \)
\item LibreOffice \( \mathbb{I} \)
\item GIMP \( \mathbb{I} \)
\item Inkscape \( \mathbb{I} \)
\end{itemize}
\end{itemize}
\end{multicols}
\textbf{Explanation:} \( \mathbb{B} \) : Beginner,
\( \mathbb{I} \) : Intermediate,
\( \mathbb{S} \) : Senior,
\( \mathbb{O} \) : Ongoing Course
\section*{\textsc{Education}}
\begin{table}[h!]
\begin{center}
\begin{tabular}{R{0.2\textwidth} p{0.7\textwidth}}
2017-02 -- 2017-09 & \textbf{Lexicon Väst}\newline Corse in Java SE and Java EE
with focus on web programming \\
2011 -- 2014 & \textbf{University of Skövde}\newline Computer Science
(No Bachelor). \\
2005 -- 2008 & \textbf{Strömstad Gymnasium}\newline Electricians program
with focus on Computers and such: Programming,
Webb design, Networks, etc.
\end{tabular}
\end{center}
\end{table}
\newpage
\section*{\textsc{Working Life}}
\begin{table}[h!]
\begin{center}
\begin{tabular}{R{0.2\textwidth} p{0.7\textwidth}}
Hobbex \newline 2019 -- 2020 & \textbf{Customer service and Workshop}\newline
The work consisted of answering e-mail,
working out customer requests and fixing
things sent in to Hobbex for repair,
and ordering things from or
sending things to manufacturers.\\
HC Telecom \newline 2016-06 -- 2016-08 & \textbf{Worked as Fiber-optics welder}
\newline The work consisted of --
among other thing -- going home to
costumers and installing fiber-optical
equipment for telecommunications.
Reference letter can be provided
(in Swedish)\\
Strömstad Gymnasium\footnote{Upper Secondary School} \newline 2016-01 -- 2016-06
& \textbf{Practised as a Teacher Assistant in IT}\newline
The work involved, among other things, helping the
teacher with lectures and reading pupils thesis'.
\end{tabular}
\end{center}
\end{table}
Other employments are not relevant.
\section*{\textsc{Personal Traits}}
The personal traits that I want to present are that I can be quite stubborn
at times, and humble in others, methodical, soft (literally), punctual,
realistic, ``unique,'' and open.
\bigskip
\section*{\textsc{Other Merits}}
%\begin{multicols}{2}
\begin{itemize}
\item \textbf{CCNA Certificate,} I rely do not have any interest in
network administration.
\item \textbf{Teaching,} during the spring semester 2016 I had
an internship at Strömstad Gymnasium (Upper secondary high school)
during which I helped out with teaching programming, web design, but
also gave the pupils some fundamentals in how they should think as
programmers.
\end{itemize}
%\end{multicols}
\section*{\textsc{Language skills}}
\begin{table}[h!]
\begin{center}
\begin{tabular}{R{0.2\textwidth} L{0.7\textwidth}}
\textbf{English} & Is like my second language, it is a language that I
feel at home in both in text and speech. \\
\textbf{Swedish} & Mother tongue.
\end{tabular}
\end{center}
\end{table}
\section*{\textsc{Interests}}
My interests are mostly in the realm of technology in general, but especially
when it comes to Free/Open Software (not to be confused with Freeware).
During my free time I do, amongst other things, voice acting, and I have a
YouTube channel\footnote{\url{https://www.youtube.com/@GegoVA}}, where I read
some stories and texts I find on the internet.
\end{document}
|