Text.TeXMath.TeX
data TeX Source #
An intermediate representation of TeX math, to be used in rendering.
Constructors
Defined in Text.TeXMath.TeX
Methods
showsPrec :: Int -> TeX -> ShowS #
show :: TeX -> String #
showList :: [TeX] -> ShowS #
(==) :: TeX -> TeX -> Bool #
(/=) :: TeX -> TeX -> Bool #
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 #