Example: <rendition>

These search results reproduce every example of the use of <rendition> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <rendition> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

2 The TEI Header


2.3.4.1 Rendition

<rendition scheme="cssselector="front p">
   font-size: 110%;
   margin-top: 0.5em;
   margin-bottom: 0.5em;
 </rendition>

2.3.4.1 Rendition

<rendition scheme="cssselector="body p">
   font-size: 100%;
   margin-top: 0;
   margin-bottom: 0;
 </rendition>

2.3.4.1 Rendition

<styleDefDecl scheme="css"
 schemeVersion="2.1"/>

<!-- ... -->
<tagsDecl>
 <rendition xml:id="center">text-align: center;</rendition>
 <rendition xml:id="small">font-size: small;</rendition>
 <rendition xml:id="large">font-size: large;</rendition>
 <rendition xml:id="x-large">font-size: x-large;</rendition>
 <rendition xml:id="xx-large">font-size: xx-large</rendition>
 <rendition xml:id="expanded">letter-spacing: +3pt;</rendition>
 <rendition xml:id="x-space">line-height: 150%;</rendition>
 <rendition xml:id="xx-space">line-height: 200%;</rendition>
 <rendition xml:id="red">color: red;</rendition>
</tagsDecl>

2.3.4.1 Rendition

<rendition xml:id="quoteBefore"
 scheme="cssscope="before">
content:
   '“';</rendition>
<rendition xml:id="quoteAfterscheme="css"
 scope="after">
content:
   '”';</rendition>

<tagsDecl>

<tagsDecl partial="true">
 <rendition xml:id="rend-itscheme="css"
  selector="emph hi name title">
font-style: italic;</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="hioccurs="467"/>
  <tagUsage gi="titleoccurs="45"/>
 </namespace>
 <namespace name="http://docbook.org/ns/docbook">
  <tagUsage gi="paraoccurs="10"/>
 </namespace>
</tagsDecl>

<tagUsage>

<tagsDecl partial="true">
 <rendition xml:id="itscheme="css"
  selector="foreign hi">
font-style: italic; </rendition>
<!-- ... -->
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="hioccurs="28withId="2"> Used to mark English words italicized in the copy text.</tagUsage>
  <tagUsage gi="foreign">Used to mark non-English words in the copy text.</tagUsage>
<!-- ... -->
 </namespace>
</tagsDecl>

<tagUsage>

<tagsDecl>
 <rendition xml:id="fr_it">A noter l'emploi d'une variante penchée ou italique dans la fonte
     actuelle.</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="abbr"> Les abréviations étant très courantes et de type
   <term>brevigraph</term> (voir le manuel TEI), l'attribut "type" a cette valeur par
       défaut. Dans les autres cas, ("Sénécial" abrégé par "Sénat") , l'attribut "type " a
       explicitement la valeur "contraction" et l'attribut "expan" contient la forme
       développée.</tagUsage>
  <tagUsage gi="lb">Chaque ligne est numérotée depuis le début du corps de la lettre (sauf
       le titre).</tagUsage>
  <tagUsage gi="lb">Chaque page est numérotée sous la forme d'un numéro de folio suivi de
       "recto" ou "verso". Dans certains cas, le foliotage réel n'est pas celui qui est
       indiqué sur le registre. Dans ce cas, les deux numérotations sont gardées.</tagUsage>
  <tagUsage gi="unclear">Mots difficiles à lire</tagUsage>
  <tagUsage gi="opener">Phrase(s) d'introduction de la lettre.</tagUsage>
  <tagUsage gi="signed">Signature du copiste.</tagUsage>
 </namespace>
</tagsDecl>

<rendition>

<rendition scheme="css"
 selector="text, front, back, body, div, p, ab">

   display: block;
 </rendition>

<rendition>

<rendition scheme="css"
 selector="*[rend*=italic]">
font-style: italic;
 </rendition>

<rendition>

<tagsDecl>
 <rendition xml:id="r-centerscheme="css">text-align: center;</rendition>
 <rendition xml:id="r-smallscheme="css">font-size: small;</rendition>
 <rendition xml:id="r-largescheme="css">font-size: large;</rendition>
 <rendition xml:id="initcaps"
  scope="first-letterscheme="css">
font-size: xx-large</rendition>
</tagsDecl>

<styleDefDecl>

<styleDefDecl scheme="css"
 schemeVersion="2.1"/>

<!-- ... -->
<tagsDecl>
 <rendition xml:id="boldface">font-weight: bold;</rendition>
 <rendition xml:id="italicstyle">font-style: italic;</rendition>
</tagsDecl>

1 The TEI Infrastructure


1.3.1.1.3 Rendition Indicators

<tagsDecl>
<!-- define italic style using CSS, selecting it as default for emph and hi elements -->
 <rendition xml:id="ITscheme="css"
  selector="emph hi">
font-style: italic;</rendition>
<!-- define a serif font family, selecting it as default for the text element -->
 <rendition xml:id="FontRomanscheme="css"
  selector="text">
font-family: serif;</rendition>
</tagsDecl>
<!-- ... -->
<text>
 <body>
  <div>
   <p rendition="#IT">
<!-- this paragraph uses the seriffed font, but is in italic-->
   </p>
   <p>
<!-- this paragraph uses the seriffed font, but is not in italic -->
   </p>
  </div>
 </body>
</text>

att.global.rendition

<head rendition="#ac #sc">
 <lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle, <lb/>On Her
 <lb/>
 <hi rendition="#normal">New Blazing-World</hi>. </head>
<!-- elsewhere... -->
<rendition xml:id="scscheme="css">font-variant: small-caps</rendition>
<rendition xml:id="normalscheme="css">font-variant: normal</rendition>
<rendition xml:id="acscheme="css">text-align: center</rendition>

att.global.rendition

<head rendition="#ac #sc">
 <lb/>épître dédicatoire <lb/>à <lb/>Monsieur de Coucy <lb/></head>
<rendition xml:id="fr_scscheme="css">font-variant: uppercase</rendition>
<rendition xml:id="fr_acscheme="css">text-align: center</rendition>

3 Elements Available in All TEI Documents


3.3.2.2 Emphatic Words and Phrases

<l>Here Thou, great <name rendition="#italic">Anna</name>!
   whom three Realms obey,</l>
<l>Doth sometimes Counsel take —
   and sometimes <emph rendition="#italic">Tea</emph>.</l>
<!-- in the header ... -->
<rendition xml:id="italicscheme="css">font-style: italic</rendition>

3.3.3 Quotation

Adolphe se tourna vers lui :
<said rendition="#dashBefore">Alors,
   Albert, quoi de neuf ?</said>
<said rendition="#dashBefore">Pas grand-chose.</said>
<said rendition="#dashBefore">Il fait beau,</said>
dit Robert.

<!-- ... within the header -->
<rendition xml:id="dashBefore"
 scope="before">
content: '— '</rendition>
<!-- ... -->
<quotation marks="none"/>

3.3.3 Quotation

<said>Who-e debel
   you?</said> — he at last said —
<said>you no speak-e,
   damme, I kill-e.</said> And so saying,
the lighted tomahawk began flourishing
about me in the dark.

<!-- in the header: -->
<tagsDecl partial="true">
 <rendition xml:id="prequotescheme="css"
  selector="saidscope="before">
content:"‘";</rendition>
 <rendition xml:id="postquotescheme="css"
  selector="saidscope="after">
content:"’";</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="said"/>
 </namespace>
</tagsDecl>