Copyright | (c) 2017 2018 N Steenbergen |
---|---|
License | GPL-3 |
Maintainer | ns@slak.ws |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
This module provides instances for LaTeX output in Doc
-format.
- class LaTeX a where
- latex :: LaTeX a => a -> Doc
- latexHeader :: Doc
- latexFooter :: Doc
Documentation
Instances of this class can be represented as LaTeX code.
latexHeader :: Doc Source #
Header for LaTeX output.
latexFooter :: Doc Source #
Footer for LaTeX output.