siefkenj / unified-latex

Utilities for parsing and manipulating LaTeX ASTs with the Unified.js framework
MIT License
85 stars 20 forks source link

Expose more parse plugins from unified-latex-util-parser package #69

Closed theseanl closed 7 months ago

theseanl commented 7 months ago

In my use-case, I first perform a minimal parse, apply some transformation, and then resume the rest of the parsing process. Exposing unifiedLatexProcessAtLetterAndExplMacros and unifiedLatexProcessMacrosAndEnvironmentsWithMathReparse would be nice for this.