Browse Source

Automatic correction of cedilla on uppercase

remotes/origin/split-songs
Romain Goffe 15 years ago
parent
commit
99e90135c7
  1. 1
      utils/latex-preprocessing

1
utils/latex-preprocessing

@ -16,6 +16,7 @@ sed -i "s/oeil/\\\oe{}il/g" $i;
#punctuation #punctuation
sed -i "s/’/'/g" $i; sed -i "s/’/'/g" $i;
sed -i "s/Ca /Ça /g" $i;
# dots rules # dots rules
sed -i "s/\\.\\.\\./\\\dots/g" $i; sed -i "s/\\.\\.\\./\\\dots/g" $i;

Loading…
Cancel
Save