Example: <graphic>

These search results reproduce every example of the use of <graphic> 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 <graphic> 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.

3 Elements Available in All TEI Documents


3.6 Simple Links and Cross-References

Similar forms, often called
<term rend="ldquo rdquo">rewriting systems</term>, have a long history
among mathematicians, but the specific form of <ptr target="#fig22"/>
was first studied extensively by Chomsky <ptr type="bibliogtarget="#chom59"/>.

<!-- ... -->
<figure xml:id="fig22">
 <graphic url="fig22.jpg"/>
</figure>
<!-- elsewhere, in the bibliography -->
<bibl xml:id="chom59">
<!-- citation for the book referenced above -->
</bibl>

3.9 Graphics and Other Non-textual Components

<p>These were the four lines I moved in
   through my first, second, third, and
   fourth volumes. -- In the fifth volume
   I have been very good, -- the precise
   line I have described in it being this:
 <graphic url="zigzag2.png"
  mimeType="image/png"/>

   By which it appears, that except at the
   curve, marked A. where I took a trip
   to Navarre, -- and the indented curve B.
   which is the short airing when I was
   there with the Lady Baussiere and her
   page, -- I have not taken the least frisk
   ...</p>

3.9 Graphics and Other Non-textual Components

<head>
 <graphic url="http://www.iath.virginia.edu/gants/Ornaments/Heads/hp-ral02.gif"/>
</head>

<graphic>

<figure>
 <graphic url="fig1.png"/>
 <head>Figure One: The View from the Bridge</head>
 <figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a
     series of buoys strung out between them.</figDesc>
</figure>

<graphic>

<figure>
 <graphic url="fig1.png"/>
 <head>Figure Une : Jan van Eyck, La Vierge du chancelier Rolin</head>
 <p>Si, attiré par la curiosité, on a l'imprudence de l'approcher d'un peu trop prés, c'est fini, on est pris pour tout le temps que peut durer l'effort d'une attention soutenue ; on s'extasie devant la finesse du détail ... il va toujours plus loin, franchit une à une les croupes des collines verdoyantes ; se repose un moment sur une ligne lointaine de montagnes neigeuses; pour se perdre ensuite dans l'infini d'un ciel à peine bleu, où s'estompent de flottantes nuées. </p>
</figure>

<graphic>

<figure>
 <graphic url="fig1.png"/>
 <head>維納斯</head>
 <figDesc> 波提且利 1484-1486年 畫布、蛋彩 佛羅倫斯,烏菲滋美術館</figDesc>
</figure>

<graphic>

<facsimile>
 <surfaceGrp n="leaf1">
  <surface>
   <graphic url="page1.png"/>
  </surface>
  <surface>
   <graphic url="page2-highRes.png"/>
   <graphic url="page2-lowRes.png"/>
  </surface>
 </surfaceGrp>
</facsimile>

1 The TEI Infrastructure


1.4.2 Datatype Specifications

<figure>
 <head>The TEI Logo</head>
 <figDesc>Stylized yellow angle brackets with the letters <mentioned>TEI</mentioned> in
     between and <mentioned>text encoding initiative</mentioned> underneath, all on a white
     background.</figDesc>
 <graphic height="600pxwidth="600px"
  url="http://www.tei-c.org/logos/TEI-600.jpg"/>

</figure>

1.4.2 Datatype Specifications

<figure>
 <head>Le logo TEI</head>
 <graphic height="600pxwidth="600px"
  url="http://www.tei-c.org/logos/TEI-600.jpg"/>

</figure>

1.4.2 Datatype Specifications

<facsimile>
 <surface ulx="0uly="0lrx="400lry="280">
  <zone points="220,100 300,210 170,250 123,234">
   <graphic url="handwriting.png "/>
  </zone>
 </surface>
</facsimile>

1.6 Deprecated Datatype Macros

<figure>
 <head>The TEI Logo</head>
 <figDesc>Stylized yellow angle brackets with the letters <mentioned>TEI</mentioned> in
     between and <mentioned>text encoding initiative</mentioned> underneath, all on a white
     background.</figDesc>
 <graphic height="600pxwidth="600px"
  url="http://www.tei-c.org/logos/TEI-600.jpg"/>

</figure>

1.6 Deprecated Datatype Macros

<figure>
 <head>Le logo TEI</head>
 <graphic height="600pxwidth="600px"
  url="http://www.tei-c.org/logos/TEI-600.jpg"/>

</figure>

1.6 Deprecated Datatype Macros

