Index
Go backward to Rulers and images
Go up to Designing it yourself
Go forward to Turning TeX into bitmaps

Adding raw Html

Hyperlatex provides two commands to access the HTML-tag level.

\html{tag} creates the HTML tag <tag>, and \htmlsym{entity} creates the HTML entity description &entity;.

The \htmlsym command is useful if you need symbols from the ISO Latin 1 alphabet which are not predefined in Hyperlatex. You could, for instance, define a macro for the fraction ¼ as follows:

   \T \newcommand{\onequarter}{$1/4$}
   \W \newcommand{\onequarter}{\htmlsym{##188}}
Finally, the rawhtml environment allows you to write plain HTML, if so is your desire. Everything between \begin{rawhtml} and \end{rawhtml} will simply be included literally in the HTML output.
otfried@postech.vision.ac.kr

Prev Up Next