|
|
\documentclass
and old LATEX
\documentstyle
are accepted.
Their argument style is interpreted by attempting to load a
style.hva file (see C.1.1.1 to see where HEVEA
searches for files).
Presently, only the style files article.hva, seminar.hva,
book.hva and report.hva exist, the latter two
being equivalent.\documentclass
or
\documentstyle
is executed, then no attempt to load a style
file is made. This allows to override the document style file by
giving one of the four recognized style files of HEVEA as command
line arguments (see section 2.2).
|
\usepackage[
options]{
pkg}
in
the following way:
\usepackage
command with its arguments gets echoed to the
image file (see 6).
|
\title
command must appear in the preamble for the title
to appear in HTML document header.
\today
command generates will work properly only if hevea is invoked
with the -exec xxdate.exe
option.
Otherwise \today
generates nothing and a warning is issued.
abstract
environment is present is all base styles,
including the book style.
The titlepage
environment does nothing.