##// END OF EJS Templates
add `--interaction=batchmode` to pdflatex call...
MinRK -
Show More
@@ -30,7 +30,7 b' class PDFPostProcessor(PostProcessorBase):'
30 30 How many times pdflatex will be called.
31 31 """)
32 32
33 command = List(["pdflatex", "{filename}"], config=True, help="""
33 command = List(["pdflatex", "--interaction=batchmode", "{filename}"], config=True, help="""
34 34 Shell command used to compile PDF.""")
35 35
36 36 verbose = Bool(False, config=True, help="""
General Comments 0
You need to be logged in to leave comments. Login now