<monospace>

Monospace Text (Typewriter Text)

Used to mark text that should appear in a non-proportional font, such as courier, for display or print

Remarks

This is common for computer code examples, man-machine dialogues, etc., that are inline with other text. If spaces and line breaks also need to be preserved, use the block structural element <preformat>.

Content Model

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

Expanded Content Model

(#PCDATA | hr | email | ext-link | multi-link | uri | inline-supplementary-material | related-article | related-object | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | 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>, <anonymous>, <article-title>, <attrib>, <award-id>, <bold>, <book-title>, <chapter-title>, <chem-struct>, <collab>, <collection-name>, <comment>, <compound-kwd-part>, <conf-loc>, <conf-name>, <conf-sponsor>, <copyright-statement>, <corresp>, <def-head>, <degrees>, <disp-formula>, <edition>, <element-citation>, <etal>, <ext-link>, <fax>, <funding-source>, <funding-statement>, <given-names>, <gov>, <inline-formula>, <inline-supplementary-material>, <institution>, <issue>, <issue-part>, <issue-title>, <italic>, <kwd>, <label>, <license-p>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <patent>, <phone>, <prefix>, <preformat>, <price>, <product>, <publisher-loc>, <publisher-name>, <related-article>, <related-object>, <role>, <roman>, <sans-serif>, <sc>, <series>, <sig>, <sig-block>, <source>, <std>, <strike>, <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>, <uri>, <verse-line>, <volume>, <volume-id>, <volume-series>, <xref>

Example

...
<sec>
...
<p>...The repertoire of tags is constructed by a 
&ldquo;mix and divide&rdquo; combinatorial synthesis of all possible 
eight-word combinations. There are 8<sup>8</sup> such combinations, 
forming a tag repertoire of 16,777,216 sequences 32 bases long. An 
example of one tag and its anti-tag complement is shown below:</p>
<p>
<monospace>5&#x2032;-TACT.TTAC.ACAT.ATCA.CTTT.CTTT.CAAA.AATC-3&#x2032; </monospace>
</p>
<p>
<monospace>3&#x2032;-ATGA.AATG.TGTA.TAGT.GAAA.GAAA.GTTT.TTAG-5&#x2032;</monospace>
</p>
<p>Because of the words used to construct the tag repertoire 
...</p>
...</sec>
...

Module

format3.ent