Adding more skills

This commit is contained in:
L3D 2024-04-17 02:19:14 +02:00
parent b42cd8c115
commit 4bc6dd8f06
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -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}