TexParser constructor
TexParser(
- String content,
- TexParserSettings settings
Implementation
TexParser(String content, this.settings)
: this.leftrightDepth = 0,
this.mode = Mode.math,
this.macroExpander = MacroExpander(content, settings, Mode.math);