Skip to content

Commit

Permalink
Make latex errors less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
t-makaro committed Apr 11, 2019
1 parent 22731a1 commit 7cc1243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbconvert/exporters/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class PDFExporter(LatexExporter):
help="How many times latex will be called."
).tag(config=True)

latex_command = List([u"xelatex", u"{filename}"],
latex_command = List([u"xelatex", u"{filename}", "-quiet"],
help="Shell command used to compile latex."
).tag(config=True)

Expand Down

0 comments on commit 7cc1243

Please sign in to comment.