Miscalleneous style changes may be achieved with command line options.
-
‘--doctype=DTD’
-
‘--frameset-doctype=DTD’
You can specify the document DTD by setting these options.
‘--frameset-doctype’ applies to the file describing the frames when
frames are used (corresponding variables are
$DOCTYPE and
$FRAMESET_DOCTYPE).
The default for the document doctype is:
| | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
|
And for the frameset doctype:
| | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html401/frameset.dtd">
|
-
‘--iso’
If this option is set, ISO8859 entities are used for some special symbols,
like Copyright © (variable
$USE_ISO). It is the default.
-
‘--css-include=file’
This command line switch provides for the inclusion of an external
Cascading Style Sheet (CSS) file. More than one file may be
specified, and ‘-’ stands for the standard input (array
@CSS_FILES).
The option use is the same than for makeinfo and is described
extensively in (texinfo)HTML CSS section `HTML CSS' in GNU Texinfo.
Briefly, the CSS @import lines from the external file
CSS file are pasted before the
texi2html CSS rules, and the external file CSS
rules are pasted after the texi2html CSS rules.
-
‘--html-xref-prefix=path’
This option sets the base directory for external HTML texinfo manuals
(variable
$EXTERNAL_DIR). Defaults to ‘../’.
-
‘--def-table’
If this option is set, HTML tables are used to format definition
commands, rather than HTML definition tables (variable
$DEF_TABLE). Default is false.
-
‘--short-ref’
If this option is set, cross-references are given without section numbers
(variable
$SHORT_REF). Default is false.
-
‘--number’
If this option is set, sections are numbered (variable
$NUMBER_SECTIONS). This is the default.
-
‘--toc-links’
If this option is set, links from headings to TOC entries are
created (variable
$TOC_LINKS). Default is false.