From e65d7cd78512260b5f8fca9214b233af25aceec3 Mon Sep 17 00:00:00 2001 From: crep Date: Fri, 23 Jul 2010 21:58:23 +0200 Subject: [PATCH] Utils: add spelling rule for New York --- utils/latex-preprocessing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/latex-preprocessing.py b/utils/latex-preprocessing.py index fb3aadf8..36bef169 100755 --- a/utils/latex-preprocessing.py +++ b/utils/latex-preprocessing.py @@ -23,6 +23,8 @@ word_dic = { "Ca ": "Ça ", "...": "\\dots ", "…": "\\dots", +##: Typo +"New-York": "New York", ##: Conversion from anglo-saxon conventions "\\[A": "\\[La", "\\[B": "\\[Si",