-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
68 lines (43 loc) · 1.75 KB
/
cv.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
%\definecolor{kitblue}{RGB}{70, 100, 170}
% formatting inspired by "moderncv" and https://github.com/edouardfouche/phd-thesis/blob/master/cv.tex
\newlength{\hintscolumnwidth}
\setlength{\hintscolumnwidth}{3.3cm}
\newlength{\separatorcolumnwidth}
\setlength{\separatorcolumnwidth}{0.5cm}
\newlength{\additionalwidth}
\setlength{\additionalwidth}{1cm}
\newlength{\maincolumnwidth}
\setlength{\maincolumnwidth}{\textwidth-\separatorcolumnwidth-\hintscolumnwidth-12pt} % in dissertation, box is 12pt too wide if \textwidth used
\newcommand*{\cventry}[4]{%
\noindent%
\parbox[t]{\hintscolumnwidth}{\raggedleft{}#1}%
\hspace{\separatorcolumnwidth}%
\parbox[t]{\maincolumnwidth}{%
\textbf{#2}%
\ifthenelse{\equal{#2}{} \OR \equal{#3}{}}{}{, }\emph{#3}%
\ifthenelse{\equal{#3}{} \OR \equal{#4}{}}{}{, }{#4}%
}%
}
\newcommand*{\cvsection}[1]{%
\vspace{\baselineskip}%
\noindent%
\parbox[m]{\maincolumnwidth}{\large\textsc{#1}}%
}
\chapter*{Lebenslauf}
\addcontentsline{toc}{chapter}{Lebenslauf} % entry for table of contents in dissertation (not relevant in standalone version of document)
\cvsection{Persönliche Daten}
\cventry{Name}{}{}{Vorname Nachname}
\cventry{Geboren}{}{}{xx.yy.zzzz in aaa}
\cventry{Adresse}{}{}{aaa}
\cventry{E-Mail}{}{}{xxx@yyy.zzz}
\cvsection{Berufserfahrung}
\cventry{yy/zzzz -- yy/zzzz}{Berufsbezeichnung}{Arbeitgeber}{Standort}
\dots % add further jobs here
\cvsection{Bildung}
\cventry{yy/zzzz -- heute}{Studiengang (Promotion)}{Universität}{}
\cventry{yy/zzzz -- yy/zzzz}{Studiengang (M.Sc.)}{Universität}{Abschlussnote: x,x}
\cventry{yy/zzzz -- yy/zzzz}{Studiengang (B.Sc.)}{Universität}{Abschlussnote: x,x}
\vspace{2\baselineskip}
\noindent Ort, yy. Monat zzzz
\vspace{\baselineskip}
\noindent\textbf{Vorname Nachname}