Penguin
Annotated edit history of texi2dvi(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 TEXI2DVI
2 !!!TEXI2DVI
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 REPORTING BUGS
7 COPYRIGHT
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 texi2dvi - print Texinfo documents
14 !!SYNOPSIS
15
16
17 __texi2dvi__ [[''OPTION'']...
18 ''FILE''...
19 !!DESCRIPTION
20
21
22 Run each Texinfo or LaTeX FILE through TeX in turn until all
23 cross-references are resolved, building all indices. The
24 directory containing each FILE is searched for included
25 files. The suffix of FILE is used to determine its language
26 (LaTeX or Texinfo).
27
28
29 Makeinfo is used to perform Texinfo macro expansion before
30 running TeX when needed.
31
32
33 __Operation modes:__
34
35
36 __-b__, __--batch__
37
38
39 no interaction
40
41
42 __-c__, __--clean__
43
44
45 remove all auxiliary files
46
47
48 __-D__, __--debug__
49
50
51 turn on shell debugging (set __-x__)
52
53
54 __-h__, __--help__
55
56
57 display this help and exit successfully
58
59
60 __-o__, __--output__=''OFILE''
61
62
63 leave output in OFILE (implies __--clean__); Only one
64 input FILE may be specified in this case
65
66
67 __-q__, __--quiet__
68
69
70 no output unless errors (implies
71 __--batch__)
72
73
74 __-s__, __--silent__
75
76
77 same as __--quiet__
78
79
80 __-v__, __--version__
81
82
83 display version information and exit
84 successfully
85
86
87 __-V__, __--verbose__
88
89
90 report on what is done
91
92
93 __TeX tuning:__
94
95
96 -@
97
98
99 use @input instead of input; for preloaded
100 Texinfo
101
102
103 __-e__, __--expand__
104
105
106 force macro expansion using makeinfo
107
108
109 __-I__ DIR
110
111
112 search DIR for Texinfo files
113
114
115 __-l__, __--language__=''LANG''
116
117
118 specify the LANG of FILE (LaTeX or Texinfo)
119
120
121 __-p__, __--pdf__
122
123
124 use pdftex or pdflatex for processing
125
126
127 __-t__, __--texinfo__=''CMD''
128
129
130 insert CMD after @setfilename in copy of input file multiple
131 values accumulate
132
133
134 The values of the BIBTEX, LATEX (or PDFLATEX), MAKEINDEX,
135 MAKEINFO, TEX (or PDFTEX), and TEXINDEX environment
136 variables are used to run those commands, if they are
137 set.
138 !!REPORTING BUGS
139
140
141 Email bug reports to
142 !!COPYRIGHT
143
144
145 Copyright 2002 Free Software Foundation, Inc. There is NO
146 warranty. You may redistribute this software under the terms
147 of the GNU General Public License. For more information
148 about these matters, see the files named
149 COPYING.
150 !!SEE ALSO
151
152
153 The full documentation for __texi2dvi__ is maintained as
154 a Texinfo manual. If the __info__ and __texi2dvi__
155 programs are properly installed at your site, the
156 command
157
158
159 __info texi2dvi__
160
161
162 should give you access to the complete manual.
163 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.