go.mod: bump go-tex/math to v0.22.0 (\genfrac, triangle binary operators) - #164
Merged
Conversation
…ors) go-tex/math v0.22.0 adds \genfrac and the two \mathbin triangles, which the corpus reported as dropped formulas: \triangleright 98 and \genfrac 88. Measured over 200 arXiv papers and 200 beamer talks: 3 documents change for +666 glyphs, 2 repaginate (one closer to tectonic, one further), the page error against the 157 tectonic renders is unchanged at 669, and beamer does not move. On the two papers that use \genfrac the tally goes 24 drops → none and 20 → none; what is left on the first is a different fault in the same formulas.
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.22.0 (go-tex/math#7) adds
\genfracand the two\mathbintriangles — both read from their sources first: unicode-math-table.tex:694/704 and fontmath.ltx:264-265 for the triangles, amsmath.sty:245-250 for\genfrac's six arguments.The engine's own corpus is what asked for them:
\triangleright98 dropped formulas,\genfrac88.Measured — 200 arXiv papers, 200 beamer talks
3 documents change for +666 glyphs, 2 repaginate (one closer to tectonic, one further), the page error against the 157 tectonic renders is unchanged at 669, and beamer does not move by one glyph.
On the two papers that use
\genfracthe drop tally goes 24 → none and 20 → none:What is left on the other paper is a different fault in the same formulas (12
$math$and 12\qbinom, the document's own macro), not this one.