<inline-formula>
Formula, Inline (行内数式)
インライン表示される数学的方程式、式または数式。数学的表現自体は、アスキーキャラクターか、画像、又は TeX、LaTeX もしくは MathML の数式表現を使用して書くことができます。
備考
いくつかの印刷指向のタグセットでは、特定の要素を使用して「ここから数式モードまたは数式フォントに入る」ことを示すことがあります。これはこの要素の意図された使用ではありませんが、ほとんどすべての場合、そのような数式用切り替えタグの中のテキストは数学的表現です。そのようなマテリアルをマークするためにこの要素を使用することは間違いではありませんが、そのような使用法を好ましくないと見る利用者もいます。
コンテンツ・モデル
<!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)*
記述方法
以下のあらゆる組合せ:
- 文字、数字または特殊文字
- 強調要素
- <alternatives> (代替処理法)
- 行内表示要素
- <chem-struct> (化学構造 (表示))
- <inline-formula> (行内数式)
- 数式要素
- <named-content> (名前付特別 (主題) コンテンツ)
- <styled-content> (装飾された特別(主題)コンテンツ)
- 基準線変更要素
この要素は以下の要素内に含むことができます:
<addr-line>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <collab>, <comment>, <compound-kwd-part>, <compound-subject-part>, <conf-theme>, <def-head>, <disp-formula>, <element-citation>, <fixed-case>, <funding-source>, <inline-formula>, <italic>, <label>, <license-p>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <overline>, <p>, <product>, <roman>, <sans-serif>, <sc>, <strike>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <td>, <term>, <term-head>, <th>, <title>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>
用例 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>σ<sub>je</sub>=σ<sub>ke</sub> </inline-formula>, <inline-formula>σ<sub>ji</sub>=σ<sub>ki</sub> </inline-formula> and <inline-formula>φ<sub>je</sub>=φ<sub>ke</sub> </inline-formula>, φ<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> ...