Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-11 | Improved parsing of raw LaTeX from Text streams (rawLaTeXParser). | John MacFarlane | 1 | -0/+15 | |
We now use source positions from the token stream to tell us how much of the text stream to consume. Getting this to work required a few other changes to make token source positions accurate. Closes #7434. |