Lines Matching full:latex

31 	@echo "  latex       to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
32 @echo " latexpdf to make LaTeX files and run them through pdflatex"
33 @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
34 @echo " lualatexpdf to make LaTeX files and run them through lualatex"
35 @echo " xelatexpdf to make LaTeX files and run them through xelatex"
131 .PHONY: latex
132 latex: target
133 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
135 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
136 @echo "Run \`make' in that directory to run these through (pdf)latex" \
141 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
142 @echo "Running LaTeX files through pdflatex..."
143 $(MAKE) -C $(BUILDDIR)/latex all-pdf
144 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
148 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
149 @echo "Running LaTeX files through platex and dvipdfmx..."
150 $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja
151 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
155 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
156 @echo "Running LaTeX files through lualatex..."
157 $(MAKE) PDFLATEX=lualatex -C $(BUILDDIR)/latex all-pdf
158 @echo "lualatex finished; the PDF files are in $(BUILDDIR)/latex."
162 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
163 @echo "Running LaTeX files through xelatex..."
164 $(MAKE) PDFLATEX=xelatex -C $(BUILDDIR)/latex all-pdf
165 @echo "xelatex finished; the PDF files are in $(BUILDDIR)/latex."