HTMLFormatΒΆ
html.spad line 164 [edit on github]
HtmlFormat provides a coercion from OutputForm to html.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: OutputForm -> String
coerce(o)
changeso
in the standard output format to html format.
- coerceL: OutputForm -> String
coerceL(o)
changeso
in the standard output format to html format and displays result as one long string.
- coerceS: OutputForm -> String
coerceS(o)
changeso
in the standard output format to html format and displays formatted result.
- exprex: OutputForm -> String
exprex(o)
coverts OutputForm to String
- latex: % -> String
from SetCategory