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
|
\makecvtitle
|
||||||
|
|
||||||
% Experience
|
% Experience
|
||||||
|
$if(erfahrung)$
|
||||||
\section{Erfahrung}
|
\section{Erfahrung}
|
||||||
$for(erfahrung)$
|
$for(erfahrung)$
|
||||||
\cventry{$erfahrung.date$}{$erfahrung.job$}{$erfahrung.company$}{\textit{$erfahrung.place$}}{}{}
|
\cventry{$erfahrung.date$}{$erfahrung.job$}{$erfahrung.company$}{\textit{$erfahrung.place$}}{}{}
|
||||||
|
@ -67,8 +68,10 @@ $for(erfahrung)$
|
||||||
$endfor$
|
$endfor$
|
||||||
$endif$
|
$endif$
|
||||||
$endfor$
|
$endfor$
|
||||||
|
$endif$
|
||||||
|
|
||||||
% Education
|
% Education
|
||||||
|
$if(ausbildung)$
|
||||||
\vspace{0.4em}
|
\vspace{0.4em}
|
||||||
\section{Ausbildung}
|
\section{Ausbildung}
|
||||||
$for(ausbildung)$
|
$for(ausbildung)$
|
||||||
|
@ -82,8 +85,10 @@ $for(ausbildung)$
|
||||||
$endif$
|
$endif$
|
||||||
$endif$
|
$endif$
|
||||||
$endfor$
|
$endfor$
|
||||||
|
$endif$
|
||||||
|
|
||||||
% besondere Kenntnisse
|
% besondere Kenntnisse
|
||||||
|
$if(itkenntnisse)$
|
||||||
\vspace{0.4em}
|
\vspace{0.4em}
|
||||||
\section{Besondere Kenntnisse}
|
\section{Besondere Kenntnisse}
|
||||||
$if(itkenntnisse)$
|
$if(itkenntnisse)$
|
||||||
|
@ -108,6 +113,7 @@ $endfor$
|
||||||
\cvline{}{$sprachen.sprache$ \textit{($sprachen.skill$)}}
|
\cvline{}{$sprachen.sprache$ \textit{($sprachen.skill$)}}
|
||||||
$endfor$
|
$endfor$
|
||||||
$endif$
|
$endif$
|
||||||
|
$endif$
|
||||||
|
|
||||||
% Konferenzen
|
% Konferenzen
|
||||||
$if(konferenz)$
|
$if(konferenz)$
|
||||||
|
|
Loading…
Reference in a new issue