TexmacsFormat¶
texmacs.spad line 15 [edit on github]
TexmacsFormat provides a coercion from OutputForm to TeXmacs format.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: OutputForm -> String
coerce(o)
changeso
in the standard output format to Texmacs format.
- coerceL: OutputForm -> String
coerceL(o)
changeso
in the standard output format to Texmacs format and displays result as one long string.
- latex: % -> String
from SetCategory