smallcaps-0.6.0.3: Flatten camel case text in LaTeX files

Copyright(c) Stefan Berthold 2014-2015
LicenseBSD3-style (see LICENSE)
Maintainerstefan.berthold@gmx.net
Stabilityunstable
PortabilityGHC
Safe HaskellSafe
LanguageHaskell2010

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

cc :: [Text] -> Text Source #