Text.LaTeX.Base
Description
This module exports those minimal things you need to work with HaTeX. Those things are:
- The
LaTeXdatatype. - The
<>operator, to appendLaTeXvalues. - The Text.LaTeX.Base.Render module, to render a
LaTeXvalue intoText. - The Text.LaTeX.Base.Types module, which contains several types used by other modules.
- The Text.LaTeX.Base.Commands module, which exports the LaTeX standard commands and environments.
- data LaTeX
- (<>) :: Monoid a => a -> a -> a
- module Text.LaTeX.Base.Render
- module Text.LaTeX.Base.Types
- module Text.LaTeX.Base.Commands
Documentation
A LaTeX object represents some expression written in LaTeX.
module Text.LaTeX.Base.Render
module Text.LaTeX.Base.Types
module Text.LaTeX.Base.Commands