LaTeX
datatype
A LaTeX
object represents some expression written in LaTeX.
TeXRaw Text | Raw text. |
TeXComm String [TeXArg] | Constructor for commands. First argument is the name of the command. Second, its arguments. |
TeXCommS String | |
TeXEnv String [TeXArg] LaTeX | Constructor for environments. First argument is the name of the environment. Second, its arguments. Third, its content. |
TeXMath LaTeX | Mathematical expressions. |
TeXNewLine Bool | Newline character. |
TeXOp String LaTeX LaTeX | Operators. |
TeXBraces LaTeX | |
TeXSeq LaTeX LaTeX | |
TeXEmpty | An empty expression.
Neutral element of |