Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 12, 2024
1 parent 68072a0 commit 5af0456
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nbconvert/exporters/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ 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", "-shell-escape", "{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 5af0456

Please sign in to comment.