improve skill order and education
This commit is contained in:
parent
4bc6dd8f06
commit
4836b7d286
1 changed files with 10 additions and 1 deletions
11
moderncv.tex
11
moderncv.tex
|
@ -54,6 +54,11 @@ $endif$
|
|||
\section{Erfahrung}
|
||||
$for(erfahrung)$
|
||||
\cventry{$erfahrung.date$}{$erfahrung.job$}{$erfahrung.company$}{\textit{$erfahrung.place$}}{}{}
|
||||
$for(erfahrung.skills)$
|
||||
$if(erfahrung.skills.note)$
|
||||
\cvitem{}{$erfahrung.skills.note$}
|
||||
$endif$
|
||||
$endfor$
|
||||
$endfor$
|
||||
|
||||
% Education
|
||||
|
@ -62,7 +67,11 @@ $for(ausbildung)$
|
|||
$if(ausbildung.degree)$
|
||||
\cventry{$ausbildung.date$}{$ausbildung.degree$}{$ausbildung.school$}{\textit{$ausbildung.place$}}{}{}
|
||||
$else$
|
||||
\cventry{$ausbildung.date$}{$ausbildung.school$}{$ausbildung.place$}{}{}{}
|
||||
$if(ausbildung.place)$
|
||||
\cvitem{$ausbildung.date$}{$ausbildung.school$, $ausbildung.place$}
|
||||
$else$
|
||||
\cvitem{$ausbildung.date$}{$ausbildung.school$, $ausbildung.place$}
|
||||
$endif$
|
||||
$endif$
|
||||
$endfor$
|
||||
|
||||
|
|
Loading…
Reference in a new issue