浏览代码

Replace comma with hyphen

Matthias Vogelgesang 10 年之前
父节点
当前提交
c3ceacc974
共有 1 个文件被更改,包括 1 次插入1 次删除
  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]