mirror of https://github.com/patacrep/patacrep.git
Romain Goffe
13 years ago
4 changed files with 7 additions and 5 deletions
@ -1,3 +1,3 @@ |
|||||
Rem manually performs "make cleanall" |
Rem manually performs "make cleanall" |
||||
clean.bat |
windows\\clean.bat |
||||
del *.pdf |
del *.pdf |
||||
|
@ -1,12 +1,12 @@ |
|||||
Rem build tex file from songbook file |
Rem build tex file from songbook file |
||||
songbook.py --songbook=books\%1.sb --output=%1.tex |
python songbook.py --songbook=books\%1.sb --output=%1.tex |
||||
|
|
||||
Rem 1st pdf compilation |
Rem 1st pdf compilation |
||||
pdflatex %1.tex |
pdflatex %1.tex |
||||
|
|
||||
Rem build indexes |
Rem build indexes |
||||
songbook-makeindex.py %1_title.sxd > %1_title.sbx |
python songbook-makeindex.py %1_title.sxd > %1_title.sbx |
||||
songbook-makeindex.py %1_auth.sxd > %1_auth.sbx |
python songbook-makeindex.py %1_auth.sxd > %1_auth.sbx |
||||
|
|
||||
Rem 2nd compilation to include indexes |
Rem 2nd compilation to include indexes |
||||
pdflatex %1.tex |
pdflatex %1.tex |
||||
|
Loading…
Reference in new issue