/+junk/CV

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/CV
48 by Gustav Hartvigsson
* Switched everything over to DejaVu fonts
1
\documentclass[a4paper, 10pt]{article}
2
52 by Gustav Hartvigsson
* Lots of small fixes.
3
\usepackage{amssymb}
4
\usepackage{amsmath}
5
\usepackage{textcomp}
6
48 by Gustav Hartvigsson
* Switched everything over to DejaVu fonts
7
\usepackage{DejaVuSerifCondensed}
8
\usepackage{DejaVuSansMono}
44 by Gustav Hartvigsson
Translated CV to english.
9
10
\usepackage[utf8]{inputenc}
11
\usepackage[T1]{fontenc}
12
\usepackage[swedish]{babel}
13
\usepackage[dvips]{graphics}
14
\usepackage{hyperref}
15
\usepackage{geometry}
16
\usepackage[cm, headings]{fullpage}
17
18
\usepackage{tabularx}
19
\usepackage{ragged2e}
20
21
\usepackage[yyyymmdd]{datetime}
22
\renewcommand{\dateseparator}{-}
23
24
\usepackage[parfill]{parskip}
25
49 by Gustav Hartvigsson
* Fixed SmallCaps with a costum package
26
\usepackage{FixSmallCaps}
44 by Gustav Hartvigsson
Translated CV to english.
27
28
%%%%%%%%%%%%%%%%%%%%%% FIX HREF
29
\usepackage{xcolor}
30
\definecolor{dark-red}{rgb}{0.4,0.15,0.15}
31
\definecolor{dark-blue}{rgb}{0.15,0.15,0.4}
32
\definecolor{medium-blue}{rgb}{0,0,0.5}
33
\definecolor{dark-green}{rgb}{0,0.5,0}
34
\hypersetup{
35
    colorlinks,
36
    linkcolor={dark-red},
37
    citecolor={dark-green},
38
    urlcolor={dark-blue},
39
    pdftitle={Gustav Hartvigsson - Curriculum Vitae},    % title
40
    pdfauthor={Gustav Hartvigsson},     % author
41
    pdfsubject={Curriculum Vitae},
42
    pdfkeywords={Curriculum Vitae} {Programming} {C}
43
                {Java}
44
}
45
%%%%%%%%%%%%%%%%%%%%%% END FIX HREF
46
57 by Gustav Hartvigsson
* Fixed some issues, spelling and missing information
47
%%%%% Fix Footnote in tables
48
\usepackage{footnote}
49
\makesavenoteenv{tabular}
50
\makesavenoteenv{table}
51
%%%%% END Fix Footnote in tables
44 by Gustav Hartvigsson
Translated CV to english.
52
53
54
\usepackage{multicol}
55
56
57
\usepackage{titlesec}
58
\titleformat{\section}
59
  {\normalfont\Large\bfseries}{\thesection}{1em}{}[{\titlerule[0.8pt]}]
60
61
\synctex=1
62
63
\usepackage{array}
64
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
65
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
66
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
67
68
%%%%%% COSTUM ENV %%%%%%
69
\newenvironment{my_description}{
70
\begin{description}
71
  \setlength{\itemsep}{1pt}
72
  \setlength{\parskip}{0pt}
73
  \setlength{\parsep}{0pt}}{\end{description}
74
}
75
52 by Gustav Hartvigsson
* Lots of small fixes.
76
44 by Gustav Hartvigsson
Translated CV to english.
77
\newenvironment{my_itemize}{
78
\begin{itemize}
79
  \setlength{\itemsep}{1pt}
80
  \setlength{\parskip}{0pt}
81
  \setlength{\parsep}{0pt}}{\end{itemize}
82
}
83
84
85
%%%%%% END CONTUM ENV %%%%%
52 by Gustav Hartvigsson
* Lots of small fixes.
86
\usepackage{fancyhdr}
87
   %\fancyhead[L]{\today}
88
   \fancyhead[R]{Gustav Hartvigsson}
89
   \fancyfoot[C]{\textbf\thepage}
90
   \pagestyle{fancy}
91
\usepackage{tablefootnote}
44 by Gustav Hartvigsson
Translated CV to english.
92
93
94
\fancypagestyle{footeronly}{
95
  \fancyhf{}% Clear header/footer
96
  \renewcommand{\headrulewidth}{0pt}
52 by Gustav Hartvigsson
* Lots of small fixes.
97
  %\fancyhead[L]{\today}
44 by Gustav Hartvigsson
Translated CV to english.
98
  \fancyfoot[C]{\textbf\thepage}% Footer
99
}
100
101
102
\title{Curriculum Vitae}
103
104
\begin{document}
105
  \thispagestyle{footeronly}
