| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.Drasil.TeX.Print
Description
Defines main LaTeX printer functions. For more information on each of the helper functions, please view the source files.
Synopsis
- genTeX :: Document -> ShowTableOfContents -> PrintingInformation -> Doc
- pExpr :: Expr -> D
- pUnit :: USymb -> D
- spec :: Spec -> D
- fence :: OpenClose -> Fence -> D
- data OpenClose
- pMatrix :: [[Expr]] -> (Doc -> [D] -> D) -> Doc -> (Expr -> D) -> D
- cases :: [(Expr, Expr)] -> (Doc -> [D] -> D) -> Doc -> (Expr -> D) -> D
Documentation
genTeX :: Document -> ShowTableOfContents -> PrintingInformation -> Doc Source #
Generates a LaTeX document.
Determine wether braces and brackets are opening or closing.