<italic>

Italic (斜字)

イタリック体またはスラント体で表示されるテキストをマークするために使われます。

備考

トグルスイッチとしての強調: @toggle 属性は、この要素の動作を制御します。@toggle の値が “no”に設定されている場合、強調されたテキストは、周囲のテキストに関係なく、要求されたスタイルで残ります。@toggle の値が “yes”の場合、周囲のテキストが同一の強調スタイルに設定されていれば、この要素内のテキストは反対の強調スタイルに変更され、そのテキストは常にその周囲と表記上区別されます。
例として <italic> 要素を使用した場合、@toggle 属性を “no” に設定すると、斜体でマークされたテキストは、周りが斜体であっても常に斜体になります。一方、<italic> 要素において @toggle 属性が “yes” に設定されている場合、周囲が斜体である場合は (それが別の <italic> 要素、スタイルシート、CSS、またはその他の手段にかかわらず), そのテキストの斜体がオフとなり、強調されたテキストがコントラストで強調されます。斜体のままでは強調されない結果になります。<italic> 要素はそれ以外の場所では通常の斜体を生成します。

属性

コンテンツ・モデル

<!ELEMENT  italic       (#PCDATA %emphasized-text;)*                 >

拡張コンテンツ・モデル

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | 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 | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup)*

記述方法

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

用例 1

外国語の句に対して:
...
<ref id="c35">
<label>35.</label>
<note>
<p>The geometric optimization and electronic transport properties are 
all calculated by a developed <italic>ab-initio</italic> software package 
Atomistix ToolKit, which is based on the spin-polarized density-functional 
theory combined with the non-equilibrium Greens functions. ...</p>
</note>
</ref>
...

用例 2

変数名に対して:
...
<table-wrap id="t2" orientation="portrait" position="float">
<label>Table II.</label>
<caption>
<p>Models to approximate the bound frequencies as waves 
in Xi (<inline-graphic id="g1" xlink:href="d1"/>: Rotational, 
<inline-graphic id="g2" xlink:href="d2"/>: Vibrate in <italic>y</italic> 
direction, <inline-graphic id="g3" xlink:href="d3"/>: Vibrate in
<italic>x</italic> direction, <inline-graphic id="g4" xlink:href="d4"/>: 
Vibrate mainly in <italic>y</italic> direction including a small 
portion of vibration in <italic>x</italic> direction, 
<inline-graphic id="g5" xlink:href="d5"/>: Vibrate mainly in 
<italic>x</italic> direction including a small portion of vibration 
in <italic>y</italic> direction).</p>
</caption>
<table border="1">...</table>
</table-wrap>
...

用例 3

<article dtd-version="1.1">
<front>...
<article-meta>
<article-id pub-id-type="publisher-id">040549897</article-id>...
<permissions>
<copyright-statement>Copyright &#x00A9; 2000, The
National Academy of Sciences</copyright-statement>
<copyright-year>2000</copyright-year>
</permissions>
<abstract>
<p>Current evidence suggests that the length of poly(A) tails
of bacterial mRNAs result from a competition between poly(A) polymerase
and exoribonucleases that attack the 3&#x2032; ends of RNAs. Here, we
show that host factor Hfq is also involved in poly(A) tail metabolism.
Inactivation of the <italic>hfq</italic> gene reduces the length of
poly(A) tails synthesized at the 3&#x2032; end of the <italic>rpsO</italic>
mRNA by poly(A) polymerase I <italic>in vivo</italic>. <italic>In vitro</italic>,
Hfq stimulates synthesis of long tails by poly(A) polymerase I. The strong
binding of Hfq to oligoadenylated RNA probably explains why it stimulates
elongation of primers that already harbor tails of 20&#x2013;35 A.
Polyadenylation becomes processive in the presence of Hfq. The similar
properties of Hfq and the PABPII poly(A) binding protein, which stimulates
poly(A) tail elongation in mammals, indicates that similar mechanisms control
poly(A) tail synthesis in prokaryotes and eukaryotes.</p>
</abstract>
</article-meta>
</front>
...</article>