2 Copyright (C) 1999-2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
4 Permission is granted to make and distribute verbatim copies of this
5 manual provided the copyright notice and this permission notice are
6 preserved on all copies.
8 Permission is granted to copy and distribute modified versions of this
9 manual under the conditions for verbatim copying, provided that the
10 entire resulting derived work is distributed under the terms of a
11 permission notice identical to this one.
13 Permission is granted to copy and distribute translations of this
14 manual into another language, under the above conditions for modified
15 versions, except that this permission notice may be included in
16 translations approved by the Free Software Foundation instead of in
21 .\" Like TP, but if specified indent is more than half
22 .\" the current line-length - indent, use the default indent.
24 . ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
29 .TH GROHTML @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
33 grohtml \- html driver for groff
45 . ie \\n(.$-1 .RI "[\ \fB\\$1\fP" "\\$2" "\ ]"
46 . el .RB "[\ " "\\$1" "\ ]"
50 .OP \-a \%aa-text-bits
53 .OP \-g \%aa-graphic-bits
57 .OP \-o \%image-vertical-offset
60 .RI "[\ " files\|.\|.\|. "\ ]"
68 front end (which consists of a preprocessor,
72 translates the output of GNU
75 Users should always invoke
77 via the groff command with a
80 If no files are given,
82 will read the standard input.
87 to read the standard input.
88 Html output is written to the standard output.
93 options can be passed to
104 Number of bits of antialiasing information to be used by
106 when generating png images.
107 The default is\~4 but valid values are 0, 1, 2, and\~4.
111 .B \%\-dTextAlphaBits
113 .B \%\-dGraphicAlphaBits
114 options in order to exploit antialiasing.
117 from issuing antialiasing commands to
122 Initialize the background color to white.
128 to place all image files into directory
135 to the search path for font and device description files;
137 is the name of the device, usually
141 .BI \-g aa-graphic-bits
142 Number of bits of antialiasing information to be used by
144 when generating png images.
145 The default is\~4 but valid values are 0, 1, 2, and\~4.
149 .B \%\-dTextAlphaBits
151 .B \%\-dGraphicAlphaBits
152 options in order to exploit antialiasing.
155 from issuing antialiasing commands to
160 Generate section and number headings by using
162 and increasing the font size, rather than using the
170 Select the resolution for all images.
171 By default this is 100 pixels per inch.
174 indicates 200 pixels per inch.
178 Determine the image stem name.
179 If omitted grohtml uses
188 to split the html output into multiple files.
191 is the stem and specified section headings
192 (default is level one) start a new file, named
193 .IR filename-n.html .
197 Turn off the production of automatic section links at the top of the
202 Generate simple heading anchors whenever a section/number heading is found.
203 Without the option the anchor value is the textual heading.
204 This can cause problems when a heading contains a `?' on older versions of
205 some browsers (Netscape).
206 This flag is automatically turned on if a heading contains an image.
209 .BI \-o vertical-offset
210 Specify the vertical offset of images in points.
214 Display page rendering progress to stderr.
216 only displays a page number when an image is required.
220 Turn off the automatic header and footer line (html rule).
224 Set the base point size of the source file.
225 Thereafter when this point size is used in the source it will correspond
226 to the html base size.
227 Every increase of two points in the source will yield a
229 tag, and conversely when a decrease of two points is seen a
235 When splitting html output,
236 split at the heading level (or higher) defined by
241 Print the version number.
245 There are styles called
251 mounted at font positions 1 to\~4.
256 is dependent upon the png utilities
263 (version 2.37.6 or greater)
266 from the netpbm package (version 9.16 or greater) will work also.
267 It is also dependent upon
272 Images are generated whenever a table, picture, equation or line is
278 has been completely redesigned and rewritten.
279 It is still beta code.
283 .BR afmtodit (@MAN1EXT@),
284 .BR groff (@MAN1EXT@),
285 .BR @g@troff (@MAN1EXT@),
286 .BR psbb (@MAN1EXT@),
287 .BR groff_out (@MAN5EXT@),
288 .BR groff_font (@MAN5EXT@),
289 .BR groff_char (@MAN7EXT@)