| Maintainer | bastiaan.heeren@ou.nl |
|---|---|
| Stability | provisional |
| Portability | portable (depends on ghc) |
| Safe Haskell | Safe |
| Language | Haskell98 |
Ideas.Text.Latex
Description
Support for LaTeX.
Documentation
class ToLatex a where Source #
Minimal complete definition
Methods
toLatex :: a -> Latex Source #
toLatexPrec :: Int -> a -> Latex Source #
toLatexList :: [a] -> Latex Source #