Add ability to create nice zeugnisse cover in same style
This commit is contained in:
parent
6b4293a20a
commit
38129b7e72
1 changed files with 25 additions and 1 deletions
26
moderncv.tex
26
moderncv.tex
|
@ -3,7 +3,17 @@
|
|||
|
||||
% ModernCV themes
|
||||
\moderncvstyle{classic}
|
||||
\moderncvcolor{blue}
|
||||
$if(moderncvcolor)$
|
||||
\moderncvcolor{$moderncvcolor$}
|
||||
$else$
|
||||
\moderncvcolor{black}
|
||||
$endif$
|
||||
% black, blue, burgundy, green, grey, orange, purple or red.
|
||||
|
||||
$if(zeugnisse)$
|
||||
% Attachfile package
|
||||
\usepackage{pdfpages}
|
||||
$endif$
|
||||
|
||||
% Character encoding
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
@ -170,4 +180,18 @@ $if(skill)$
|
|||
\cvskillentry*{$skill.type$:}{$skill.level$}{$skill.name$}{$skill.experience$}{$skill.comment$}
|
||||
$endfor$
|
||||
$endif$
|
||||
|
||||
% Zeugnisse
|
||||
$if(zeugnisse)$
|
||||
\vspace{4em}
|
||||
\section{Zeugnisse}
|
||||
$for(zeugnisse)$
|
||||
\cvline{}{$zeugnisse.name$}
|
||||
$endfor$
|
||||
$for(zeugnisse)$
|
||||
\phantomsection
|
||||
\addcontentsline{toc}{subsection}{$zeugnisse.name$}
|
||||
\includepdf[pages=-]{$zeugnisse.file$}
|
||||
$endfor$
|
||||
$endif$
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue