<sub>

Subscript

A number or expression that is set lower than the baseline and slightly smaller, to act as an inferior or subscript

Attributes

arrange Arrangement of Subscripts and Superscripts
location Location of Subscripts and Superscripts

Expanded Content Model

(#PCDATA | ext-link | related-article | inline-supplementary-material | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | alternatives | inline-graphic | mml:math | fn | target | xref | sub | sup)*

Description

Any combination of:

This element may be contained in:

<addr-line>, <aff>, <alt-title>, <anonymous>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <chem-struct>, <collab>, <comment>, <copyright-holder>, <copyright-statement>, <corresp>, <def-head>, <degrees>, <disp-formula>, <edition>, <etal>, <ext-link>, <fax>, <funding-source>, <funding-statement>, <given-names>, <inline-formula>, <inline-supplementary-material>, <institution>, <issue>, <issue-part>, <issue-sponsor>, <issue-title>, <italic>, <journal-subtitle>, <journal-title>, <kwd>, <label>, <license-p>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <phone>, <prefix>, <preformat>, <product>, <publisher-loc>, <publisher-name>, <related-article>, <role>, <roman>, <sans-serif>, <sc>, <series>, <series-text>, <series-title>, <sig-block>, <source>, <speaker>, <strike>, <string-name>, <styled-content>, <sub>, <subject>, <subtitle>, <suffix>, <sup>, <supplement>, <surname>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>, <volume>, <xref>

Example

...
<back>
<app-group>
<app id="A">
<title>SAS Code for Converting the Fixed Contingency
Table Data Set to a Fully Nested Data Set</title>
<p align="left">data <italic>nested data set name;</italic></p>
<p align="left">set <italic>fixed data set name;</italic></p>
<p align="left">if COUNT &#8722; .5 &gt; 0 then do i = 1 to
COUNT &#8722; .5;</p>
<p align="left">output;</p>
<p align="left">end;</p>
<p align="left">drop i COUNT;</p>
<p align="left">run;</p>
<notes>
<p align="left"><italic>Note</italic>. The SAS code assumes
that .5 has been added to each value of <italic>COUNT</italic>
<sub location="post" arrange="stack"><italic>jk</italic></sub>.
If the value of <italic>COUNT</italic><sub location="post"
arrange="stack"><italic>jk</italic></sub> has not been
increased by .5, then replace &#8220;COUNT &#8722; .5&#8221;
with &#8220;COUNT&#8221; in the code above.</p>
</notes>
</app>
</app-group>
</back>
...

Module

format3.ent