Home
last modified time | relevance | path

Searched full:latex (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/apache-commons-bcel/docs/verifier/
H A DJustIce.lyx57 \latex latex
524 \latex latex
543 \latex latex
547 \latex default
549 \latex latex
555 \latex default
627 \latex latex
631 \latex default
633 \latex latex
639 \latex default
[all …]
/aosp_15_r20/external/python/mobly/docs/
DMakefile31 @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" \
[all …]
Dmake.bat33 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
164 if "%1" == "latex" (
165 %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
168 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
173 %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
174 cd %BUILDDIR%/latex
178 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
183 %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
184 cd %BUILDDIR%/latex
188 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
/aosp_15_r20/external/python/cpython2/Doc/
DMakefile16 .PHONY: help build html htmlhelp latex text changes linkcheck \
26 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
52 latex: BUILDER = latex target
53 latex: build target
54 @echo "Build finished; the LaTeX files are in build/latex."
56 "run these through (pdf)latex."
129 # archive the A4 latex
130 rm -rf build/latex
131 make latex PAPER=a4
132 -sed -i 's/makeindex/makeindex -q/' build/latex/Makefile
[all …]
/aosp_15_r20/external/python/oauth2client/docs/
DMakefile22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf …
35 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
36 @echo " latexpdf to make LaTeX files and run them through pdflatex"
37 @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
106 latex: target
107 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
109 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
110 @echo "Run \`make' in that directory to run these through (pdf)latex" \
114 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
115 @echo "Running LaTeX files through pdflatex..."
[all …]
/aosp_15_r20/external/python/dateutil/docs/
DMakefile22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf …
35 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
36 @echo " latexpdf to make LaTeX files and run them through pdflatex"
37 @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
106 latex: target
107 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
109 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
110 @echo "Run \`make' in that directory to run these through (pdf)latex" \
114 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
115 @echo "Running LaTeX files through pdflatex..."
[all …]
Dmake.bat30 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
140 if "%1" == "latex" (
141 %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
144 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
149 %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
150 cd %BUILDDIR%/latex
154 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
159 %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
160 cd %BUILDDIR%/latex
164 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
/aosp_15_r20/external/iperf3/docs/
H A DMakefile22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf …
35 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
36 @echo " latexpdf to make LaTeX files and run them through pdflatex"
37 @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
106 latex: target
107 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
109 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
110 @echo "Run \`make' in that directory to run these through (pdf)latex" \
114 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
115 @echo "Running LaTeX files through pdflatex..."
[all …]
/aosp_15_r20/external/python/pyfakefs/docs/
DMakefile31 @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"
129 .PHONY: latex
130 latex: target
131 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
133 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
134 @echo "Run \`make' in that directory to run these through (pdf)latex" \
139 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
140 @echo "Running LaTeX files through pdflatex..."
[all …]
Dmake.bat31 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
162 if "%1" == "latex" (
163 %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
166 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
171 %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
172 cd %BUILDDIR%/latex
176 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
181 %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
182 cd %BUILDDIR%/latex
186 echo.Build finished; the PDF files are in %BUILDDIR%/latex.
/aosp_15_r20/external/python/pyasn1/docs/
DMakefile22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf …
36 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
37 @echo " latexpdf to make LaTeX files and run them through pdflatex"
38 @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
116 latex: target
117 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
119 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
120 @echo "Run \`make' in that directory to run these through (pdf)latex" \
124 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
125 @echo "Running LaTeX files through pdflatex..."
[all …]
/aosp_15_r20/external/python/pyee/docs/
DMakefile31 @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"
129 .PHONY: latex
130 latex: target
131 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
133 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
134 @echo "Run \`make' in that directory to run these through (pdf)latex" \
139 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
140 @echo "Running LaTeX files through pdflatex..."
[all …]
/aosp_15_r20/external/python/cpython3/Doc/
DMakefile26 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \
37 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
85 latex: BUILDER = latex target
86 latex: build target
87 @echo "Build finished; the LaTeX files are in build/latex."
89 "run these through (pdf)latex."
185 # archive the A4 latex
186 rm -rf build/latex
187 make latex PAPER=a4
188 -sed -i 's/makeindex/makeindex -q/' build/latex/Makefile
[all …]
/aosp_15_r20/external/python/mako/doc/build/
DMakefile15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf …
29 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
30 @echo " latexpdf to make LaTeX files and run them through pdflatex"
99 latex: target
100 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
101 cp texinputs/* $(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..."
[all …]
/aosp_15_r20/external/python/rsa/doc/
DMakefile15 .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
[all …]
/aosp_15_r20/external/python/six/documentation/
DMakefile15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf …
28 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
29 @echo " latexpdf to make LaTeX files and run them through pdflatex"
93 latex: target
94 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
96 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
97 @echo "Run \`make' in that directory to run these through (pdf)latex" \
101 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
102 @echo "Running LaTeX files through pdflatex..."
103 make -C $(BUILDDIR)/latex all-pdf
[all …]
/aosp_15_r20/external/python/uritemplates/docs/
DMakefile15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf …
28 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
29 @echo " latexpdf to make LaTeX files and run them through pdflatex"
93 latex: target
94 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
96 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
97 @echo "Run \`make' in that directory to run these through (pdf)latex" \
101 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
102 @echo "Running LaTeX files through pdflatex..."
103 make -C $(BUILDDIR)/latex all-pdf
[all …]
/aosp_15_r20/external/python/watchdog/docs/
DMakefile15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf …
28 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
29 @echo " latexpdf to make LaTeX files and run them through pdflatex"
93 latex: target
94 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
96 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
97 @echo "Run \`make' in that directory to run these through (pdf)latex" \
101 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
102 @echo "Running LaTeX files through pdflatex..."
103 make -C $(BUILDDIR)/latex all-pdf
[all …]
/aosp_15_r20/external/python/cachetools/docs/
DMakefile17 .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"
98 latex: target
99 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
101 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
102 @echo "Run \`make' in that directory to run these through (pdf)latex" \
106 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
107 @echo "Running LaTeX files through pdflatex..."
108 $(MAKE) -C $(BUILDDIR)/latex all-pdf
[all …]
/aosp_15_r20/external/llvm/docs/
H A DMakefile.sphinx17 .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
[all …]
/aosp_15_r20/external/cronet/third_party/libevent/
H A DDoxyfile69 # configuration options related to the LaTeX output
73 # generate Latex output.
77 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
79 # put in front of it. If left blank `latex' will be used as the default path.
81 LATEX_OUTPUT = latex
83 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
84 # invoked. If left blank `latex' will be used as the default command name.
86 LATEX_CMD_NAME = latex
89 # generate index for LaTeX. If left blank `makeindex' will be used as the
95 # LaTeX documents. This may be useful for small projects and may help to
[all …]
/aosp_15_r20/external/swiftshader/third_party/subzero/docs/
H A DMakefile.sphinx23 epub latex latexpdf text man changes linkcheck doctest gettext
38 @echo " latex to make LaTeX files, you can set PAPER=a4 or"
40 @echo " latexpdf to make LaTeX files and run them through pdflatex"
109 latex:
110 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
112 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
113 @echo "Run \`make' in that directory to run these through (pdf)latex" \
117 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
118 @echo "Running LaTeX files through pdflatex..."
119 $(MAKE) -C $(BUILDDIR)/latex all-pdf
[all …]
/aosp_15_r20/external/clang/docs/
H A DMakefile.sphinx17 .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
[all …]
/aosp_15_r20/external/libevent/
H A DDoxyfile96 # configuration options related to the LaTeX output
100 # generate Latex output.
104 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
106 # put in front of it. If left blank `latex' will be used as the default path.
108 LATEX_OUTPUT = latex
110 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
111 # invoked. If left blank `latex' will be used as the default command name.
113 LATEX_CMD_NAME = latex
116 # generate index for LaTeX. If left blank `makeindex' will be used as the
122 # LaTeX documents. This may be useful for small projects and may help to
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/
Dcmake-language.7.rst86 .. raw:: latex
98 .. raw:: latex
113 .. raw:: latex
125 .. raw:: latex
160 .. raw:: latex
167 .. raw:: latex
180 .. raw:: latex
191 .. raw:: latex
237 .. raw:: latex
248 .. raw:: latex
[all …]

12345678910>>...17