summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-06-22 17:46:38 +0000
committerKarl Berry <karl@freefriends.org>2007-06-22 17:46:38 +0000
commitdee12fed9b38e71b80bf0125d45b3c68d50e0662 (patch)
treea258d942cb7ad6c02378cbef5d33c6289a7211a5 /Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
parente3813f8109b2a1a704ec02898a96bb15aef566ab (diff)
classicthesis update (5jun07)
git-svn-id: svn://tug.org/texlive/trunk@4494 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
new file mode 100644
index 00000000000..57119ea829a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
@@ -0,0 +1,27 @@
+% cv example for classicthesis.sty
+\documentclass[10pt,a4paper]{scrartcl}
+\usepackage[LabelsAligned]{currvita} % nice cv style
+\usepackage{url}
+\usepackage[nochapters]{../classicthesis}
+
+\renewcommand*{\cvheadingfont}{\LARGE\color{Maroon}}
+\renewcommand*{\cvlistheadingfont}{\large}
+\renewcommand*{\cvlabelfont}{\qquad}
+
+\begin{document}
+ \begin{cv}{\spacedallcaps{Curriculum Vit\ae}}
+ %\pdfbookmark[1]{Pers\"onliche Daten}{PersDat}
+ \begin{cvlist}{\spacedlowsmallcaps{Pers\"onliche Daten}}\label{PersDat}
+ \item Andr\'e Miede
+ \item Geboren am 4.\ Dezember~1977 \\
+ Europ\"aer, Deutsche Staatsb\"urgerschaft
+ \item \url{http://www.miede.de} \\
+ \url{https://www.xing.com/profile/Andre_Miede}
+ \end{cvlist}
+
+ %\pdfbookmark[1]{Irgendwas}{irgendwas}
+ \begin{cvlist}{\spacedlowsmallcaps{Irgendwas}}\label{irgendwas}
+ \item \dots
+ \end{cvlist}
+ \end{cv}
+\end{document} \ No newline at end of file