Browse Source

Try to make lualatex more verbose

pull/142/head
Oliverpool 9 years ago
parent
commit
2a42180249
  1. 1
      patacrep/build.py

1
patacrep/build.py

@ -164,6 +164,7 @@ class SongbookBuilder(object):
def _set_latex(self):
"""Set LaTeX options."""
self._lualatex_options.append("--file-line-error")
if self.unsafe:
self._lualatex_options.append("--shell-escape")
if not self.interactive:

Loading…
Cancel
Save