HTMLFormat

html.spad line 164 [edit on github]

HtmlFormat provides a coercion from OutputForm to html.

= : (%, %) -> Boolean
from BasicType
coerce : % -> OutputForm
from CoercibleTo(OutputForm)
coerce : OutputForm -> String

coerce(o) changes o in the standard output format to html format.

coerceL : OutputForm -> String

coerceL(o) changes o in the standard output format to html format and displays result as one long string.

coerceS : OutputForm -> String

coerceS(o) changes o in the standard output format to html format and displays formatted result.

display : String -> Void

display(o) prints the string returned by coerce.

exprex : OutputForm -> String

exprex(o) converts OutputForm to String

latex : % -> String
from SetCategory
~= : (%, %) -> Boolean
from BasicType

CoercibleTo(OutputForm)

SetCategory

BasicType