| Portability | GHC |
|---|---|
| Stability | unstable |
| Maintainer | stefan.berthold@gmx.net |
| Safe Haskell | None |
Text.SmallCaps.TeX
Description
This modules specifies the data types TeX and TeXElement.
- type TeX = [TeXElement]
- data TeXElement
- isPrintable :: TeXElement -> Bool
- isMacro :: TeXElement -> Bool
- isBlock :: TeXElement -> Bool
- isBBlock :: TeXElement -> Bool
- isMath :: TeXElement -> Bool
- isComment :: TeXElement -> Bool
- isMacroLetter :: Char -> Bool
- isMacroSign :: Char -> Bool
- content :: TeXElement -> Text
- printable :: TeXElement -> Text
- body :: TeXElement -> TeX
Documentation
type TeX = [TeXElement]Source
data TeXElement Source
Instances
Query
isPrintable :: TeXElement -> BoolSource
isMacro :: TeXElement -> BoolSource
isBlock :: TeXElement -> BoolSource
isBBlock :: TeXElement -> BoolSource
isMath :: TeXElement -> BoolSource
isComment :: TeXElement -> BoolSource
isMacroLetter :: Char -> BoolSource
isMacroSign :: Char -> BoolSource
Accessors
content :: TeXElement -> TextSource
printable :: TeXElement -> TextSource
body :: TeXElement -> TeXSource