Skip to content

Commit

Permalink
Merge pull request #988 from t-makaro/quiet
Browse files Browse the repository at this point in the history
Make latex errors less verbose
  • Loading branch information
MSeal authored Apr 12, 2019
2 parents 22731a1 + 7cc1243 commit 4756a41
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 4756a41

Please sign in to comment.