Skip to content

Fix equation rendering in quickstart tutorial#275

Merged
dfm merged 1 commit into
mainfrom
fix-quickstart-equation
Jul 12, 2026
Merged

Fix equation rendering in quickstart tutorial#275
dfm merged 1 commit into
mainfrom
fix-quickstart-equation

Conversation

@dfm

@dfm dfm commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Replace the eqnarray environment nested inside $$...$$ with aligned. MathJax treats eqnarray as its own display-math environment, so nesting it inside $$ triggers the 'Erroneous nesting of equation structures' error in the rendered docs.

Fixes #271

Replace the `eqnarray` environment nested inside `$$...$$` with
`aligned`. MathJax treats `eqnarray` as its own display-math
environment, so nesting it inside `$$` triggers the 'Erroneous nesting
of equation structures' error in the rendered docs.

Fixes #271

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dfm
dfm force-pushed the fix-quickstart-equation branch from c963c27 to 58f3898 Compare July 12, 2026 14:26
@dfm
dfm merged commit 0f56ff0 into main Jul 12, 2026
8 checks 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.

Minor documentation error in Tutorials > Getting Sarted

1 participant