GeneralOptions-version
Show hevea version and exit.
-v Verbose flag, can be repeated to increase verbosity.
-dv Add border around some of the block-level elements issued. Specifically, all DIV and P are
bordered, while the structure of displayed material is also shown.
-s Suppress warnings.
-Idirname
Add dirname to the search path.
-oname
Make name the output basename. However, if name is base.html, then the output basename is base.-efilename
Prevent hevea from loading any file whose name is filename. Note that this option applies to all
files, including hevea.hva and base style files.
-fix Iterate HeVeA until a fixpoint is found. Additionally, images get generated automatically.
-O Optimize HTML by calling esponja.
-execprog
Execute file prog and read the output. The file prog must have execution permission and is
searched by following the searching rules of hevea.
-francais
Deprecated by babel support. This option issues a warning message.
-help,--help
Print version number and a short help message.
-rsz Size of leaves in rope implementation. The default is 1024. Ropes are a datastructure internally
used by hevea to represent large pieces of text.
OptionscontrollingthegenerationofHTMLcode-entities
Render symbols by using entities. This is the default.
-textsymbols
Render symbols by English text.
-moreentities
Enable the output of some infrequent entities. Use this option to target browsers with wide
entities support.
-mathml
Produces MathML output for equations, very experimental.
-pedantic
Be strict in interpreting HTML definition. In particular, this option disable size and color
changes inside <PRE>... </PRE>, which are otherwise performed.
Optionsforalternativeoutputformats-text Output plain text. Output file extension is .txt.
-info Output info format. Output file extension is .info.
-wwidth
Set the line width for text or info output, defaults to 72.