Skip to content

Commit

Permalink
Re-enable crucial shell-escape flag; else png figures will not be pro…
Browse files Browse the repository at this point in the history
…duced.
  • Loading branch information
hmgaudecker committed Aug 6, 2019
1 parent 27d24fa commit f7bb61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def options(opt):
def configure(ctx):
ctx.env.PYTHONPATH = os.getcwd()
ctx.env.PDFLATEXFLAGS = [
# "-shell-escape",
"-shell-escape",
"-halt-on-error"
]
ctx.load("biber")
Expand Down

0 comments on commit f7bb61b

Please sign in to comment.