<facsimile>
 <surface ulx="0uly="0lrx="400lry="280">
  <zone points="220,100 300,210 170,250 123,234">
   <graphic url="handwriting.png "/>
  </zone>
 </surface>
</facsimile>

4 Default Text Structure


<TEI>

<TEI version="5.0" xmlns="http://www.tei-c.org/ns/1.0">
 <teiHeader>
  <fileDesc>
   <titleStmt>
    <title>A TEI Document containing four page images </title>
   </titleStmt>
   <publicationStmt>
    <p>Unpublished demonstration file.</p>
   </publicationStmt>
   <sourceDesc>
    <p>No source: this is an original work.</p>
   </sourceDesc>
  </fileDesc>
 </teiHeader>
 <facsimile>
  <graphic url="page1.png"/>
  <graphic url="page2.png"/>
  <graphic url="page3.png"/>
  <graphic url="page4.png"/>
 </facsimile>
</TEI>

5 Characters, Glyphs, and Writing Modes


5.3 Annotating Characters

<charDecl>
 <glyph xml:id="r1">
  <glyphName>LATIN SMALL LETTER R WITH ONE FUNNY STROKE</glyphName>
  <charProp>
   <localName>entity</localName>
   <value>r1</value>
  </charProp>
  <figure>
   <graphic url="r1img.png"/>
  </figure>
 </glyph>
 <glyph xml:id="r2">
  <glyphName>LATIN SMALL LETTER R WITH TWO FUNNY STROKES</glyphName>
  <charProp>
   <localName>entity</localName>
   <value>r2</value>
  </charProp>
  <figure>
   <graphic url="r2img.png"/>
  </figure>
 </glyph>
</charDecl>

5.3 Annotating Characters

<p> ... <g ref="#Filig">Fi</g>lthy riches...</p>
<!-- in the charDecl -->
<glyph xml:id="Filig">
 <glyphName>LATIN UPPER F AND LATIN LOWER I LIGATURE</glyphName>
 <figure>
  <graphic url="Filig.png"/>
 </figure>
</glyph>

5.3 Annotating Characters

<p> ... <abbr>
  <g ref="#per">per</g>
 </abbr> ardua</p>
<!-- in the charDecl -->
<glyph xml:id="per">
 <glyphName>LATIN ABBREVIATION PER</glyphName>
 <figure>
  <graphic url="per.png"/>
 </figure>
</glyph>

<glyph>

<glyph xml:id="rstroke">
 <glyphName>LATIN SMALL LETTER R WITH A FUNNY STROKE</glyphName>
 <charProp>
  <localName>entity</localName>
  <value>rstroke</value>
 </charProp>
 <figure>
  <graphic url="glyph-rstroke.png"/>
 </figure>
</glyph>

<glyph>

<glyph xml:id="fr_napos">
 <glyphName>N latin minuscule précédé d'une apostrophe</glyphName>
 <charProp>
  <localName>entity</localName>
  <value>napos</value>
 </charProp>
 <graphic url="glyph-napos.png"/>
</glyph>

11 Representation of Primary Sources


11.1 Digital Facsimiles

<facsimile>
 <graphic url="page1.png"/>
 <graphic url="page2.png"/>
 <graphic url="page3.png"/>
 <graphic url="page4.png"/>
</facsimile>

11.1 Digital Facsimiles

<facsimile>
 <graphic url="page1.png"/>
 <surface>
  <graphic url="page2-highRes.png"/>
  <graphic url="page2-lowRes.png"/>
 </surface>
 <graphic url="page3.png"/>
 <graphic url="page4.png"/>
</facsimile>

11.1 Digital Facsimiles

<facsimile>
 <surfaceGrp n="leaf1">
  <surface>
   <graphic url="page1.png"/>
  </surface>
  <surface>
   <graphic url="page2-highRes.png"/>
   <graphic url="page2-lowRes.png"/>
  </surface>
 </surfaceGrp>
</facsimile>

11.1 Digital Facsimiles

<facsimile>
 <surface ulx="0uly="0lrx="500lry="321">
  <graphic url="http://upload.wikimedia.org/wikipedia/commons/5/50/Handschrift.karlsruhe.blb.jpg"/>
 </surface>
</facsimile>

11.1 Digital Facsimiles

<facsimile>
 <surface ulx="50uly="20lrx="400"
  lry="280">

  <zone ulx="0uly="0lrx="500lry="321">
   <graphic url="http://upload.wikimedia.org/wikipedia/commons/5/50/Handschrift.karlsruhe.blb.jpg"/>
  </zone>
  <zone ulx="50uly="20lrx="210lry="280">
