\input
TeX4ht.sty \Pramble{html} \EndPreamble
' at the beginning (the `\Preamble{...}
' command determines which
environment TeX4ht should load).
[example]
Notes:
html
' of \Preamble
should be replaced with `htm
', if the html file names should carry the `htm
'
extension instead of `html
' and be DOS-compatible.
html
' (or `htm
') parameter from
\Preamble
.
html
' option, we may specify other options in the \Preamble
command. The different options
should be separated by commas and, unless otherwise is specified, they should not include spaces. The following are
some of the meaningful options for TeX.
\line
, \leftline
, \centerline
, \rightline
, \obeylines
, \item
,
\itemitem
, \narrower
, and some other commands.
[example]
\Part{...}
', `\Chapter{...}
', `\LikeChapter{...}
', `\Section{....}
',
`\LikeSection{....}
', `\SubSection{....}
', and `\SubSubSection{....}
',
\TableOfContents
\Verbatim ...\EndVerbatim
' and on-line `\Verb...
' commands for requesting verbatim output, where
stands for an arbitrary character.
\List{} \item{...}... \item{...}... \EndList
'.
[example]
\List{
} \item ... \item... \EndList
', where stands for `1
', `a
', `A
', `i
', `I
', or
`ord
'.
[example]
\List{button} \item{...}... \item{...}... \EndList
'.
\List{
} \item ... \item... \EndList
', where stands for `disc
', `circle
', `square
', or any
other parameter that has not been mentioned above.
\eqalign
', `\eqalignno
',
and `\leqalign
'.