mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Run xelatex three times to catch the TOC
This commit is contained in:
parent
b48595227d
commit
030035e1ff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue