summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
diff options
context:
space:
mode:
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.tex19
1 files changed, 11 insertions, 8 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
index 916b72f01fb..8bde90ea8ab 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
@@ -1,9 +1,12 @@
% cv example for classicthesis.sty
+\RequirePackage{silence} % :-\
+ \WarningFilter{scrartcl}{Usage of package `titlesec'}
+ \WarningFilter{titlesec}{Non standard sectioning command detected}
\documentclass[10pt,a4paper]{scrartcl}
\usepackage[LabelsAligned]{currvita} % nice cv style
\usepackage{url}
\usepackage[ngerman]{babel}
-\usepackage[nochapters]{../classicthesis}
+\usepackage[nochapters]{classicthesis}
\renewcommand*{\cvheadingfont}{\LARGE\color{Maroon}}
\renewcommand*{\cvlistheadingfont}{\large}
@@ -15,16 +18,16 @@
%\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}
+ \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
+ \item \dots
\end{cvlist}
\end{cv}
-\end{document} \ No newline at end of file
+\end{document}