mtex2html(1)

NAME

mtex2html - translate mtex(7) files to HTML format

SYNTAX

mtex2html

DESCRIPTION

mtex2html is a filter that reads a file in mtex(7) format from its standard input, and writes an HTML (HyperText Markup Language) file to standard output suitable for viewing with xmosaic(1).

mtex2html is written entirely in LIM (see lim(1)).

SPECIAL CHARACTERS

There are three special characters for the HTML output format. Here are the characters and the strings they are translated to by mtex2html(1):

"<" becomes "&lt;"
">" becomes "&gt;"
"&" becomes "&amp;"

To prevent these characters from being translated within the scope of an html environment, you must escape them with a \ (backslash) character.

DIAGNOSTICS

See the Diagnostics section of the mtex(7) manpage for a complete description.

SEE ALSO

mtex(7), mtex2man(1), mtex2tex(1), xmosaic(1)

AUTHOR OF PROGRAM AND DOCUMENTATION

Allan Heydon (heydon@src.dec.com)

Last modified on Mon Feb  6 16:46:24 PST 1995 by heydon