Penguin
Annotated edit history of grohtml(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GROHTML
2 !!!GROHTML
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 USAGE
8 DEPENDENCIES
9 BUGS
10 SEE ALSO
11 ----
12 !!NAME
13
14
15 grohtml - html driver for groff
16 !!SYNOPSIS
17
18
19 __grohtml__ [[ __-v?lrn__ ] [[ __-D__''dir'' ] [[
20 __-F__''dir'' ] [[ __-i__''resolution'' ] [[
21 __-I__''image'' ] [[ __-o__''image'' ] [[
22 ''files...'' ]
23 !!DESCRIPTION
24
25
26 __grohtml__ translates the output of GNU __troff__ to
27 html. Users should always invoke __grohtml__ via the
28 groff command with a __-Thtml__ option. If no files are
29 given, __grohtml__ will read the standard input. A
30 filename of __-__ will also cause __grohtml__ to read
31 the standard input. Html output is written to the standard
32 output. When __grohtml__ is run by __groff__ options
33 can be passed to __grohtml__ using __groff__'s
34 __-P__ option.
35 !!OPTIONS
36
37
38 __-v__
39
40
41 Displays the version.
42
43
44 __-?__
45
46
47 Emits a usage synopsis.
48
49
50 __-l__
51
52
53 Turns off the production of automatic section links at the
54 top of the document.
55
56
57 __-r__
58
59
60 Turns off the automatic header and footer line (html
61 rule).
62
63
64 __-n__
65
66
67 Generate simple heading anchors whenever a section/number
68 heading is found. Without the option the anchor value is the
69 textual heading. This can cause problems when a heading
70 contains a `?' on some brousers (netscape). This flag is
71 automatically turned on if a heading contains an
72 image.
73
74
75 __-F__''dir''
76
77
78 Prepend directory ''dir''__/dev__''name'' to the
79 search path for font and device description files;
80 ''name'' is the name of the device, usually
81 __html__.
82
83
84 __-i__''resolution''
85
86
87 Select the resolution for all images. By default this is 80
88 pixels per inch. Example: -i100 indicates 100 pixels per
89 inch.
90
91
92 __-I__''stem''
93
94
95 Determine the image stem name. If omitted grohtml uses
96 __grohtml-__''XXX'' (''XXX'' is the process
97 ID).
98
99
100 __-D__''dir''
101
102
103 Inform __grohtml__ to place all image files into
104 directory ''dir''.
105
106
107 __-v__
108
109
110 Print the version number.
111
112
113 __-?__
114
115
116 Display usage.
117 !!USAGE
118
119
120 There are styles called __R__, __I__, __B__, and
121 __BI__ mounted at font positions 1 to 4.
122 !!DEPENDENCIES
123
124
125 __grohtml__ is dependent upon the png utilities
3 perry 126 (__pnmcut__, __pnmtopng__) and !GhostScript
1 perry 127 (__gs__). Images are generated whenever a table, picture,
128 equation or line is encountered.
129 !!BUGS
130
131
132 __Grohtml__ has been completely redesigned and rewritten.
133 It is still alpha code.
134 !!SEE ALSO
135
136
137 afmtodit(1), groff(1), troff(1),
4 perry 138 psbb(1), groff_out(5), __groff_font__(5),
139 groff_char(7)
1 perry 140 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.