<inline-formula>¶
Appears commonly in |
Frequency |
---|---|
Zero or more times |
|
Zero or more times |
|
|
Zero or more times |
|
Zero or more times |
See the NISO JATS Journal Archiving DTD specifications for a full list of the elements that supports <inline-formula>
.
Used to identify equations encoded inline with the text. In such cases, the encoding may be in the W3C MathML encoding standard where the base element is <mml:math>
, or in other encoding standards such as ASCII, TeX or LaTeX.
Example to code σˆ2* using MathML:
...
<p>Nulla velit magna, semper quis dignissim id, condimentum nec diam
<inline-formula>
<mml:math id="e03">
<mml:mrow>
<mml:msup>
<mml:mover accent="true">
<mml:mi>σ</mml:mi>
<mml:mo>ˆ</mml:mo>
</mml:mover>
<mml:mn>2</mml:mn>
</mml:msup>
</mml:mrow>
</mml:math>
</inline-formula>
Nulla quis leo sed turpis congue finibus feugiat ut dui. Donec id tincidunt tellus. Nunc fermentum dolor et congue convallis. <p/>
...