1TEXI2DVI(1) FSF TEXI2DVI(1)
2
3
4
6 texi2dvi4a2ps - Compile Texinfo and LaTeX files to DVI or PDF
7
9 texi2dvi4a2ps [OPTION]... FILE...
10
12 Run each Texinfo or LaTeX FILE through TeX in turn until all cross-ref‐
13 erences are resolved, building all indices. The directory containing
14 each FILE is searched for included files. The suffix of FILE is used
15 to determine its language (LaTeX or Texinfo).
16
17 Makeinfo is used to perform Texinfo macro expansion before running TeX
18 when needed.
19
20 Operation modes:
21 -b, --batch
22 no interaction
23
24 -c, --clean
25 remove all auxiliary files
26
27 -D, --debug
28 turn on shell debugging (set -x)
29
30 -h, --help
31 display this help and exit successfully
32
33 -o, --output=OFILE
34 leave output in OFILE (implies --clean); Only one input FILE may
35 be specified in this case
36
37 -q, --quiet
38 no output unless errors (implies --batch)
39
40 -s, --silent
41 same as --quiet
42
43 -v, --version
44 display version information and exit successfully
45
46 -V, --verbose
47 report on what is done
48
49 TeX tuning:
50 -@ use @input instead of \input; for preloaded Texinfo
51
52 -e, --expand
53 force macro expansion using makeinfo
54
55 -I DIR search DIR for Texinfo files
56
57 -l, --language=LANG
58 specify the LANG of FILE (LaTeX or Texinfo)
59
60 -p, --pdf
61 use pdftex or pdflatex for processing
62
63 -t, --texinfo=CMD
64 insert CMD after @setfilename in copy of input file multiple
65 values accumulate
66
67 The values of the BIBTEX, LATEX (or PDFLATEX), MAKEINDEX, MAKEINFO, TEX
68 (or PDFTEX), and TEXINDEX environment variables are used to run those
69 commands, if they are set.
70
72 Email bug reports to <bug-texinfo@gnu.org>, general questions and dis‐
73 cussion to <help-texinfo@gnu.org>. Texinfo home page:
74 http://www.gnu.org/software/texinfo/
75
77 Copyright © 2002 Free Software Foundation, Inc. There is NO warranty.
78 You may redistribute this software under the terms of the GNU General
79 Public License. For more information about these matters, see the
80 files named COPYING.
81
83 texi2dvi4a2ps is exactly the same script as texi2dvi, part of the pack‐
84 age GNU Texinfo. It is used by a2ps when delegating LaTeX and Texinfo
85 files. Instead of checking whether the version of texi2dvi which is
86 installed is recent enough, it is more convenient for the users that
87 a2ps is shipped with the version of texi2dvi it requires. a2ps(1),
88 card(1), fixps(1), pdiff(1), psset(1), texi2dvi4a2ps(1).
89
90 The full documentation for texi2dvi is maintained as a Texinfo manual.
91 If the info and texi2dvi programs are properly installed at your site,
92 the command
93
94 info texi2dvi
95
96 should give you access to the complete manual.
97
98
99
100GNU Texinfo 4.1 1.1.1.1.2.3 December 2007 TEXI2DVI(1)