texmath-0.12.0.2: 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

Instances details
Eq TeX Source # 
Instance details

Defined in Text.TeXMath.TeX

Methods

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

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

Show TeX Source # 
Instance details

Defined in Text.TeXMath.TeX

renderTeX :: TeX -> Text -> Text Source #

Render a TeX to a string, appending to the front of the given string.