<!-- left hand page -->
  </zone>
  <zone ulx="240uly="25lrx="400"
   lry="280">

<!-- right hand page -->
  </zone>
  <zone ulx="90uly="40lrx="200lry="225">
<!--- written part of left hand page -->
  </zone>
 </surface>
</facsimile>

11.1 Digital Facsimiles

<facsimile>
 <surface ulx="0uly="0lrx="200lry="300">
  <graphic url="Bovelles-49r.png"/>
 </surface>
</facsimile>

11.1 Digital Facsimiles

<facsimile>
 <surface ulx="0uly="0lrx="200lry="300">
  <graphic url="Bovelles-49r.png"/>
  <zone ulx="25uly="25lrx="180lry="60">
<!-- contains the title -->
  </zone>
  <zone ulx="28uly="75lrx="175lry="178"/>
<!-- contains the paragraph in italics -->
  <zone ulx="105uly="76lrx="175"
   lry="160"/>

<!-- contains the figure -->
  <zone ulx="45uly="125lrx="60lry="130"/>
<!-- contains the word "pendans" -->
 </surface>
</facsimile>

11.1 Digital Facsimiles

<facsimile>
 <surface ulx="0uly="0lrx="200lry="300">
  <graphic url="Bovelles-49r.png"/>
  <zone points="4.8,31.0 5.4,30.7 5.5,32.2 5.8,32.8 6.1,33.4 5.5,33.7 5.1,33.3 4.6,32.2"/>
 </surface>
</facsimile>

11.1 Digital Facsimiles

<zone ulx="105uly="76lrx="175lry="160">
 <graphic url="Bovelles49r-detail.png"/>
</zone>

11.2.1 Parallel Transcription

<facsimile>
 <surface ulx="0uly="0lrx="200lry="300">
  <zone xml:id="B49rulx="0uly="0"
   lrx="200lry="300">

   <graphic url="Bovelles-49r.png"/>
  </zone>
  <zone ulx="105uly="76lrx="175"
   lry="160">

   <graphic url="Bovelles49r-detail.png"/>
  </zone>
  <zone xml:id="B49rHeadulx="25uly="25"
   lrx="180lry="60"/>

<!-- contains the title -->
  <zone xml:id="B49rPara2ulx="28uly="75"
   lrx="175lry="178"/>

<!-- contains the first paragraph in italics -->
  <zone xml:id="B49rFig1ulx="105uly="76"
   lrx="175lry="160"/>

<!-- contains the figure -->
  <zone xml:id="B49rW457ulx="45uly="125"
   lrx="60lry="130"/>

<!-- contains the word "pendans" -->
 </surface>
</facsimile>

11.2.1 Parallel Transcription

<pb facs="#B49r"/>
<fw>De Geometrie 49</fw>
<head facs="#B49rHead"> DU SON ET ACCORD DES CLOCHES ET <lb/> des alleures des
   chevaulx, chariotz &amp; charges, des fontaines:&amp; <lb/> encyclie du monde,
   &amp; de la dimension du corps humain.<lb/> Chapitre septiesme</head>
<div n="1">
 <p>Le son &amp; accord des cloches pendans en ung mesme <lb/> axe, est faict en
     contraires parties.</p>
 <p rend="itfacs="#B49rPara2">LEs cloches ont quasi fi<lb/>gures de rondes
     pyra<lb/>mides imperfaictes &amp; <lb/> irregulieres: &amp; leur accord se
  <lb/> fait par reigle geometrique. Com<lb/>me si les deux cloches C &amp; D
  <lb/> sont <w facs="#B49rW457">pendans</w> à ung mesme axe <lb/> ou essieu A B:
     je dis que leur ac<lb/>cord se fera en co<ex>n</ex>traires parties<lb/>
     co<ex>m</ex>me voyez icy figuré. Car qua<ex>n</ex>d <lb/> lune sera en
     hault, laultre declinera embas. Aultrement si elles decli<lb/>nent toutes deux
     ensembles en une mesme partie, elles seront discord, <lb/> &amp; sera leur
     sonnerie mal plaisante à oyr.<figure facs="#B49rFig1">
   <graphic url="Bovelles49r-detail.png"/>
  </figure></p>
</div>

11.2.1 Parallel Transcription

<facsimile>
 <surface start="#PB49R">
  <graphic url="Bovelles-49r.png"/>
 </surface>
</facsimile>
<text>
 <body>
  <div>
