Make headlines more optional
This commit is contained in:
parent
91f19db7cd
commit
6b4293a20a
1 changed files with 30 additions and 24 deletions
|
@ -58,6 +58,7 @@ $endif$
|
|||
\makecvtitle
|
||||
|
||||
% Experience
|
||||
$if(erfahrung)$
|
||||
\section{Erfahrung}
|
||||
$for(erfahrung)$
|
||||
\cventry{$erfahrung.date$}{$erfahrung.job$}{$erfahrung.company$}{\textit{$erfahrung.place$}}{}{}
|
||||
|
@ -67,8 +68,10 @@ $for(erfahrung)$
|
|||
$endfor$
|
||||
$endif$
|
||||
$endfor$
|
||||
$endif$
|
||||
|
||||
% Education
|
||||
$if(ausbildung)$
|
||||
\vspace{0.4em}
|
||||
\section{Ausbildung}
|
||||
$for(ausbildung)$
|
||||
|
@ -82,8 +85,10 @@ $for(ausbildung)$
|
|||
$endif$
|
||||
$endif$
|
||||
$endfor$
|
||||
$endif$
|
||||
|
||||
% besondere Kenntnisse
|
||||
$if(itkenntnisse)$
|
||||
\vspace{0.4em}
|
||||
\section{Besondere Kenntnisse}
|
||||
$if(itkenntnisse)$
|
||||
|
@ -108,6 +113,7 @@ $endfor$
|
|||
\cvline{}{$sprachen.sprache$ \textit{($sprachen.skill$)}}
|
||||
$endfor$
|
||||
$endif$
|
||||
$endif$
|
||||
|
||||
% Konferenzen
|
||||
$if(konferenz)$
|
||||
|
|
Loading…
Reference in a new issue