§
<formula>
<formula> contains a mathematical or other formula. [14.2. Formulæ and Mathematical Expressions] | |||||
Module | figures | ||||
Attributes | Attributes att.global (@xml:id, @n, @xml:lang) (att.global.rendition (@rend, @style)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp))
| ||||
Member of | |||||
Contained by | |||||
May contain | |||||
Declaration | element formula { attribute notation { text }?, ( text | model.graphicLike | model.hiLike )* } | ||||
Example | |||||
Example | |||||
Example | <formula notation="mathml"> <m:math> <m:mi>E</m:mi> <m:mo>=</m:mo> <m:mi>m</m:mi> <m:msup> <m:mrow> <m:mi>c</m:mi> </m:mrow> <m:mrow> <m:mn>2</m:mn> </m:mrow> </m:msup> </m:math> </formula> |