Adding more skills
This commit is contained in:
parent
b42cd8c115
commit
4bc6dd8f06
1 changed files with 22 additions and 4 deletions
26
moderncv.tex
26
moderncv.tex
|
@ -50,19 +50,37 @@ $endif$
|
|||
% header
|
||||
\makecvtitle
|
||||
|
||||
% Experience
|
||||
\section{Erfahrung}
|
||||
$for(erfahrung)$
|
||||
\cventry{$erfahrung.date$}{$erfahrung.job$}{$erfahrung.company$}{\textit{$erfahrung.place$}}{}{}
|
||||
$endfor$
|
||||
|
||||
% Education
|
||||
\section{Ausbildung}
|
||||
$for(ausbildung)$
|
||||
\cventry{$when$}{Foo}{Bar}{Baz}
|
||||
$if(ausbildung.degree)$
|
||||
\cventry{$ausbildung.date$}{$ausbildung.degree$}{$ausbildung.school$}{\textit{$ausbildung.place$}}{}{}
|
||||
$else$
|
||||
\cventry{$ausbildung.date$}{$ausbildung.school$}{$ausbildung.place$}{}{}{}
|
||||
$endif$
|
||||
$endfor$
|
||||
|
||||
% Experience
|
||||
\section{Experience}
|
||||
<<experience>>
|
||||
|
||||
% Skills
|
||||
\section{Skills}
|
||||
<<skills>>
|
||||
|
||||
% Engagement
|
||||
\section{Soziales Engagement}
|
||||
$for(engegement)$
|
||||
$if(engegement.skill)$
|
||||
\cventry{$engegement.date$}{$engegement.group$}{$engegement.place$}{$engegement.detail$}{}{\textit{($engegement.skill$)}}
|
||||
$else$
|
||||
\cventry{$engegement.date$}{$engegement.group$}{$engegement.place$}{$engegement.detail$}{}{}
|
||||
$endif$
|
||||
$endfor$
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
|
|
Loading…
Reference in a new issue