<sup>

Superscript

Used to mark text that should appear higher than the baseline and slightly smaller; superior or superscript text.

Attributes

arrange Arrangement of Subscripts and Superscripts
specific-use Specific Use

Content Model

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

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | 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)*

Description

Any combination of:

This element may be contained in:

<addr-line>, <aff>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <chem-struct>, <collab>, <comment>, <compound-kwd-part>, <compound-subject-part>, <conf-theme>, <copyright-holder>, <copyright-statement>, <corresp>, <def-head>, <disp-formula>, <element-citation>, <ext-link>, <funding-source>, <funding-statement>, <gov>, <inline-formula>, <inline-supplementary-material>, <institution>, <italic>, <kwd>, <label>, <license-p>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <preformat>, <product>, <related-article>, <related-object>, <role>, <roman>, <sans-serif>, <sc>, <series>, <series-text>, <series-title>, <sig>, <sig-block>, <source>, <std>, <std-organization>, <strike>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>, <xref>

Example 1

An ordinary superscript:

...
<p>... The recent discovery that Hfq is required for translation
of the &#x03C2;<sup>s</sup> subunit of RNA polymerase ... Template
for synthesis of <sup>32</sup>P-labeled RNA primer (97RNA) was
obtained ...</p>
...

Example 2

As shown formatted above, a subscript and superscript in a “stacked” arrangement:

...
<body>
<p>The <italic>Escherichia coli argU</italic> gene encodes a minor arginine
tRNA, tRNA<sup arrange="stack">Arg</sup><sub arrange="stack">UCU</sub>,
which corresponds to the rare codon AGA and possibly AGG ....</p>
...
</body>
...

Module

JATS-format1.ent