source: trunk/texinfo/doc/texi2dvi.1@ 3003

Last change on this file since 3003 was 2617, checked in by bird, 19 years ago

GNU Texinfo 4.8

File size: 2.8 KB
Line 
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.34.
2.TH TEXI2DVI "1" "December 2004" "texi2dvi 1.34" "User Commands"
3.SH NAME
4texi2dvi \- print Texinfo documents
5.SH SYNOPSIS
6.B texi2dvi
7[\fIOPTION\fR]... \fIFILE\fR...
8.SH DESCRIPTION
9Run each Texinfo or LaTeX FILE through TeX in turn until all
10cross\-references are resolved, building all indices. The directory
11containing each FILE is searched for included files. The suffix of FILE
12is used to determine its language (LaTeX or Texinfo).
13.PP
14Makeinfo is used to perform Texinfo macro expansion before running TeX
15when needed.
16.SS "Operation modes:"
17.TP
18\fB\-b\fR, \fB\-\-batch\fR
19no interaction
20.TP
21\fB\-c\fR, \fB\-\-clean\fR
22remove all auxiliary files
23.TP
24\fB\-D\fR, \fB\-\-debug\fR
25turn on shell debugging (set \fB\-x\fR)
26.TP
27\fB\-h\fR, \fB\-\-help\fR
28display this help and exit successfully
29.TP
30\fB\-o\fR, \fB\-\-output\fR=\fIOFILE\fR
31leave output in OFILE (implies \fB\-\-clean\fR);
32Only one input FILE may be specified in this case
33.TP
34\fB\-q\fR, \fB\-\-quiet\fR
35no output unless errors (implies \fB\-\-batch\fR)
36.TP
37\fB\-s\fR, \fB\-\-silent\fR
38same as \fB\-\-quiet\fR
39.TP
40\fB\-v\fR, \fB\-\-version\fR
41display version information and exit successfully
42.TP
43\fB\-V\fR, \fB\-\-verbose\fR
44report on what is done
45.SS "TeX tuning:"
46.TP
47\-@
48use @input instead of \einput; for preloaded Texinfo
49.TP
50\fB\-e\fR, \fB\-E\fR, \fB\-\-expand\fR
51force macro expansion using makeinfo
52.TP
53\fB\-I\fR DIR
54search DIR for Texinfo files
55.TP
56\fB\-l\fR, \fB\-\-language\fR=\fILANG\fR
57specify the LANG of FILE (LaTeX or Texinfo)
58.TP
59\fB\-p\fR, \fB\-\-pdf\fR
60use pdftex or pdflatex for processing
61.TP
62\fB\-r\fR, \fB\-\-recode\fR
63call recode before TeX to translate input characters
64.TP
65\fB\-t\fR, \fB\-\-command\fR=\fICMD\fR
66insert CMD in copy of input file
67.TP
68or \fB\-\-texinfo\fR=\fICMD\fR
69multiple values accumulate
70.PP
71The values of the BIBTEX, LATEX (or PDFLATEX), MAKEINDEX, MAKEINFO,
72TEX (or PDFTEX), TEXINDEX, and THUMBPDF environment variables are used
73to run those commands, if they are set. Any CMD strings are added
74after @setfilename for Texinfo input, in the first line for LaTeX input.
75.SH "REPORTING BUGS"
76Email bug reports to <bug\-texinfo@gnu.org>,
77general questions and discussion to <help\-texinfo@gnu.org>.
78Texinfo home page: http://www.gnu.org/software/texinfo/
79.SH COPYRIGHT
80Copyright \(co 2004 Free Software Foundation, Inc.
81There is NO warranty. You may redistribute this software
82under the terms of the GNU General Public License.
83For more information about these matters, see the files named COPYING.
84.SH "SEE ALSO"
85The full documentation for
86.B texi2dvi
87is maintained as a Texinfo manual. If the
88.B info
89and
90.B texi2dvi
91programs are properly installed at your site, the command
92.IP
93.B info texi2dvi
94.PP
95should give you access to the complete manual.
Note: See TracBrowser for help on using the repository browser.