Lines Matching full:latex
17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf …
32 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
33 @echo " latexpdf to make LaTeX files and run them through pdflatex"
100 latex:
101 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
103 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
104 @echo "Run \`make' in that directory to run these through (pdf)latex" \
108 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
109 @echo "Running LaTeX files through pdflatex..."
110 $(MAKE) -C $(BUILDDIR)/latex all-pdf
111 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."