| Copyright | (c) 2017 2018 N Steenbergen |
|---|---|
| License | GPL-3 |
| Maintainer | ns@slak.ws |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Logic.Judge.Writer.LaTeX
Description
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.
Minimal complete definition
latexHeader :: Doc Source #
Header for LaTeX output.
latexFooter :: Doc Source #
Footer for LaTeX output.