|
|
@@ -73,21 +73,6 @@
|
|
|
\href{mailto:((( resume.basics.email )))}{\MakeUppercase{((( resume.basics.email )))}}}}
|
|
|
\end{center}
|
|
|
|
|
|
- \begin{cvsection}{Ausbildung}
|
|
|
- ((* for stage in resume.education *))
|
|
|
- \cvperiod{((( stage.startDate|simpledate )))--((( stage.endDate|simpledate)))}{\emph{((( stage.studyType ))) ((( stage.area )))} -- ((( stage.institution )))}
|
|
|
- ((* if stage.highlights *))
|
|
|
- \vspace{-1.8em}
|
|
|
- \begin{itemize}[leftmargin=1.8em, rightmargin=8em]
|
|
|
- \raggedright
|
|
|
- ((* for highlight in stage.highlights *))
|
|
|
- \item ((( highlight )))
|
|
|
- ((* endfor *))
|
|
|
- \end{itemize}
|
|
|
- ((* endif *))
|
|
|
- ((* endfor *))
|
|
|
- \end{cvsection}
|
|
|
-
|
|
|
\begin{cvsection}{Berufserfahrung}
|
|
|
((* for work in resume.work *))
|
|
|
\cvperiod{((( work.startDate|simpledate )))--((( work.endDate|simpledate )))}{((( work.company)))}
|
|
|
@@ -106,6 +91,21 @@
|
|
|
((* endfor *))
|
|
|
\end{cvsection}
|
|
|
|
|
|
+ \begin{cvsection}{Ausbildung}
|
|
|
+ ((* for stage in resume.education *))
|
|
|
+ \cvperiod{((( stage.startDate|simpledate )))--((( stage.endDate|simpledate)))}{\emph{((( stage.studyType ))) ((( stage.area )))} -- ((( stage.institution )))}
|
|
|
+ ((* if stage.highlights *))
|
|
|
+ \vspace{-1.8em}
|
|
|
+ \begin{itemize}[leftmargin=1.8em, rightmargin=8em]
|
|
|
+ \raggedright
|
|
|
+ ((* for highlight in stage.highlights *))
|
|
|
+ \item ((( highlight )))
|
|
|
+ ((* endfor *))
|
|
|
+ \end{itemize}
|
|
|
+ ((* endif *))
|
|
|
+ ((* endfor *))
|
|
|
+ \end{cvsection}
|
|
|
+
|
|
|
\noindent
|
|
|
\begin{minipage}[t]{0.49\textwidth}
|
|
|
\begin{cvsection}{Sprachen}
|