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

Commit

Permalink
Merge pull request #2058 from rberg2/xetex-pdf-1-1
Browse files Browse the repository at this point in the history
Xetex pdf 1 1
  • Loading branch information
peterschwarz authored Apr 11, 2019
2 parents aadb9ae + f87122f commit 6f98e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/sawtooth-build-docs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ RUN apt-get update && apt-get install -y -q \
texlive-latex-base \
texlive-latex-extra \
texlive-latex-recommended \
texlive-xetex \
zip \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
Expand Down
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 6f98e14

Please sign in to comment.