Skip to content

Commit

Permalink
Use lualatex
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Dec 5, 2024
1 parent ca75405 commit 7e99b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build_latex: ## Build the documentation into a pdf
# explicit cd here due to a bug in latexmk 4.41
python -m sphinx -b latex -d doc/_build/doctrees -D language=en doc/source doc/_build/latex && \
cd doc/_build/latex && \
latexmk -pdf -pdflatex="pdflatex --extra-mem-top=10000000 --extra-mem-bot=10000000 --buf-size=1000000" -f -dvi- -ps- -jobname=alibi -interaction=nonstopmode
latexmk -pdf -pdflatex="lualatex" -f -dvi- -ps- -jobname=alibi -interaction=nonstopmode

.PHONY: clean_docs
clean_docs:
Expand Down

0 comments on commit 7e99b61

Please sign in to comment.