smallcaps-0.5.1.1: Flatten camel case text in LaTeX files

PortabilityGHC
Stabilityunstable
Maintainerstefan.berthold@gmx.net
Safe HaskellNone

Text.SmallCaps.LaTeX

Contents

Description

This modules specifies the data types LaTeX and LaTeXElement.

Synopsis

Documentation

data LaTeXElement Source

Constructors

Printable Text

(hopefully) printable text

Macro Text LaTeX

macro name + following blocks

Environment Text LaTeX

environment name + content

Block LaTeX

separate block

BBlock LaTeX

block between square brackets

Math LaTeX

inline math

Comment Text

comment starting with %

Query

Accessors

Translation