texmath-0.12.0.2: Conversion between formats used to represent mathematics.
Text.TeXMath.TeX
data TeX Source #
An intermediate representation of TeX math, to be used in rendering.
Constructors
Defined in Text.TeXMath.TeX
Methods
(==) :: TeX -> TeX -> Bool #
(/=) :: TeX -> TeX -> Bool #
showsPrec :: Int -> TeX -> ShowS #
show :: TeX -> String #
showList :: [TeX] -> ShowS #
renderTeX :: TeX -> Text -> Text Source #
Render a TeX to a string, appending to the front of the given string.
TeX
isControlSeq :: Text -> Bool Source #
escapeLaTeX :: Char -> TeX Source #