Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Set Sphinx to use xetex
Browse files Browse the repository at this point in the history
xetex prevents a unicode error seen in pdflatex

Signed-off-by: Richard Berg <rberg@bitwise.io>
  • Loading branch information
rberg2 committed Apr 2, 2019
1 parent 703df47 commit 8737704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ latexpdf: templates cli
@mkdir -p source/_static
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
@echo "Running LaTeX files through pdflatex..."
$(MAKE) -C $(BUILDDIR)/latex all-pdf
$(MAKE) PDFLATEX=xelatex -C $(BUILDDIR)/latex all-pdf
@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."

latexpdfja: templates cli
Expand Down

0 comments on commit 8737704

Please sign in to comment.