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"
108 latex:
109 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
111 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
112 @echo "Run \`make' in that directory to run these through (pdf)latex" \
116 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
117 @echo "Running LaTeX files through pdflatex..."
118 $(MAKE) -C $(BUILDDIR)/latex all-pdf
119 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."