Browse Source

Utils: add dots rule to latex-preprocessing

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

1
utils/latex-preprocessing.py

@ -22,6 +22,7 @@ word_dic = {
"": "'",
"Ca ": "Ça ",
"...": "\\dots ",
"": "\\dots",
##: Conversion from anglo-saxon conventions
"\\[A": "\\[La",
"\\[B": "\\[Si",

Loading…
Cancel
Save