Macaulay2 » Documentation
Packages » Macaulay2Doc :: html
next | previous | forward | backward | up | index | toc

html -- convert to HTML format

Synopsis

Description

html x converts x to HTML format.

The return value is a string that is suitable for use in a .html file readable by a browser. hypertext elements are translated into the corresponding HTML elements. When no HTML conversion is available, tex is called. $\LaTeX$ can be rendered in the browser using MathJax or $\KaTeX$.

See also

For the programmer

The object html is a method function with a single argument.