hlatex-0.3.2: A library to build valid LaTeX files

Safe HaskellNone
LanguageHaskell2010

Language.LaTeX.Builder.Internal

Documentation

mandatory :: a -> Arg a Source #

optional :: a -> Arg a Source #

coordinates :: a -> a -> Arg a Source #

optionals :: [a] -> Arg a Source #

named :: String -> a -> Named a Source #

namedOpts :: [Named a] -> Arg a Source #

namedArgs :: [Named a] -> Arg a Source #

liftArg :: (Eq m, Monoid m) => m -> Arg m Source #

num :: Real a => a -> AnyItem Source #

tabularLike :: ([RowSpec a] -> [Row a] -> b) -> [RowSpec (LatexM a)] -> [Row (LatexM a)] -> LatexM b Source #

checkRows :: [RowSpec a] -> [Row a] -> LatexM [Row a] Source #