HaTeX-3.1.0: LaTeX code writer.

Text.LaTeX.Base

Description

This module exports those minimal things you need to work with HaTeX. Those things are:

Here is also defined a Num instance for LaTeX.

Synopsis

Documentation

data LaTeX Source

A LaTeX object represents some expression written in LaTeX.

Instances

Eq LaTeX 
Num LaTeX

Methods abs and signum are undefined. Don't use them!

Show LaTeX 
IsString LaTeX

fromString escapes LaTeX reserved characters.

Monoid LaTeX

mappend is strict in its first argument.

Render LaTeX 

(<>) :: Monoid a => a -> a -> aSource

Alias for mappend.