Skip to content

update notebook convention math#1627

Open
classiqdor wants to merge 2 commits into
mainfrom
update_notebook_convention__math
Open

update notebook convention math#1627
classiqdor wants to merge 2 commits into
mainfrom
update_notebook_convention__math

Conversation

@classiqdor

Copy link
Copy Markdown
Contributor
  • Normalize math notation: display delimiters to $$, unicode to LaTeX
  • Fix malformed display-math delimiter in solving_qlsp_with_aqc

Across 27 main notebooks (markdown cells only): bare \begin{equation}/eqnarray and $- or $$-wrapped equation envs converted to clean $$...$$; bare \begin{align} wrapped as $$\begin{aligned}...\end{aligned}$$; matrix/cases/aligned content envs left inside $$. Unicode math symbols converted to LaTeX — prose symbols wrapped in $...$ (e.g. ψ -> $\psi$), in-math swapped († -> \dagger, ⊆ -> \subseteq), code-cell/backtick unicode left untouched. Verified per notebook with a structural linter and nbconvert markdown render (no execute).
Cell 1 closed a single-line display equation with a stray $.$ instead of $$ (Null(H_1) = span(...)$.$ -> ...)$$.), leaving an odd $$ count. Pre-existing typo, surfaced by the math linter during the unicode pass.
@review-notebook-app

Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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