106
  \begin{center}
107
    \Large Curriculum Vitae
108
    
49 by Gustav Hartvigsson
* Fixed SmallCaps with a costum package
109
    \textbf{ \huge \textsc{Gustav Hartvigsson}}
44 by Gustav Hartvigsson
Translated CV to english.
110
    \normalsize
111
  \end{center}
112
  \begin{minipage}[t]{0.5\textwidth}
113
    E-Mail: \href{mailto:gustav.hartvigsson@gmail.com}{gustav.hartvigsson@gmail.com}\\
114
    Telephone: \href{tel:+46703941996}{+46 (0)70 394 1996}\\
115
    LinkedIn: \href{https://www.linkedin.com/in/gustavhartvigsson}{www.linkedin.com/in/gustavhartvigsson}\\
116
  \end{minipage}
117
  \medskip
118
  
119
  \section*{\textsc{IT-Knowledge}}
120
  \begin{multicols}{2}
121
  \begin{itemize}
122
    \item \textbf{Programming Languages}
123
    \begin{itemize}
52 by Gustav Hartvigsson
* Lots of small fixes.
124
      \item C (+ GLib, GObject, Gtk+) \(\mathbb{I}\)
125
      \item Vala \( \mathbb{I} \)
55 by Gustav Hartvigsson
* woops
126
      \item Java \( \mathbb{B} \) - \( \mathbb{I} \)
52 by Gustav Hartvigsson
* Lots of small fixes.
127
      \item HTML \( \mathbb{B} \) - \( \mathbb{I} \)
128
      \item JavaScript \( \mathbb{B} \) - \( \mathbb{I} \)
129
      \item GJS (GNOME JavaScript) \( \mathbb{I} \)
130
      \item \LaTeX \ \& bib\TeX \ \( \mathbb{B} \) - \( \mathbb{I} \)
44 by Gustav Hartvigsson
Translated CV to english.
131
    \end{itemize}
132
    \item \textbf{Operating Systimes System}
133
    \begin{itemize}
52 by Gustav Hartvigsson
* Lots of small fixes.
134
      \item GNU/Linux \( \mathbb{I} \)
135
      \item Android \( \mathbb{B} \)
136
      \item Windows \( \mathbb{B} \)
137
      \item *Nix \( \mathbb{B} \) - \( \mathbb{I} \)
44 by Gustav Hartvigsson
Translated CV to english.
138
    \end{itemize}
139
    \item \textbf{IT-Tools}
140
    \begin{itemize}
52 by Gustav Hartvigsson
* Lots of small fixes.
141
      \item Eclipse \( \mathbb{B} \) - \( \mathbb{I} \)
59 by Gustav Hartvigsson
* Updated CV a bit... I need to do more...
142
      \item Meson Build System \( \mathbb{B} \) - \( \mathbb{I} \)
52 by Gustav Hartvigsson
* Lots of small fixes.
143
      \item GNU Make \( \mathbb{B} \) - \( \mathbb{I} \)
144
      \item Bazaar (Distributed Version Control\\ System) \( \mathbb{I} \)
145
      \item Google Docs \( \mathbb{I} \)
146
      \item LibreOffice \( \mathbb{I} \)
147
      \item GIMP \( \mathbb{I} \)
148
      \item Inkscape \( \mathbb{I} \)
44 by Gustav Hartvigsson
Translated CV to english.
149
      
150
    \end{itemize}
151
  \end{itemize}
152
  \end{multicols}
52 by Gustav Hartvigsson
* Lots of small fixes.
153
  \textbf{Explanation:} \( \mathbb{B} \) : Beginner,
154
                        \( \mathbb{I} \) : Intermediate,
155
                        \( \mathbb{S} \) : Senior,
156
                        \( \mathbb{O} \) : Ongoing Course
157
  
44 by Gustav Hartvigsson
Translated CV to english.
158
  
159
  \section*{\textsc{Education}}
160
  \begin{table}[h!]
161
    \begin{center}
162
      \begin{tabular}{R{0.2\textwidth} p{0.7\textwidth}}
54 by Gustav Hartvigsson
* fixed the date... and the description in the english version
163
        2017-02 -- 2017-09 & \textbf{Lexicon Väst}\newline Corse in Java SE and Java EE
164
                             with focus on web programming \\
53 by Gustav Hartvigsson
* Added end date to Lexicon course
165
        2011 -- 2014       & \textbf{University of Skövde}\newline Computer Science
166
                             (No Bachelor). \\
167
        2005 -- 2008       & \textbf{Strömstad Gymnasium}\newline Electricians program
168
                             with focus on Computers and such: Programming, 
169
                              Webb design, Networks, etc. 
44 by Gustav Hartvigsson
Translated CV to english.
170
      \end{tabular}
171
    \end{center}
172
  \end{table}
173
  
57 by Gustav Hartvigsson
* Fixed some issues, spelling and missing information
174
  \newpage
44 by Gustav Hartvigsson
Translated CV to english.
175
  \section*{\textsc{Working Life}}
176
  \begin{table}[h!]
177
    \begin{center}
178
      \begin{tabular}{R{0.2\textwidth} p{0.7\textwidth}}
58 by Gustav Hartvigsson
* updated my CV
179
        Hobbex \newline 2019 -- 2020 & \textbf{Customer service and Workshop}\newline
180
                                          The work consisted of answering e-mail,
181
                                          working out customer requests and fixing
182
                                          things sent in to Hobbex for repair,
183
                                          and ordering things from or
184
                                          sending things to manufacturers.\\
185
        
44 by Gustav Hartvigsson
Translated CV to english.
186
        HC Telecom \newline 2016-06 -- 2016-08 & \textbf{Worked as Fiber-optics welder}
187
                                                 \newline The work consisted of --
188
                                                 among other thing -- going home to
189
                                                 costumers and installing fiber-optical
190
                                                 equipment for telecommunications.
191
                                                 Reference letter can be provided
57 by Gustav Hartvigsson
* Fixed some issues, spelling and missing information
192
                                                 (in Swedish)\\
193
        Strömstad Gymnasium\footnote{Upper Secondary School} \newline 2016-01 -- 2016-06
194
                                             & \textbf{Practised as a Teacher Assistant in IT}\newline
195
                                                The work involved, among other things, helping the
196
                                                teacher with lectures and reading pupils thesis'.
44 by Gustav Hartvigsson
Translated CV to english.
197
      \end{tabular}
198
    \end{center}
199
  \end{table}
57 by Gustav Hartvigsson
* Fixed some issues, spelling and missing information
200
  
44 by Gustav Hartvigsson
Translated CV to english.
201
  Other employments are not relevant.
202
  
203
  \section*{\textsc{Personal Traits}}
204
  The personal traits that I want to present are that I can be quite stubborn
57 by Gustav Hartvigsson
* Fixed some issues, spelling and missing information
205
  at times, and humble in others, methodical, soft (literally), punctual,
44 by Gustav Hartvigsson
Translated CV to english.
206
  realistic, ``unique,'' and open.
207
  
208
  
209
  \bigskip
210
  \section*{\textsc{Other Merits}}
211
  %\begin{multicols}{2}
212
    \begin{itemize}
57 by Gustav Hartvigsson
* Fixed some issues, spelling and missing information
213
      \item \textbf{CCNA Certificate,} I rely do not have any interest in
44 by Gustav Hartvigsson
Translated CV to english.
214
             network administration.
215
      \item \textbf{Teaching,} during the spring semester 2016 I had
216
            an internship at Strömstad Gymnasium (Upper secondary high school)
217
            during which I helped out with teaching programming, web design, but
218
            also gave the pupils some fundamentals in how they should think as
219
            programmers.
220
    \end{itemize}
221
  %\end{multicols}
222
  
223
  \section*{\textsc{Language skills}}
224
  
225
  \begin{table}[h!]
226
    \begin{center}
227
      \begin{tabular}{R{0.2\textwidth} L{0.7\textwidth}}
228
        \textbf{English} & Is like my second language, it is a language that I
229
                            feel at home in both in text and speech. \\
230
        \textbf{Swedish} & Mother tongue.
231
      \end{tabular}
232
    \end{center}
233
  \end{table}
234
  
235
  \section*{\textsc{Interests}}
59 by Gustav Hartvigsson
* Updated CV a bit... I need to do more...
236
  My interests are mostly in the realm of technology in general, but especially
57 by Gustav Hartvigsson
* Fixed some issues, spelling and missing information
237
  when it comes to Free/Open Software (not to be confused with Freeware).
44 by Gustav Hartvigsson
Translated CV to english.
238
  
59 by Gustav Hartvigsson
* Updated CV a bit... I need to do more...
239
  During my free time I do, amongst other things, voice acting, and I have a
240
  YouTube channel\footnote{\url{https://www.youtube.com/@GegoVA}}, where I read
241
  some stories and texts I find on the internet.
44 by Gustav Hartvigsson
Translated CV to english.
242
  
243
  
244
\end{document}