|
|
@@ -59,12 +59,12 @@
|
|
|
((* for stage in resume.education *))
|
|
|
\cvperiod{((( stage.startDate )))--((( stage.endDate )))}{\emph{((( stage.studyType )))}, ((( stage.institution )))}
|
|
|
((* endfor *))
|
|
|
- \begin{itemize}
|
|
|
- \item Diplom-Informatiker, Notenschnitt: 1.3
|
|
|
- \end{itemize}
|
|
|
\end{cvsection}
|
|
|
|
|
|
\begin{cvsection}{Berufserfahrung}
|
|
|
+ ((* for work in resume.work *))
|
|
|
+ \cvperiod{((( work.startDate )))--((( work.endDate )))}{\emph{((( work.position )))}, ((( work.company )))}
|
|
|
+ ((* endfor *))
|
|
|
\end{cvsection}
|
|
|
|
|
|
\begin{cvsection}{Sprachen}
|