summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
blob: 916b72f01fba74ce8a6a29c6286d86823f923542 (plain)
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
% cv example for classicthesis.sty
\documentclass[10pt,a4paper]{scrartcl}
\usepackage[LabelsAligned]{currvita} % nice cv style
\usepackage{url}
\usepackage[ngerman]{babel}
\usepackage[nochapters]{../classicthesis}

\renewcommand*{\cvheadingfont}{\LARGE\color{Maroon}}
\renewcommand*{\cvlistheadingfont}{\large}
\renewcommand*{\cvlabelfont}{\qquad}

\begin{document}
    \pagestyle{plain}
    \begin{cv}{\spacedallcaps{Curriculum Vit\ae}}
        %\pdfbookmark[1]{Pers\"onliche Daten}{PersDat}
        \begin{cvlist}{\spacedlowsmallcaps{Pers\"onliche Daten}}\label{PersDat}  % should be fixed one day
            \item   Andr\'e Miede
            \item   Geboren am \dots\ \texttt{(-;} \\   
                    Europ\"aer, Deutsche Staatsb\"urgerschaft 
            \item   \url{http://www.miede.de} \\                
                    \url{https://www.xing.com/profile/Andre_Miede}              
        \end{cvlist}
        
        \clearpage
        %\pdfbookmark[1]{Irgendwas}{irgendwas}
        \begin{cvlist}{\spacedlowsmallcaps{Irgendwas}}\label{irgendwas}
            \item   \dots 
        \end{cvlist}
    \end{cv}
\end{document}