Index
Go up to Extending Hyperlatex

Supported packages

Packages for which support is available:

Xspace

Support for the xspace package is already built into Hyperlatex. The macro \xspace works as it does in LaTeX. But remember that you should leave a space behind it if you use it in an expansion string:
   \newcommand{\Html}{\textsc{Html}\xspace }
   \newcommand{\latex}{\LaTeX\xspace }

Longtable

The longtable environment allows for tables that are split over multiple pages. In HTML, obviously splitting is unnecessary, so Hyperlatex treats a longtable environment identical to a tabular environment. You can use \label and \link inside a longtable environment to create crossreferences between entries.

The macros \endhead and \endfirsthead are ignored by Hyperlatex. All other macros defined by the package have to be escaped.

Here is an example:

Language Codes (ISO 639:1988)
code language
aa Afar
am Amharic
ay Aymara
ba Bashkir
bh Bihari
bo Tibetan
ca Catalan
cy Welch

otfried@postech.vision.ac.kr

Up