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