Skip to content

Move equation PNGs to docs/legacy-pngs, fix exominer MathJax error - #32

Merged
eagnespuerto merged 1 commit into
mainfrom
release/v0.2.0
Jul 6, 2026
Merged

Move equation PNGs to docs/legacy-pngs, fix exominer MathJax error#32
eagnespuerto merged 1 commit into
mainfrom
release/v0.2.0

Conversation

@eagnespuerto

Copy link
Copy Markdown
Owner

Summary

  • Moves the 29 equation PNG fallbacks from docs/images/equations/ to docs/legacy-pngs/, since they're only fallbacks for viewers without MathJax now — keeping them in docs/images/ implied they were still primary. Updates SCIENCE.md intro and render_equations.ps1 to the new path.
  • Fixes the Missing or unrecognized delimiter for \bigl MathJax 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 / \rbrace avoids the collision entirely. PNG regenerated to match.

Test plan

  • All 29 PNGs renamed under docs/legacy-pngs/ (git detects them as 100% renames, no content change).
  • render_equations.ps1 updated to output to the new directory.
  • After merge, verify §10 ExoMiner phase binning equation renders without an error banner on the rendered SCIENCE.md.

🤖 Generated with Claude Code

- 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>
@eagnespuerto
eagnespuerto merged commit 83d6ec7 into main Jul 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant