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 -h, --help
22 display this help and exit successfully
23
24 -v, --version
25 display version information and exit successfully
26
27 -V, --verbose
28 report on what is done
29
30 -q, --quiet
31 no output unless errors (implies --batch)
32
33 -s, --silent
34 same as --quiet
35
36 -D, --debug
37 turn on shell debugging (set -x)
38
39 -b, --batch
40 no interaction
41
42 -c, --clean
43 remove all auxiliary files
44
45 -o, --output=FILE
46 leave output in FILE (implies --clean)
47
48 Only one FILE may be specified if `--output' is used.
49
50 TeX tuning:
51 -@ use @input instead of \input; for preloaded Texinfo
52
53 -e, --expand
54 force macro expansion using makeinfo
55
56 -I DIR search DIR for Texinfo files
57
58 -l, --language=LANG
59 specify the LANG of FILE (LaTeX or Texinfo)
60
61 -p, --pdf
62 use pdftex or pdflatex for processing
63
64 -t, --texinfo=CMD
65 insert CMD after @setfilename in copy of input file multiple
66 values accumulate
67
68 The values of the BIBTEX, LATEX (or PDFLATEX), MAKEINDEX, MAKEINFO, TEX
69 (or PDFTEX), and TEXINDEX environment variables are used to run those
70 commands, if they are set.
71
73 Email bug reports to <bug-texinfo@gnu.org>, general questions and dis‐
74 cussion to <help-texinfo@gnu.org>.
75
77 Copyright © 1999 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.0 0.43 February 2000 TEXI2DVI(1)