|
@@ -70,7 +70,7 @@
|
|
|
\cvperiod{((( stage.startDate|simpledate )))--((( stage.endDate|simpledate)))}{\emph{((( stage.studyType )))} -- ((( stage.institution )))}
|
|
\cvperiod{((( stage.startDate|simpledate )))--((( stage.endDate|simpledate)))}{\emph{((( stage.studyType )))} -- ((( stage.institution )))}
|
|
|
((* if stage.highlights *))
|
|
((* if stage.highlights *))
|
|
|
\vspace{-1.8em}
|
|
\vspace{-1.8em}
|
|
|
- \begin{itemize}[rightmargin=8em]
|
|
|
|
|
|
|
+ \begin{itemize}[leftmargin=1.8em, rightmargin=8em]
|
|
|
\raggedright
|
|
\raggedright
|
|
|
((* for highlight in stage.highlights *))
|
|
((* for highlight in stage.highlights *))
|
|
|
\item ((( highlight )))
|
|
\item ((( highlight )))
|
|
@@ -83,7 +83,17 @@
|
|
|
\begin{cvsection}{Berufserfahrung}
|
|
\begin{cvsection}{Berufserfahrung}
|
|
|
((* for work in resume.work *))
|
|
((* for work in resume.work *))
|
|
|
\cvperiod{((( work.startDate|simpledate )))--((( work.endDate|simpledate )))}{((( work.company)))}
|
|
\cvperiod{((( work.startDate|simpledate )))--((( work.endDate|simpledate )))}{((( work.company)))}
|
|
|
|
|
+ \vspace{0.2em}
|
|
|
\emph{((( work.position )))}
|
|
\emph{((( work.position )))}
|
|
|
|
|
+ ((* if work.highlights *))
|
|
|
|
|
+ \vspace{-0.6em}
|
|
|
|
|
+ \begin{itemize}[leftmargin=1.8em, rightmargin=8em]
|
|
|
|
|
+ \raggedright
|
|
|
|
|
+ ((* for highlight in work.highlights *))
|
|
|
|
|
+ \item ((( highlight )))
|
|
|
|
|
+ ((* endfor *))
|
|
|
|
|
+ \end{itemize}
|
|
|
|
|
+ ((* endif *))
|
|
|
\vspace{0.6em}
|
|
\vspace{0.6em}
|
|
|
((* endfor *))
|
|
((* endfor *))
|
|
|
\end{cvsection}
|
|
\end{cvsection}
|
|
@@ -113,6 +123,8 @@
|
|
|
\end{minipage}
|
|
\end{minipage}
|
|
|
\vspace{2em}
|
|
\vspace{2em}
|
|
|
|
|
|
|
|
|
|
+ \pagebreak
|
|
|
|
|
+
|
|
|
\begin{cvsection}{Netz}
|
|
\begin{cvsection}{Netz}
|
|
|
\begin{description}[leftmargin=4.2em, style=nextline]
|
|
\begin{description}[leftmargin=4.2em, style=nextline]
|
|
|
\item[Webseite] \href{((( resume.basics.website )))}{((( resume.basics.shortWebsite )))}
|
|
\item[Webseite] \href{((( resume.basics.website )))}{((( resume.basics.shortWebsite )))}
|