<roman>

Roman (ローマン体)

周囲のテキストがどのような字体をとろうとも、ローマン体のまま保持されるべきテキストをマークするために使用されます。

属性

コンテンツ・モデル

<!ELEMENT  roman        (#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)*

記述方法

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

用例

...
<sec>
<title>Seasonal Variations of <roman>CO</roman>, <roman>N<sub>2</sub>O</roman>,
and <roman>CO<sub>2</sub></roman></title>
<p>Recent evidence supports the premise that concentrations of major greenhouse
gases vary ...</p>
...</sec>
...