Переглянути джерело

Typeset work highlights and fix cosmetics

Matthias Vogelgesang 10 роки тому
батько
коміт
98732f6694
1 змінених файлів з 13 додано та 1 видалено
  1. 13 1
      cv.tex.in

+ 13 - 1
cv.tex.in

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