Run xelatex three times to catch the TOC

This commit is contained in:
Seth House 2014-07-01 19:10:19 -06:00
parent b48595227d
commit 030035e1ff

View file

@ -142,7 +142,7 @@ latexpdfja: translations
xetexpdf: translations
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
@echo "Running LaTeX files through xelatex..."
cd $(BUILDDIR)/latex; xelatex *.tex && xelatex *.tex; cd -
cd $(BUILDDIR)/latex; xelatex *.tex && xelatex *.tex && xelatex *.tex; cd -
@echo "xelatex finished; the PDF files are in $(BUILDDIR)/latex."
text: translations