| ||||||||||||
| ||||||||||||
Description | ||||||||||||
Functions for parsing LaTeX macro definitions and applying macros to LateX expressions. | ||||||||||||
Synopsis | ||||||||||||
| ||||||||||||
Documentation | ||||||||||||
| ||||||||||||
| ||||||||||||
| ||||||||||||
Parses a \newcommand or \renewcommand macro definition and returns a Macro. | ||||||||||||
| ||||||||||||
Skip whitespace and comments. | ||||||||||||
| ||||||||||||
Applies a list of macros to a string recursively until a fixed point is reached. If there are several macros in the list with the same name, earlier ones will shadow later ones. | ||||||||||||
Produced by Haddock version 2.6.1 |