Browse Source

Utils: add spelling rule for New York

remotes/origin/translate_notes
crep 14 years ago
parent
commit
c645907dce
  1. 2
      utils/latex-preprocessing.py

2
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",

Loading…
Cancel
Save