-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
executable file
·73 lines (56 loc) · 2.01 KB
/
main.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
\documentclass[]{cv-style}% Add 'print' in [] to get print-view
%\usepackage{graphicx}
%\usepackage{showframe}
\def\cvname{John Doe}%
\def\cvstreet{St. Georges Street 25}%
\def\cvzipcode{28170}%
\def\cvcity{Gotham City}%
\def\cvcountry{GER}%
\def\cvemail{[email protected]}%
\def\cvweb{https://johndoe.tld}%
\def\cvphone{+49 123 45678}%
\pdfmeta % set pdf title, author, ...
\begin{document}%
\header
\begin{aside}%
\section*{About}
\textbf{Born} 01.01.1900\\
\textbf{Citizenship} German
\section*{Languages}
\textbf{German} native\\
\textbf{English} CEFR Z2
\section*{GitHub}
hobbeshunter
\section*{Areas of Expertise}
Web Development\\
Game Development\\
Database Engineering\\
\section*{Programming Languages}
Fortran, Lisp, Lua Script, Brainf*ck
\section*{Frameworks}
Unreal Engine, Unity, CryEngine
\end{aside}% no newline here
\begin{main}%
\section*{Education}
\begin{cvitemize}
\cvitem{Oct 1921 - \textbf{now}}{Computer Science}{TU Munich}{Master of Science}{specialized in super cool programming}
\cvitem{Oct 1918 - Sept 1921}{Computer Science}{TU Dresden}{Bachelor of Science}{Thesis: How to program something super cool}
\end{cvitemize}
\section*{Work Experience}
\begin{cvitemize}
\cvitem{Jun 1920 - \textbf{now}}{Awesome Company 1}{City 1}{Co-Founder, Software Engineer}{Game Development | Web Development}
\cvitem{Jan 1919 - Sep 1920}{Awesome Company 2}{City 2}{Junior Software Developer}{Web Development | Enterprise Software Support}
\end{cvitemize}
\section*{Extracurricular Experience}
\begin{cvitemize}
\cvitem{Jun 1915 - Aug 1916}{Some cool organisation}{City 1}{Helped little children to tie a bow}{}
\cvitem{Apr 1917 - Jul 1918}{Some other organisation}{City 2}{Organized the annual meeting of dachshound breeders}{}
\end{cvitemize}
\section*{Awards}
\begin{cvitemize}
\cvitem{2014}{Best Hamburger}{}{}{}
\cvitem{2018}{Winner Gotham City Sack Race}{}{}{}
\end{cvitemize}
\end{main}
\cityanddate
\end{document}