<inline-formula>

Formula, Inline (行内数式)

インライン表示される数学的方程式、式または数式。数学的表現自体は、アスキーキャラクターか、画像、又は TeX、LaTeX もしくは MathML の数式表現を使用して書くことができます。

備考

いくつかの印刷指向のタグセットでは、特定の要素を使用して「ここから数式モードまたは数式フォントに入る」ことを示すことがあります。これはこの要素の意図された使用ではありませんが、ほとんどすべての場合、そのような数式用切り替えタグの中のテキストは数学的表現です。そのようなマテリアルをマークするためにこの要素を使用することは間違いではありませんが、そのような使用法を好ましくないと見る利用者もいます。

関連要素

ブロック (吹き出し) として表示される数学的方程式、数学的表現、または数式については、<disp-formula> 要素を使用します。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | named-content | styled-content | sub | sup)*

記述方法

この要素は以下の要素内に含むことができます:

用例 1

抄録の段落の一部として:
...  
<abstract>
<p>This is the third and last part of the volume devoted to solubility data of rare 
earth metal chlorides in water and in ternary and quaternary aqueous systems. 
Compilations of all available experimental data for each rare earth metal chloride 
are introduced with a corresponding critical evaluation. Every such evaluation 
contains a tabulated collection of all solubility results in water, a scheme of the 
water-rich part of the equilibrium 
<inline-formula>
<mml:math display="inline" overflow="scroll" 
xmlns:mml="http://www.w3.org/1998/Math/MathML">
<mml:mrow>
<mml:mi mathvariant="normal">Ln</mml:mi>
<mml:msub>
<mml:mi mathvariant="normal">Cl</mml:mi>
<mml:mn>3</mml:mn>
</mml:msub>
<mml:mo></mml:mo>
<mml:msub>
<mml:mi mathvariant="normal">H</mml:mi>
<mml:mn>2</mml:mn>
</mml:msub>
<mml:mi mathvariant="normal">O</mml:mi>
</mml:mrow>
</mml:math>
</inline-formula> phase diagram, solubility equation(s), a selection of suggested 
solubility data, and a brief discussion of the multicomponent systems. Because 
the ternary and quaternary systems were almost never studied more than once, 
no critical evaluations or systematic comparisons of such data were possible. 
Simple chlorides (no complexes) of Gd, Tb, Dy, Ho, Er, Tm, Yb, and Lu are treated 
as the input substances. The literature (including a thorough coverage of papers 
in Chinese and Russian) has been covered through the middle of 2008.</p>
</abstract>
...

用例 2

<note> の一部として:
...
<ref id="c46">  
<label>46.</label>
<note>
<p>The discretisation consists of 30 elements in the <italic>x</italic>-direction 
and 30 elements in the <italic>y</italic>-direction. This corresponds to 7442 
DOF. The quadratic eigenvalue problems along the <inline-formula>
<mml:math display="inline" overflow="scroll" 
xmlns:mml="http://www.w3.org/1998/Math/MathML">
<mml:mrow>
<mml:mi mathvariant="normal"></mml:mi>
<mml:mo></mml:mo>
<mml:mi>X</mml:mi>
</mml:mrow>
</mml:math>
</inline-formula> and ... the memory usage of 2.5 GB.</p>
</note>
</ref>
...

用例 3

互いに関連している行内数式:
...
<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>
...