Skip to content

Commit

Permalink
Try pdflatex instead of luatex
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed Aug 21, 2024
1 parent 0c0b0d9 commit 590bc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

# -- Options for LaTeX -------------------------------------------------------

latex_engine = 'lualatex'
latex_engine = 'pdflatex' # 'lualatex'

latex_elements = {
'extrapackages':
Expand Down

0 comments on commit 590bc45

Please sign in to comment.