hlatex-0.3.1: A library to build valid LaTeX files

Safe HaskellNone
LanguageHaskell98

Language.LaTeX.Builder.Math

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