go.mod: bump go-tex/math to v0.23.0 (@ is a letter in a control word) - #170
Merged
Conversation
go-tex/math v0.23.0 reads \the@inst and \@ifundefined as ONE control sequence each, as TeX does with @ made a letter (\makeatletter). Split, the maths layer reported an unknown \the — a name no macro table here has — where the whole name is one this engine can look up and expand. Measured over 200 arXiv papers and 200 beamer talks: 2 documents change for +47 glyphs, no page moves, the page error against the 157 tectonic renders stays at 670, beamer does not move. The census counted 68 formulas over 6 papers under \the; the four that still drop do so for a second reason — the name resolves to nothing here — which is now visible rather than hidden behind a truncated name.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
go-tex/math v0.23.0 (go-tex/math#8) reads
\the@instand\@ifundefinedas one control sequence each, as TeX does with@made a letter (\makeatletter). Split, the maths layer reported an unknown\the— a name no macro table here has — where the whole name is one this engine can look up and expand.Measured — 200 arXiv papers, 200 beamer talks
2 documents change for +47 glyphs, no page moves, the page error against the 157 tectonic renders stays at 670, beamer does not move.
The census counted 68 formulas over 6 papers under
\the. The four that still drop do so for a second reason — the whole name resolves to nothing here either — which is now visible rather than hidden behind a truncated one.