engine: take go-tex/math v0.24.0 so \char no longer drops a formula - #187
Merged
Conversation
v0.24.0 teaches the math layer the \char primitive, the top structural math-drop cause by document count (11 papers). With it, formulas that used \char — commonly \char`\^ from macro expansion — typeset instead of being dropped whole. End-to-end on the corpus: dropped-equation counts fall on the affected papers (2311.07618 1→0, 2402.05579 3→2, 2404.10839 14→13, 2408.07548 2→1) with no regression; the full engine suite stays green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Bumps
go-tex/mathv0.23.0 → v0.24.0, which teaches the math layer the\charprimitive — the top structural math-drop cause by document count (11 papers). Formulas that used\char(commonly\char`\^from macro expansion) now typeset instead of being dropped whole.End-to-end verification on the corpus (before v0.23.0 → after v0.24.0), dropped-equation counts:
No paper regressed; the full engine suite stays green. Diff is
go.mod/go.sumonly. Completes the lockstep for go-tex/math#9.🤖 Generated with Claude Code