OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LATEX
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/doc/
Makefile
7
LATEX
=
latex
38
@set -e; pass=2; echo "Running
LaTeX
$<"; \
39
while [ `$(
LATEX
) $< </dev/null 2>&1 | \
40
grep -c '^\(
LaTeX
Warning: Label(s) may\|No file \|! Emergency stop\)'` -ge 1 ]; do \
44
echo "Re-running
LaTeX
$<, $${pass}d pass"; pass=$$[$$pass + 1]; \
/ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi
2
# texi2dvi --- produce DVI (or PDF) files from Texinfo (or
LaTeX
) sources.
38
Run each Texinfo or
LaTeX
FILE through TeX in turn until all
41
is used to determine its language (
LaTeX
or Texinfo).
62
-l, --language=LANG specify the LANG of FILE (
LaTeX
or Texinfo)
67
The values of the BIBTEX,
LATEX
(or PDFLATEX), MAKEINDEX, MAKEINFO,
268
# many files: .toc, .log,
LaTeX
tables and lists, FiXme's .lox, maybe more.
419
# Get the type of the file (
latex
or texinfo) from the given language
423
# Assume a
LaTeX
file.
LaTeX
needs bibtex and uses
latex
fo
[
all
...]
Completed in 129 milliseconds