HaTeX-3.0.0: LaTeX code writer.

Text.LaTeX.Base

Description

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

Synopsis

Documentation

data LaTeX Source

A LaTeX object represents some expression written in LaTeX.

Instances

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.