Browse Source

pdflatex is not interactive by default

pull/27/head
Louis 10 years ago
parent
commit
ed2ccb2667
  1. 1
      songbook

1
songbook

@ -114,7 +114,6 @@ def main():
try:
sb_builder = SongbookBuilder(songbook, basename)
sb_builder.interactive = True
sb_builder.unsafe = True
sb_builder.build_steps(options.steps)

Loading…
Cancel
Save