Macaulay2 » Documentation
Packages » Text » Hypertext » TEX
next | previous | forward | backward | up | index | toc

TEX -- hypertext TEX item

Description

The constructor TEX x returns an object which may contain one or more $\LaTeX$ equations and matrices, several simple text formatting environments, as well as other Hypertext items. It is useful to use strings delimited by /// because in strings delimited by " the backslashes often used in $\LaTeX$ must be doubled. For details on conversion to HTML see html(TEX).

See also

Menu

Methods that use an object of class TEX:

  • html(TEX) -- conversion of $\TeX$ to html
  • show(TEX) -- see show(Hypertext) -- display various objects in an external viewer
  • new TEX from BasicList
  • new TEX from String

For the programmer

The object TEX is an intermediate markup type, with ancestor classes Hypertext < BasicList < Thing.


The source of this document is in Text.m2:587:0.