Browse Source

more debug

pull/237/head
Oliverpool 8 years ago
parent
commit
74930e65fc
  1. 4
      .appveyor.yml
  2. 1
      patacrep/latex/lexer.py
  3. 1
      patacrep/songs/latex/__init__.py

4
.appveyor.yml

@ -30,7 +30,9 @@ install:
# Let the binaries be directly callable
- cmd: pwd
- cmd: dir C:\projects\patacrep\miktex\miktex\bin
- cmd: dir .
- cmd: cd miktex
- cmd: dir .
- cmd: set PATH=%PATH%;C:\projects\patacrep\miktex\miktex\bin
# Update some packages to prevent ltluatex bug

1
patacrep/latex/lexer.py

@ -147,4 +147,3 @@ class SongLexer(SimpleLexer):
if token.lexer.open_braces == 0:
token.type = 'SONG_RTITLE'
return token

1
patacrep/songs/latex/__init__.py

@ -57,4 +57,3 @@ SONG_RENDERERS = {
'sg': Latex2LatexSong,
},
}

Loading…
Cancel
Save