From 8e0c580e5d26b69d10a74c75e27011b0e26fe346 Mon Sep 17 00:00:00 2001 From: crep Date: Sun, 22 Aug 2010 19:09:38 +0200 Subject: [PATCH] Utils: add rule to latex-preprocessing --- utils/latex-preprocessing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/latex-preprocessing.py b/utils/latex-preprocessing.py index 36bef169..6cdbdb22 100755 --- a/utils/latex-preprocessing.py +++ b/utils/latex-preprocessing.py @@ -25,6 +25,7 @@ word_dic = { "…": "\\dots", ##: Typo "New-York": "New York", +"avant hier": "avant-hier", ##: Conversion from anglo-saxon conventions "\\[A": "\\[La", "\\[B": "\\[Si",