Browse Source

typos

pull/20/head
Louis 11 years ago
parent
commit
24270791ea
  1. 1
      songbook/build.py
  2. 2
      songbook/plastex-patchedbabel.py
  3. 2
      songbook/plastex.py

1
songbook/build.py

@ -179,7 +179,6 @@ def buildsongbook(sb, basename, library):
# Make index # Make index
sxdFiles = glob.glob("%s_*.sxd" % basename) sxdFiles = glob.glob("%s_*.sxd" % basename)
print sxdFiles
for sxdFile in sxdFiles: for sxdFile in sxdFiles:
print "processing " + sxdFile print "processing " + sxdFile
idx = processSXD(sxdFile) idx = processSXD(sxdFile)

2
songbook/plastex-patchedbabel.py

@ -4,7 +4,7 @@
"""Patch pour le paquet Babel de PlasTeX """Patch pour le paquet Babel de PlasTeX
Un bug dans PlasTeX intervient lorsqu'on essaye d'analyser une commande LaTeX Un bug dans PlasTeX intervient lorsqu'on essaye d'analyser une commande LaTeX
\selectlanguage{}, que nouv voulons utiliser ici. Un patch a été proposé aux \selectlanguage{}, que nous voulons utiliser ici. Un patch a été proposé aux
développeurs de plasTeX, et accepté. Mais il faut que cette correction arrive développeurs de plasTeX, et accepté. Mais il faut que cette correction arrive
en production. En attendant, nous utilisons cette version modifiée. en production. En attendant, nous utilisons cette version modifiée.

2
songbook/plastex.py

@ -53,7 +53,7 @@ def parsetex(filename):
# To see if you can delete those lines, set your LC_TIME locale to French, # To see if you can delete those lines, set your LC_TIME locale to French,
# during a month containing diacritics (e.g. Février), and run songbook. If # during a month containing diacritics (e.g. Février), and run songbook. If
# no plasTeX bug appears, it is safe to remove those lines. # no plasTeX bug appears, it is safe to remove those lines.
oldlocale = locale.getlocale() oldlocale = locale.getlocale(locale.LC_TIME)
locale.setlocale(locale.LC_TIME, 'C') locale.setlocale(locale.LC_TIME, 'C')
# plasTeX patch END */ # plasTeX patch END */

Loading…
Cancel
Save