Browse Source

Utils: add dots rule to latex-preprocessing

remotes/origin/split-songs
crep 15 years ago
parent
commit
9c751e0523
  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