Lines Matching full:latex
15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf …
30 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
31 @echo " latexpdf to make LaTeX files and run them through pdflatex"
95 latex: target
96 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
98 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
99 @echo "Run \`make' in that directory to run these through (pdf)latex" \
103 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
104 @echo "Running LaTeX files through pdflatex..."
105 make -C $(BUILDDIR)/latex all-pdf
106 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."