Home | History | Annotate | Download | only in build-aux

Lines Matching refs:TEX

38 Run each Texinfo or LaTeX FILE through TeX in turn until all
43 Makeinfo is used to perform Texinfo macro expansion before running TeX
58 TeX tuning:
68 TEX (or PDFTEX), and TEXINDEX environment variables are used to run
91 txiprereq=19990129 # minimum texinfo.tex version to have macro expansion
217 # iftex sections only. We want to remove non TeX sections, and
218 # comment (with `@c texi2dvi') TeX sections so that makeinfo does not
219 # try to parse them. Nevertheless, while commenting TeX sections,
225 /^@tex/,/^@end tex/{
310 # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
316 # though the user may be able to reenter a valid filename at the tex
368 # Empty path components are meaningful to tex. We rewrite them
422 [lL]a[tT]e[xX] | *.ltx | *.tex)
429 tex=${LATEX:-latex}
431 tex=${PDFLATEX:-pdflatex}
436 # Assume a Texinfo file. Texinfo files need makeinfo, texindex and tex.
440 tex=${TEX:-tex}
442 tex=${PDFTEX:-pdftex}
445 # if texinfo.tex is too old.
449 # Check if texinfo.tex performs macro expansion by looking for
454 txiversion_tex=txiversion.tex
455 echo '\input texinfo.tex @bye' >$tmpdir/$txiversion_tex
458 $tex $txiversion_tex 2>/dev/null |
460 $verbose "texinfo.tex preloaded as \`$txiformat', version is \`$txiversion' ..."
466 # As long as we had to run TeX, offer the user this convenience
477 # Discard main info output, the user asked to run TeX, not makeinfo.
561 # already exist, and after running TeX a first time the index
562 # files don't change, then there's no reason to run TeX again.
573 # Finally, run TeX.
577 cmd="$tex $tex_args $filename_input"
580 echo "$0: $tex exited with bad status, quitting." >&2
617 # differs, because we'll have to run texindex & tex again no