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 Source #
(/=) :: TeX -> TeX -> Bool Source #
showsPrec :: Int -> TeX -> ShowS Source #
show :: TeX -> String Source #
showList :: [TeX] -> ShowS Source #
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 #