Examples of HEVEA usage |
Source for these examples is included in the distribution in sub-directory examples.
# hevea a.texWhile the text output generated with:
# hevea -text a.tex
gpic
is first
applied to pat.tex
, yielding tmp.tex
; LATEX and
bibtex are then used to produce the appropriate tmp.aux
and
tmp.bbl
files; finally HEVEA, HACHA and imagen
are run as follows:
# hevea pat.hva -e pat.def tmp.tex # hacha -o pat.html tmp.html # imagen tmpNotice that the LATEX style file pat.def is not loaded and that a simplified pat.hva is loaded.
Using option “-fix”, imagen does not need to be run explicitely :
# hevea -fix pat.hva -e pat.def tmp.tex # hacha -o pat.html tmp.html
This example also serves as a test of HACHA advanced features, direct access to the article conclusion and performance figures.
latexonly
and toimage
environments
inside other environments.
Source files are env.hva and
env.tex), output file is env.html.
gpic, HEVEA and imagen
are run as follows:
# gpic -t < env.tex > tenv.tex # hevea env.hva tenv.tex -o env.html # imagen env
# gpic -t < smile.tex > tsmile.tex # hevea smile.hva tsmile.tex -o smile.html # imagen smile
# hevea [-text] amstex.tex
# hevea graphics.tex # imagen graphics
This document was translated from LATEX by HEVEA.