hlatex-0.3.2: A library to build valid LaTeX files

Safe HaskellNone
LanguageHaskell2010

Language.LaTeX.Builder.Math

Contents

Synopsis

Documentation

mathlift :: (LatexItem -> LatexItem) -> MathItem -> MathItem Source #

Deprecated: The use of M.text should be done with care (mbox is an alternative)

divide :: MathItem Source #

Deprecated: Use div instead

omicron :: MathItem Source #

In LaTeX math mode omicron is just o, it is exported as omicron here as well just for convinience.

cells :: [a] -> Row a Source #

cell :: a -> Row a Source #

cline :: Int -> Int -> Row a Source #

Orphan instances

IsString MathItem Source # 
Instance details