Skip to content

Fix tagged equation rendering in docs#145

Open
ryan-charette wants to merge 1 commit into
PerformanceEstimation:masterfrom
ryan-charette:fix-docs-latex-rendering
Open

Fix tagged equation rendering in docs#145
ryan-charette wants to merge 1 commit into
PerformanceEstimation:masterfrom
ryan-charette:fix-docs-latex-rendering

Conversation

@ryan-charette

Copy link
Copy Markdown

Resolves #144

Summary

Fix the tagged multiline equation in the algorithm-design notebook so it renders correctly in the generated documentation.

The issue was caused by Sphinx. Multiline $$...$$ display equations are automatically wrapped in a split environment. This is avoided by using a top-level equation* environment.

Validation

Built the full Sphinx HTML documentation locally and verified the generated page in a browser.

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.

some latex won't render on the docs

1 participant