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 ",
"...": "\\dots ",
"": "\\dots",
#replace tabs with two spaces
" ": " ",
##: Typo
"New-York": "New York",
" i ": " I ",
"avant hier": "avant-hier",
##: Conversion from anglo-saxon conventions
"\\[A": "\\[La",

Loading…
Cancel
Save