Przeglądaj źródła

Place work position below company

Matthias Vogelgesang 10 lat temu
rodzic
commit
a490db69c2
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4 2
      cv.tex.in

+ 4 - 2
cv.tex.in

@@ -6,6 +6,7 @@
   hidelinks=true
 ]{hyperref}
 
+
 % --- Fonts
 
 \setmainfont[Mapping=tex-text]{Linux Libertine O}
@@ -80,8 +81,9 @@
 
   \begin{cvsection}{Berufserfahrung}
     ((* for work in resume.work *))
-    \cvperiod{((( work.startDate )))--((( work.endDate )))}{((( work.company))), \emph{((( work.position )))}}
-    \vspace{0.8em}
+    \cvperiod{((( work.startDate )))--((( work.endDate )))}{((( work.company)))}
+    \emph{((( work.position )))}
+    \vspace{0.6em}
     ((* endfor *))
   \end{cvsection}