Expand template
This commit is contained in:
parent
4836b7d286
commit
a9fe32c4b6
1 changed files with 41 additions and 8 deletions
45
moderncv.tex
45
moderncv.tex
|
@ -54,11 +54,11 @@ $endif$
|
||||||
\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$}}{}{}
|
||||||
|
$if(erfahrung.skills)$
|
||||||
$for(erfahrung.skills)$
|
$for(erfahrung.skills)$
|
||||||
$if(erfahrung.skills.note)$
|
\cvitem{$erfahrung.skills.label$}{$erfahrung.skills.note$}
|
||||||
\cvitem{}{$erfahrung.skills.note$}
|
|
||||||
$endif$
|
|
||||||
$endfor$
|
$endfor$
|
||||||
|
$endif$
|
||||||
$endfor$
|
$endfor$
|
||||||
|
|
||||||
% Education
|
% Education
|
||||||
|
@ -75,10 +75,38 @@ $for(ausbildung)$
|
||||||
$endif$
|
$endif$
|
||||||
$endfor$
|
$endfor$
|
||||||
|
|
||||||
|
% besondere Kenntnisse
|
||||||
|
\section{Besondere Kenntnisse}
|
||||||
|
\subsection{IT-Kenntnisse}
|
||||||
|
$for(itkenntnisse)$
|
||||||
|
\cvline{}{\textbf{$itkenntnisse.name$}: $itkenntnisse.detail$}
|
||||||
|
$endfor$
|
||||||
|
|
||||||
% Skills
|
\subsection{Private Projekte}
|
||||||
\section{Skills}
|
$for(projekte)$
|
||||||
<<skills>>
|
\cvline{}{\textbf{$projekte.name$}: $projekte.detail$}
|
||||||
|
$endfor$
|
||||||
|
|
||||||
|
\subsection{Sprachkenntnisse}
|
||||||
|
$for(sprachen)$
|
||||||
|
\cvline{}{$sprachen.sprache$ \textit{($sprachen.skill$)}}
|
||||||
|
$endfor$
|
||||||
|
|
||||||
|
% Konferenzen
|
||||||
|
\section{Konferenzen}
|
||||||
|
$for(konferenz)$
|
||||||
|
$if(konferenz.wikipedia)$
|
||||||
|
$if(konferenz.www)$
|
||||||
|
\cvline{$konferenz.date$}{$konferenz.name$ \href{$konferenz.wikipedia$}{\faWikipediaW} \href{$konferenz.www$}{\faGlobe}}
|
||||||
|
$else$
|
||||||
|
\cvline{$konferenz.date$}{$konferenz.name$ \href{$konferenz.wikipedia$}{\faWikipediaW}}
|
||||||
|
$endif$
|
||||||
|
$elseif(konferenz.www)$
|
||||||
|
\cvline{$konferenz.date$}{$konferenz.name$ \href{$konferenz.www$}{\faGlobe}}
|
||||||
|
$else$
|
||||||
|
\cvline{$konferenz.date$}{$konferenz.name$}
|
||||||
|
$endif$
|
||||||
|
$endfor$
|
||||||
|
|
||||||
% Engagement
|
% Engagement
|
||||||
\section{Soziales Engagement}
|
\section{Soziales Engagement}
|
||||||
|
@ -90,6 +118,11 @@ $for(engegement)$
|
||||||
$endif$
|
$endif$
|
||||||
$endfor$
|
$endfor$
|
||||||
|
|
||||||
|
% Hobbies
|
||||||
|
\section{Hobbies}
|
||||||
|
$for(hobbies)$
|
||||||
|
\cvline{}{$hobbies.name$}
|
||||||
|
$endfor$
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue