Restructure Tabular Math section and update guidelines with examples#92
Open
MartheGjelstad wants to merge 3 commits intomainfrom
Open
Restructure Tabular Math section and update guidelines with examples#92MartheGjelstad wants to merge 3 commits intomainfrom
MartheGjelstad wants to merge 3 commits intomainfrom
Conversation
Contributor
MartheGjelstad
commented
Apr 17, 2026
- Restructered the section about Tabular math.
- Added example of a long calculation spanning many lines. Closes Equations spanning multiple lines #61
- Added description to use scriplevel for nested fractions inside tables. Closes Big MathML expressions inside regular HTML tables appear small #85 Closes Fractions in small font size when they are inside <mtable> #75
…ng many lines In the existing guidelines the sections "Systems of Equations" and "Equations solving notation" are inside the section "Context-based Applications". However, they are listed in the section "When to use MathML <mtable>. I changed the order of some sections. The order is now the following: Basic Markup Structure Token Elements `<mn>` `<mo>` for operators, fences, separators or accents `<mi>` element for variables, functions and units Text inside math expressions `<mtext>` Punctuation General Layout Schemata Grouping mathematical expressions with `<mrow>` Fractions, binomials and other similar layouts with `<mfrac>` `<msqrt>` and `<mroot>` `<mpadded>` and `<mspace>` Visual alignment of expressions Script and Limit Schemata Subscripts and Superscripts, `<msub>`, `<msup>`, `<msubsup>` Underscripts and Overscripts, `<munder>`, `<mover>`, `<munderover>` Prescripts and Postscripts, `<mmultiscripts>` Tabular Math When to use the regular HTML `<table>` When to use the MathML `<mtable>` Attributes `rowspan` and `columnspan` Systems of Equations Equation solving notation Labeling and referencing equations Footnotes in mathematical expressions Context-Based Applications Large operators Inline Block Inline-block Invisible Operators Numbers with Units Fill-in-the-blanks When to use images of mathematical content Crossed out math `<menclose>` Chemistry in MathML
TimArborealis
approved these changes
Apr 17, 2026
Collaborator
TimArborealis
left a comment
There was a problem hiding this comment.
Looks good to me!
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.