§

<formula>

<formula> contains a mathematical or other formula. [14.2. ]
Modulefigures
AttributesAttributes att.global (@xml:id, @n, @xml:lang, @rend, @style)
Member of
Contained by
May contain
core: graphic hi
derived-module-tei_tite: b i smcap sub sup ul
figures: formula
Declaration
element formula { ( text | model.graphicLike | model.hiLike )* }
Example
<formula notation="tex">$E=mc^2$</formula>
Example
<formula notation="none">E=mc<hi rend="sup">2</hi>
</formula>
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>