Sfoglia il codice sorgente

Replace comma with hyphen

Matthias Vogelgesang 10 anni fa
parent
commit
c3ceacc974
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      cv.tex.in

+ 1 - 1
cv.tex.in

@@ -67,7 +67,7 @@
 
   \begin{cvsection}{Ausbildung}
     ((* for stage in resume.education *))
-    \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 *))
       \vspace{-1.8em}
       \begin{itemize}[rightmargin=8em]