Skip to content

Commit

Permalink
Revert changes to pdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindh-krishnamoorthy committed Nov 13, 2024
1 parent 26565ef commit 662649c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nbconvert/exporters/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ class PDFExporter(LatexExporter):
latex_count = Integer(3, help="How many times latex will be called.").tag(config=True)

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

bib_command = List(["bibtex", "{filename}"], help="Shell command used to run bibtex.").tag(
Expand Down

0 comments on commit 662649c

Please sign in to comment.