<!-- ... -->
   <pb xml:id="PB49R"/>
   <fw>De Geometrie 49</fw>
<!-- ... -->
  </div>
 </body>
</text>

<facsimile>

<facsimile>
 <graphic url="page1.png"/>
 <surface>
  <graphic url="page2-highRes.png"/>
  <graphic url="page2-lowRes.png"/>
 </surface>
 <graphic url="page3.png"/>
 <graphic url="page4.png"/>
</facsimile>

<facsimile>

<facsimile>
 <surface ulx="0uly="0lrx="200lry="300">
  <graphic url="Bovelles-49r.png"/>
 </surface>
</facsimile>

<sourceDoc>

<sourceDoc>
 <surfaceGrp n="leaf1">
  <surface facs="page1.png">
   <zone>All the writing on page 1</zone>
  </surface>
  <surface>
   <graphic url="page2-highRes.png"/>
   <graphic url="page2-lowRes.png"/>
   <zone>
    <line>A line of writing on page 2</line>
    <line>Another line of writing on page 2</line>
   </zone>
  </surface>
 </surfaceGrp>
</sourceDoc>

<surface>

<facsimile>
 <surface ulx="0uly="0lrx="200lry="300">
  <graphic url="Bovelles-49r.png"/>
 </surface>
</facsimile>

<surfaceGrp>

<sourceDoc>
 <surfaceGrp>
  <surface ulx="0uly="0lrx="200"
   lry="300">

   <graphic url="Bovelles-49r.png"/>
  </surface>
  <surface ulx="0uly="0lrx="200"
   lry="300">

   <graphic url="Bovelles-49v.png"/>
  </surface>
 </surfaceGrp>
</sourceDoc>

<zone>

<surface ulx="14.54uly="16.14lrx="0"
 lry="0">

 <graphic url="stone.jpg"/>
 <zone points="4.6,6.3 5.25,5.85 6.2,6.6 8.19222,7.4125 9.89222,6.5875 10.9422,6.1375 11.4422,6.7125 8.21722,8.3125 6.2,7.65"/>
</surface>

<zone>

<facsimile>
 <surface ulx="50uly="20lrx="400"
  lry="280">

  <zone ulx="0uly="0lrx="500lry="321">
   <graphic url="graphic.png "/>
  </zone>
 </surface>
</facsimile>

11.2.2 Embedded Transcription

<sourceDoc>
 <surface ulx="0uly="0lrx="200lry="300">
  <zone ulx="0uly="0lrx="200lry="300">
   <graphic url="Bovelles-49r.png"/>
  </zone>
<!-- ... -->
  <zone ulx="28uly="75lrx="175lry="178">
   <line>LEs cloches ont quasi
         fi</line>
   <line>gures de rondes pyra</line>
   <line>mides imperfaictes &amp;
    </line>
   <line> irregulieres: &amp; leur accord se</line>
   <line> fait par reigle geometrique. Com</line>
   <line>me si les deux cloches C
         &amp; D </line>
   <line> sont <zone ulx="45uly="125lrx="60"
     lry="130">
pendans</zone> à ung mesme axe</line>
   <line> ou essieu A B: je dis que
         leur ac</line>
   <line>cord se fera en cõtraires parties</line>
   <line> cõme
         voyez icy figuré. Car quãd </line>
   <line> lune sera en hault, laultre
         declinera embas. Aultrement si elles declinent toutes deux ensembles en une
         mesme partie, elles seront discord,</line>
   <line> &amp; sera leur sonnerie
         mal plaisante à oyr.</line>
  </zone>
  <zone ulx="105uly="76lrx="175"
   lry="160">

   <graphic url="Bovelles49r-detail.png"/>
  </zone>
 </surface>
</sourceDoc>

11.4 Advanced Uses of <surface> and <zone>

<surface ulx="0uly="0lrx="229lry="160">
 <graphic url="whitman-02.jpg"/>
 <zone xml:id="entered"
  points="142,122 155,113 178,122 208,144 198,154 178,139"/>

</surface>

11.4 Advanced Uses of <surface> and <zone>

<surface xml:id="badgeulx="14.54"
 uly="16.14lrx="0lry="0">

 <graphic url="stone.jpg"/>
 <zone xml:id="county"
  points="4.6,6.3 5.25,5.85 6.2,6.6 8.2,7.4 9.9,6.6 10.9,6.1 11.4,6.7 8.2,8.3 6.2,7.6"/>

</surface>

11.4 Advanced Uses of <surface> and <zone>

