<inline-formula>

Formula, Inline

A mathematical equation, expression, or formula that is to be displayed inline. The mathematics itself can be expressed as ASCII characters, as a graphic, or using TeX, LaTeX, or MathML mathematics expressions.

Attributes

content-type Type of Content
id Identifier
xml:lang Language

Related Elements

For a mathematical equation, expression, or formula which is to be displayed as a block (callout), use the <disp-formula> element.

Content Model

<!ELEMENT  inline-formula            
                        %inline-formula-model;                       >

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | roman | sc | strike | underline | alternatives | inline-graphic | chem-struct | inline-formula | mml:math | named-content | styled-content | sub | sup)*

Description

Any combination of:

This element may be contained in:

<article-title>, <attrib>, <bold>, <comment>, <conf-theme>, <def-head>, <disp-formula>, <element-citation>, <inline-formula>, <italic>, <license-p>, <mixed-citation>, <monospace>, <named-content>, <overline>, <p>, <product>, <roman>, <sc>, <strike>, <styled-content>, <sub>, <subtitle>, <sup>, <supplement>, <td>, <term>, <term-head>, <th>, <title>, <trans-title>, <underline>, <verse-line>

Example

...
<p>... (e) For any neighboring cells, <italic>j</italic> and
<italic>k</italic>,
<inline-formula>&sigma;<sub>je</sub>&equals;&sigma;<sub>ke</sub>
</inline-formula>,
<inline-formula>&sigma;<sub>ji</sub>&equals;&sigma;<sub>ki</sub>
</inline-formula> and
<inline-formula>&phi;<sub>je</sub>&equals;&phi;<sub>ke</sub>
</inline-formula>, &phi;<sub>e</sub> is the potential in intercellular
space. For convenience, we present the algorithm for the 2-D model
here; the 3-D case is similar. ...</p>
...


Module

math3.ent