Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » writing documentation » handling hypertext » html
next | previous | forward | backward | up | index | toc

html -- convert to HTML format

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.


The source of this document is in Macaulay2Doc/functions/html-doc.m2:34:0.