marxup-3.1.1.0: Markup language preprocessor for Haskell

Safe HaskellNone
LanguageHaskell98

MarXup.Latex.Math

Synopsis

Documentation

align :: [[TeX]] -> Tex () Source #

array :: [String] -> String -> [[TeX]] -> TeX Source #

block :: [TeX] -> TeX Source #

A block

mbox :: Tex a -> Tex a Source #

mathsf :: Tex a -> Tex a Source #

mathpar :: [[TeX]] -> TeX Source #

mathbox :: Tex a -> Tex a Source #

deflike :: String -> String -> String -> TeX -> TeX -> Tex SortedLabel Source #

deflike referent nv header name statement: Environement of name nv, which should be refered as referent.

oxford :: Tex a -> Tex a Source #

frac :: TeX -> TeX -> Tex () Source #