| Copyright | (c) Stefan Berthold 2014-2015 |
|---|---|
| License | BSD3-style (see LICENSE) |
| Maintainer | stefan.berthold@gmx.net |
| Stability | unstable |
| Portability | GHC |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Text.SmallCaps.TeXParser
Description
This modules specifies parsers that consume Text and produce a
TeXElement token stream.
Synopsis
- tex :: Parser TeX
- texElement :: Parser TeXElement
- printable :: Parser TeXElement
- comment :: Parser TeXElement
- commentChar :: Parser Char
- macro :: Parser TeXElement
- macroBegin :: Parser Char
- macroName :: Parser Text
- macroLabel :: Parser Text
- macroSign :: Parser Char
- block :: Parser TeXElement
- blockBegin :: Parser Char
- blockEnd :: Parser Char
- bblock :: Parser TeXElement
- bblockBegin :: Parser Char
- bblockEnd :: Parser Char
- math :: Parser TeXElement
- tt :: Parser Char -> Parser Text
Documentation
Printable
Comment
commentChar :: Parser Char Source #
Macro
macro :: Parser TeXElement Source #
macroBegin :: Parser Char Source #
macroLabel :: Parser Text Source #
Block
block :: Parser TeXElement Source #
blockBegin :: Parser Char Source #
BBlock
bblockBegin :: Parser Char Source #
Math
math :: Parser TeXElement Source #