tex library
Utilities for Tex encoding and parsing.
Classes
- EquationRowNode
- A row of unrelated GreenNodes.
- GreenNode
- Node of Roslyn's Green Tree. Base class of any math nodes.
- MacroDefinition
- MacroExpansion
- SyntaxNode
- Red Node. Immutable facade for math nodes.
- SyntaxTree
- Roslyn's Red-Green Tree
- TexEncoder
- Encodes GreenNode into TeX
- TexParser
- Parser for TeX equations
- TexParserSettings
- Settings for TexParser
Extensions
Constants
-
colorByName
→ const Map<
String, Color>
Functions
-
defineMacro(
String name, MacroDefinition body) → void