texmath-0.11.2.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 -> String -> String Source #
Render a TeX to a string, appending to the front of the given string.
TeX
isControlSeq :: String -> Bool Source #
escapeLaTeX :: Char -> TeX Source #