<facsimile>
 <surface ulx="50uly="20lrx="400"
  lry="280">

  <zone ulx="0uly="0lrx="500lry="321">
   <graphic url="http://upload.wikimedia.org/wikipedia/commons/5/50/Handschrift.karlsruhe.blb.jpg"/>
  </zone>
 </surface>
</facsimile>

14 Tables, Formulæ, Graphics and Notated Music


14.3 Notated Music in Written Text

<notatedMusic>
 <ptr target="bar1.xml"/>
 <graphic url="bar1.jpg"/>
 <desc>First bar of Chopin's Scherzo No.3 Op.39</desc>
</notatedMusic>

<notatedMusic>

<notatedMusic>
 <ptr target="bar1.xml"/>
 <graphic url="bar1.jpg"/>
 <desc>First bar of Chopin's Scherzo No.3 Op.39</desc>
</notatedMusic>

14.4 Specific Elements for Graphic Images

<figure>
 <graphic url="Fig1.pdf"/>
</figure>

14.4 Specific Elements for Graphic Images

<figure>
 <graphic url="Fig1.pdf"/>
 <head>The View from the Bridge</head>
</figure>

14.4 Specific Elements for Graphic Images

<figure>
 <graphic url="pullman.png"/>
 <head>Above:</head>
 <p>The drawing room of the Pullman house, the white and gold saloon
     where the magnate delighted in giving receptions for several hundred
     people.</p>
 <figDesc>The figure shows an elaborately decorated room, at least
     twenty-five feet side to side and fifty feet long, with ornate
     mouldings and Corinthian columns on the walls, overstuffed armchairs
     and loveseats arranged in several conversational groupings, and two
     large chandeliers.</figDesc>
</figure>

14.4 Specific Elements for Graphic Images

<figure>
 <graphic url="Fig1.jpg"/>
 <head>Figure One: The View from the Bridge</head>
 <figDesc>A Whistleresque view showing four or five sailing boats in
     the foreground, and a series of buoys strung out between
     them.</figDesc>
</figure>

14.4 Specific Elements for Graphic Images

<figure n="6.45">
 <figure n="a">
  <graphic url="./figs/6.45a.png"/>
  <ab type="caption">Parallel</ab>
 </figure>
 <figure n="b">
  <graphic url="./figs/6.45b.png"/>
  <ab type="caption">Perspective</ab>
 </figure>
 <ab type="caption">The two canonical view volumes, for the (a)
     parallel and (b) perspective projections. Note that -z is to the
     right.</ab>
</figure>

14.4 Specific Elements for Graphic Images

<ref target="#IM1">Click
   here <graphic url="fig1th.png"/> for enlightenment </ref>
<figure xml:id="IM1">
 <graphic url="fig1.jpg"/>
</figure>

<figure>

<figure>
 <head>The View from the Bridge</head>
 <figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a
     series of buoys strung out between them.</figDesc>
 <graphic url="http://www.example.org/fig1.png"
  scale="0.5"/>

</figure>

<figure>

<figure>
 <head>La tour rouge, de Giorgio De Chirico</head>
 <figDesc>Le tableau représente un donjon au pied duquel s'étend un espace quasiment vide,
     hormis quelques détails</figDesc>
 <graphic url="http://www.cineclubdecaen.com/cinepho/peint/dechericho/tourrouge.jpg"
  scale="0.5"/>

</figure>

<figure>

<figure>
 <head>圖一: 橋上的視野</head>
 <figDesc>前景有四五隻風帆,中間一堆救生圈串連。</figDesc>
 <graphic url="http://www.example.org/fig1.png"
  scale="0.5"/>

</figure>

<figDesc>

<figure>
 <graphic url="emblem1.png"/>
 <head>Emblemi d'Amore</head>
 <figDesc>A pair of naked winged cupids, each holding a
     flaming torch, in a rural setting.</figDesc>
</figure>

<figDesc>

<figure>
 <graphic url="chap3fig2.png"/>
 <head>Dick Kennedy </head>
 <figDesc>Gravure de E. Riou représentant un jeune homme assis sur une chaise, les
     pieds sur une autre et tenant à la main une canne. En arrière plan, une théière, et
     l'inscription <q>Map of Africa</q> .</figDesc>
</figure>

16 Linking, Segmentation, and Alignment


16.2.1 Pointing Elsewhere

<figure rend="float fullpage">
 <graphic url="Images/compic.png"/>
 <figDesc>The figure shows the page from the <title>Orbis
       pictus</title> of Comenius which is discussed in the text.</figDesc>
</figure>