Move equation PNGs to docs/legacy-pngs, fix exominer MathJax error - #32
Merged
Conversation
- Renames docs/images/equations/*.png (29 files) to docs/legacy-pngs/,
since they're only fallbacks for viewers without MathJax now.
- Updates SCIENCE.md intro and render_equations.ps1 to the new path.
- Fixes MathJax "Missing or unrecognized delimiter for \bigl" error on
the exominer_binning equation: GitHub's markdown was eating the
backslash in \{ / \} before it reached MathJax, so \bigl\{ arrived as
\bigl{ (an invalid delimiter). Switching to the named forms \lbrace /
\rbrace avoids the escape-sequence collision. PNG regenerated to match.
Co-Authored-By: Claude Opus 4.7 <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.
Summary
docs/images/equations/todocs/legacy-pngs/, since they're only fallbacks for viewers without MathJax now — keeping them indocs/images/implied they were still primary. UpdatesSCIENCE.mdintro andrender_equations.ps1to the new path.Missing or unrecognized delimiter for \biglMathJax error on the ExoMiner binning equation (§10). GitHub's markdown was consuming the backslash in\{before it reached MathJax, so\bigl\{arrived as\bigl{— an invalid delimiter. Switching to the named forms\lbrace/\rbraceavoids the collision entirely. PNG regenerated to match.Test plan
docs/legacy-pngs/(git detects them as 100% renames, no content change).render_equations.ps1updated to output to the new directory.🤖 Generated with Claude Code