Skip to content

Restructure Tabular Math section and update guidelines with examples#92

Open
MartheGjelstad wants to merge 3 commits intomainfrom
change_order_content
Open

Restructure Tabular Math section and update guidelines with examples#92
MartheGjelstad wants to merge 3 commits intomainfrom
change_order_content

Conversation

@MartheGjelstad
Copy link
Copy Markdown
Contributor

…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
Copy link
Copy Markdown
Collaborator

@TimArborealis TimArborealis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

4 participants