|
|
\ref
command. If the .aux
file is not present, or if the hevea command is given the
``-fix'' option, HEVEA will instead use .haux
files (see below).
\bibliography
command.
|
\label
and \ref
are changed by HEVEA
into HTML anchors and local links.
Spaces in the arguments to these commands are better avoided.\pageref
)
are not shown; only an link is generated.
|
\cite
macro is supported. Its optional argument is
correctly handled. Citation labels are extracted from the
.aux file if present, from the .haux file otherwise.
Note that these labels are put there by LATEX in the first case,
and by HEVEA in the second case, when they process the
\bibitem
command.\bibliography
command is
recognized, it loads the .bbl file which should thus
have been generated before, using the appropriate combination of
LATEX and BibTeX runs.thebibliography
environment is recognized.\nocite
and \bibliographystyle
macros exist and do
nothing.
|
\input
and \include
commands exist and they perform
exactly the same operation of searching (and then processing) a file,
whose name is given as an argument.
See section C.1.1.1 on how HEVEA searches files.
However, in the case of the \include
command, the file is
searched only when previously given as an argument to
the \includeonly
command.\input
is not supported. That is,
one should write \input{
filename}
.
-e
command line
option (see section C.1.1.4),
then HEVEA does not attempt to load filename.
Instead, it
echoes \input{
filename}
and
\include{
filename}
commands into the
image file. This sounds complicated, but this is what you want!
\listfiles
command is a null command.
|
\index
)
occur before the index formatting command (normally
\printindex
), then only one run is needed.theindex
environment does not exist.
Instead, indexes are formatted using special
indexenv environments.
Those details do not normally concern users.
However, the
number of columns in the presentation of the index can be controled
by setting the value of the indexcols counter (default value
is two).
|
\typeout
command echos its argument on the
terminal, macro parameter #
i are replaced by their values.
The \typein
command is not supported.