texmath-0.10.1.1: Conversion between formats used to represent mathematics.

Safe HaskellSafe
LanguageHaskell2010

Text.TeXMath.TeX

Synopsis

Documentation

data TeX Source #

An intermediate representation of TeX math, to be used in rendering.

Instances

Eq TeX Source # 

Methods

(==) :: TeX -> TeX -> Bool #

(/=) :: TeX -> TeX -> Bool #

Show TeX Source # 

Methods

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.