Browse Source

Utils: add rules

remotes/origin/translate_notes
crep 14 years ago
committed by Alexandre Dupas
parent
commit
1b3a108815
  1. 3
      utils/latex-preprocessing.py

3
utils/latex-preprocessing.py

@ -23,8 +23,11 @@ word_dic = {
"Ca ": "Ça ", "Ca ": "Ça ",
"...": "\\dots ", "...": "\\dots ",
"": "\\dots", "": "\\dots",
#replace tabs with two spaces
" ": " ",
##: Typo ##: Typo
"New-York": "New York", "New-York": "New York",
" i ": " I ",
"avant hier": "avant-hier", "avant hier": "avant-hier",
##: Conversion from anglo-saxon conventions ##: Conversion from anglo-saxon conventions
"\\[A": "\\[La", "\\[A": "\\[La",

Loading…
Cancel
Save