https://github.com/TEIC/TEI
Raw File
Tip revision: 347c64fac3fa1a64ade0d8d1842813d4b8f7acec authored by Hugh Cayless on 12 May 2017, 16:57:59 UTC
Updates.
Tip revision: 347c64f
examples-emph.html

<!DOCTYPE html
  SYSTEM "about:legacy-compat">
<html xmlns="http://www.w3.org/1999/xhtml"><!--THIS IS A GENERATED FILE. DO NOT EDIT (98) --><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Example: &lt;emph&gt; (emphasized) </title><link href="guidelines.css" rel="stylesheet" type="text/css" /><link href="odd.css" rel="stylesheet" type="text/css" /><meta content="Text Encoding Initiative Consortium XSLT stylesheets" name="generator" /><meta property="Language" content="en" /><meta property="DC.Title" content="Example: emph (emphasized) " /><meta property="DC.Language" content="SCHEME=iso639 en" /><meta property="DC.Creator.Address" content="tei@oucs.ox.ac.uk" /><meta charset="utf-8" /><script type="text/javascript" src="jquery-1.2.6.min.js"></script><script type="text/javascript" src="columnlist.js"></script><script type="text/javascript" src="popupFootnotes.js"></script><script type="text/javascript">
        $(function() {
         $('ul.attrefs-class').columnizeList({cols:3,width:30,unit:'%'});
         $('ul.attrefs-element').columnizeList({cols:3,width:30,unit:'%'});
         $(".displayRelaxButton").click(function() {
           $(this).parent().find('.RNG_XML').toggle();
           $(this).parent().find('.RNG_Compact').toggle();
         });
         $(".tocTree .showhide").click(function() {
          $(this).find(".tocShow,.tocHide").toggle();
          $(this).parent().find("ul.continuedtoc").toggle();
	  });
        })
    </script><script type="text/javascript"><!--
var displayXML=0;
states=new Array()
states[0]="element-a"
states[1]="element-b"
states[2]="element-c"
states[3]="element-d"
states[4]="element-e"
states[5]="element-f"
states[6]="element-g"
states[7]="element-h"
states[8]="element-i"
states[9]="element-j"
states[10]="element-k"
states[11]="element-l"
states[12]="element-m"
states[13]="element-n"
states[14]="element-o"
states[15]="element-p"
states[16]="element-q"
states[17]="element-r"
states[18]="element-s"
states[19]="element-t"
states[20]="element-u"
states[21]="element-v"
states[22]="element-w"
states[23]="element-x"
states[24]="element-y"
states[25]="element-z"

function startUp() {

}

function hideallExcept(elm) {
for (var i = 0; i < states.length; i++) {
 var layer;
 if (layer = document.getElementById(states[i]) ) {
  if (states[i] != elm) {
    layer.style.display = "none";
  }
  else {
   layer.style.display = "block";
      }
  }
 }
 var mod;
 if ( mod = document.getElementById('byMod') ) {
     mod.style.display = "none";
 }
}

function showall() {
 for (var i = 0; i < states.length; i++) {
   var layer;
   if (layer = document.getElementById(states[i]) ) {
      layer.style.display = "block";
      }
  }
}

function showByMod() {
  hideallExcept('');
  var mod;
  if (mod = document.getElementById('byMod') ) {
     mod.style.display = "block";
     }
}

	--></script></head><body id="TOP"><div id="container"><div id="banner"><img src="Images/banner.jpg" alt="Text Encoding Initiative logo and banner" /></div></div><div class="mainhead"><h1>P5: 
    Guidelines for Electronic Text Encoding and Interchange</h1><p>Version 3.1.1a. Last updated on
	10th May 2017, revision bd8dda3</p></div><div class="main-content"><div class="miniTOC miniTOC_right"><ul class="subtoc"><li class="subtoc"></li><li class="subtoc"></li><li class="subtoc"><a class="navigation" href="index.html">Home</a></li><li class="subtoc"><a class="navigation" href="REF-ELEMENTS.html">C Elements</a></li></ul></div><h3>Example<a href="ref-emph.html">: &lt;emph&gt; </a>(emphasized) </h3><p>These search results reproduce every example of the
	      use of &lt;emph&gt; 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 &lt;emph&gt;
	      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.</p><ul><li><b><a href="#CO"><span class="headingNumber">3 </span><span class="head">Elements Available in All TEI Documents</span><em> (defining module)</em></a></b></li></ul><ul><li><a href="#ST"><span class="headingNumber">1 </span><span class="head">The TEI Infrastructure</span></a></li><li><a href="#DS"><span class="headingNumber">4 </span><span class="head">Default Text Structure</span></a></li><li><a href="#TS"><span class="headingNumber">8 </span><span class="head">Transcriptions of Speech</span></a></li><li><a href="#SA"><span class="headingNumber">16 </span><span class="head">Linking, Segmentation, and Alignment</span></a></li><li><a href="#AI"><span class="headingNumber">17 </span><span class="head">Simple Analytic Mechanisms</span></a></li><li><a href="#NH"><span class="headingNumber">20 </span><span class="head">Non-hierarchical Structures</span></a></li><li><a href="#CE"><span class="headingNumber">21 </span><span class="head">Certainty, Precision, and Responsibility</span></a></li></ul><h4 id="CO"><span class="headingNumber">3 </span><span class="head">Elements Available in All TEI Documents</span></h4><hr /><p><a href="CO.html#COHQHE"><span class="headingNumber">3.3.2.2 </span><span class="head">Emphatic Words and Phrases</span></a></p><div id="index-egXML-d39e30692" class="pre egXML_valid"><span class="element">&lt;q&gt;</span>Sex, sir, is <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>purely<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> a question<br />   of appetite!<span class="element">&lt;/q&gt;</span> Tarr exclaimed.</div><hr /><p><a href="CO.html#COHQHE"><span class="headingNumber">3.3.2.2 </span><span class="head">Emphatic Words and Phrases</span></a></p><div id="index-egXML-d39e30704" class="pre egXML_valid"><span class="element">&lt;q&gt;</span>What it all comes to is this,<span class="element">&lt;/q&gt;</span> he said.<br /><br /><span class="element">&lt;q&gt;</span><br /> <span class="element">&lt;<span class="highlightelementname">emph</span> <span class="attribute">rend</span>="<span class="attributevalue">italic</span>"&gt;</span>What does Christopher Robin do in the morning<br />     nowadays?<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span><br /><span class="element">&lt;/q&gt;</span></div><hr /><p><a href="CO.html#COHQHE"><span class="headingNumber">3.3.2.2 </span><span class="head">Emphatic Words and Phrases</span></a></p><div id="index-egXML-d39e30715" class="pre egXML_valid"><span class="element">&lt;q&gt;</span>What it all comes to is this,<span class="element">&lt;/q&gt;</span> he said.<br /><br /><span class="element">&lt;q&gt;</span><br /> <span class="element">&lt;<span class="highlightelementname">emph</span> <span class="attribute">style</span>="<span class="attributevalue">font-style: italic</span>"&gt;</span>What does Christopher Robin do in<br />     the morning nowadays?<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span><br /><span class="element">&lt;/q&gt;</span></div><hr /><p><a href="CO.html#COHQHE"><span class="headingNumber">3.3.2.2 </span><span class="head">Emphatic Words and Phrases</span></a></p><div id="index-egXML-d39e30734" class="pre egXML_valid"><span class="element">&lt;l&gt;</span>Here Thou, great <span class="element">&lt;name <span class="attribute">rendition</span>="<span class="attributevalue">#italic</span>"&gt;</span>Anna<span class="element">&lt;/name&gt;</span>!<br />   whom three Realms obey,<span class="element">&lt;/l&gt;</span><br /><span class="element">&lt;l&gt;</span>Doth sometimes Counsel take —<br />   and sometimes <span class="element">&lt;<span class="highlightelementname">emph</span> <span class="attribute">rendition</span>="<span class="attributevalue">#italic</span>"&gt;</span>Tea<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span>.<span class="element">&lt;/l&gt;</span><br /><span class="comment">&lt;!-- in the header ... --&gt;</span><br /><span class="element">&lt;rendition <span class="attribute">xml:id</span>="<span class="attributevalue">italic</span>" <span class="attribute">scheme</span>="<span class="attributevalue">css</span>"&gt;</span>font-style: italic<span class="element">&lt;/rendition&gt;</span></div><hr /><p><a href="../../en/html/ref-emph.html">&lt;emph&gt;</a></p><div id="index-egXML-d39e30856" class="pre egXML_valid">You took the car and did <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>what<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span>?!!</div><hr /><p><a href="../../fr/html/ref-emph.html">&lt;emph&gt;</a></p><div id="index-egXML-d39e30862" class="pre egXML_valid"><span class="element">&lt;div&gt;</span><br /> <span class="element">&lt;p&gt;</span>«Mes amis, dit-il, mes amis, je... je... »<span class="element">&lt;/p&gt;</span><br /> <span class="element">&lt;p&gt;</span>Mais quelque chose l'étouffait. Il ne pouvait pas achever sa phrase.<span class="element">&lt;/p&gt;</span><br /> <span class="element">&lt;p&gt;</span> Alors il se tourna vers le tableau, prit un morceau de craie, et, en appuyant de<br />     toutes ses forces, il écrivit aussi gros qu'il put : <span class="element">&lt;/p&gt;</span><br /> <span class="element">&lt;p&gt;</span><br />  <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>«vive la France !"»<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span><br /> <span class="element">&lt;/p&gt;</span><br /> <span class="element">&lt;p&gt;</span> Puis il resta là, la tête appuyée au mur, et, sans parler, avec sa main il nous<br />     faisait signe:<span class="element">&lt;/p&gt;</span><br /> <span class="element">&lt;p&gt;</span>«C'est fini...allez-vous-en.»<span class="element">&lt;/p&gt;</span><br /><span class="element">&lt;/div&gt;</span></div><hr /><p><a href="../../fr/html/ref-emph.html">&lt;emph&gt;</a></p><div id="index-egXML-d39e30878" class="pre egXML_valid"><span class="element">&lt;p&gt;</span> Tu sais quoi ? On l'aurait proposé pour<span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>la médaille<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> ! <span class="element">&lt;/p&gt;</span></div><hr /><p><a href="../../zh-TW/html/ref-emph.html">&lt;emph&gt;</a></p><div id="index-egXML-d39e30885" class="pre egXML_valid">昨天晚上你去了<span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>哪裡<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span>?!!</div><hr /><p><a href="../../zh-TW/html/ref-emph.html">&lt;emph&gt;</a></p><div id="index-egXML-d39e30891" class="pre egXML_valid"> 寶玉含羞央告道:<span class="element">&lt;q&gt;</span>好姐姐,千萬別告訴人。<span class="element">&lt;/q&gt;</span>襲人亦含羞笑問道: <br /><span class="element">&lt;q&gt;</span>你夢見什麼故事了?<span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>是那里流出來的那些髒東西?<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span><span class="element">&lt;/q&gt;</span></div><hr /><p><a href="../../en/html/ref-emph.html">&lt;emph&gt;</a></p><div id="index-egXML-d39e30901" class="pre egXML_valid"><span class="element">&lt;q&gt;</span>What it all comes to is this,<span class="element">&lt;/q&gt;</span> he said. <br /><span class="element">&lt;q&gt;</span><br /> <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>What<br />     does Christopher Robin do in the morning nowadays?<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span><br /><span class="element">&lt;/q&gt;</span></div><hr /><p><a href="CO.html#COHQHEG"><span class="headingNumber">3.3.5 </span><span class="head">Some Further Examples</span></a></p><div id="index-egXML-d39e33069" class="pre egXML_valid">A pretty common case, I believe; in all <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>vehement<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span><br /> debatings. She says I am <span class="element">&lt;q <span class="attribute">rend</span>="<span class="attributevalue">italic</span>"&gt;</span>too witty<span class="element">&lt;/q&gt;</span>;<br /><span class="element">&lt;foreign <span class="attribute">xml:lang</span>="<span class="attributevalue">la</span>" <span class="attribute">rend</span>="<span class="attributevalue">roman</span>"&gt;</span>Anglicé<span class="element">&lt;/foreign&gt;</span>,<br /><span class="element">&lt;gloss <span class="attribute">rend</span>="<span class="attributevalue">italic</span>"&gt;</span>too pert<span class="element">&lt;/gloss&gt;</span>; I, that she is<br /><span class="element">&lt;q <span class="attribute">rend</span>="<span class="attributevalue">italic</span>"&gt;</span> too wise<span class="element">&lt;/q&gt;</span>; that is to say, being likewise<br /> put into English, <span class="element">&lt;gloss <span class="attribute">rend</span>="<span class="attributevalue">italic</span>"&gt;</span>not so young as she has<br />   been<span class="element">&lt;/gloss&gt;</span>: in short, she is grown so much into a<br /><span class="element">&lt;hi <span class="attribute">rend</span>="<span class="attributevalue">italic</span>"&gt;</span>mother<span class="element">&lt;/hi&gt;</span>, that she had forgotten she ever<br /> was a <span class="element">&lt;hi <span class="attribute">rend</span>="<span class="attributevalue">italic</span>"&gt;</span>daughter<span class="element">&lt;/hi&gt;</span>.</div><h4 id="ST"><span class="headingNumber">1 </span><span class="head">The TEI Infrastructure</span></h4><hr /><p><a href="ST.html#STGAre"><span class="headingNumber">1.3.1.1.3 </span><span class="head">Rendition Indicators</span></a></p><div id="index-egXML-d39e4117" class="pre egXML_valid"><span class="element">&lt;p&gt;</span> ... Their motives <span class="element">&lt;<span class="highlightelementname">emph</span> <span class="attribute">rend</span>="<span class="attributevalue">italics</span>"&gt;</span>might<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> be pure<br />   and pious; but he was equally alarmed by his knowledge of the ambitious <span class="element">&lt;name <span class="attribute">rend</span>="<span class="attributevalue">italics</span>"&gt;</span>Bohemond<span class="element">&lt;/name&gt;</span>, and his ignorance of the Transalpine chiefs:<br />   ...<span class="element">&lt;/p&gt;</span></div><hr /><p><a href="ST.html#STGAre"><span class="headingNumber">1.3.1.1.3 </span><span class="head">Rendition Indicators</span></a></p><div id="index-egXML-d39e4131" class="pre egXML_valid"><span class="element">&lt;p&gt;</span> ... Their motives <span class="element">&lt;<span class="highlightelementname">emph</span> <span class="attribute">style</span>="<span class="attributevalue">font-style: italic</span>"&gt;</span>might<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> be pure and pious; but he was equally alarmed by his knowledge of<br />   the ambitious <span class="element">&lt;name <span class="attribute">style</span>="<span class="attributevalue">font-style: italic</span>"&gt;</span>Bohemond<span class="element">&lt;/name&gt;</span>, and his ignorance of<br />   the Transalpine chiefs: ...<span class="element">&lt;/p&gt;</span></div><h4 id="DS"><span class="headingNumber">4 </span><span class="head">Default Text Structure</span></h4><hr /><p><a href="DS.html#DSGRP"><span class="headingNumber">4.3.1 </span><span class="head">Grouped Texts</span></a></p><div id="index-egXML-d39e54237" class="pre egXML_valid"><span class="element">&lt;text&gt;</span><br /> <span class="element">&lt;front&gt;</span><br />  <span class="element">&lt;docTitle&gt;</span><br />   <span class="element">&lt;titlePart&gt;</span> The Adventures of Sherlock Holmes<br />    <span class="element">&lt;/titlePart&gt;</span><br />  <span class="element">&lt;/docTitle&gt;</span><br />  <span class="element">&lt;docImprint&gt;</span>First published in <span class="element">&lt;title&gt;</span>The Strand<span class="element">&lt;/title&gt;</span><br />       between July 1891 and December 1892<span class="element">&lt;/docImprint&gt;</span><br /><span class="comment">&lt;!-- any other front matter specific to this collection --&gt;</span><br /> <span class="element">&lt;/front&gt;</span><br /> <span class="element">&lt;group&gt;</span><br />  <span class="element">&lt;text&gt;</span><br />   <span class="element">&lt;front&gt;</span><br />    <span class="element">&lt;head <span class="attribute">rend</span>="<span class="attributevalue">italic</span>"&gt;</span>Adventures of Sherlock<br />           Holmes<span class="element">&lt;/head&gt;</span><br />    <span class="element">&lt;docTitle&gt;</span><br />     <span class="element">&lt;titlePart&gt;</span>Adventure I. —<span class="element">&lt;/titlePart&gt;</span><br />     <span class="element">&lt;titlePart&gt;</span>A Scandal in Bohemia<span class="element">&lt;/titlePart&gt;</span><br />    <span class="element">&lt;/docTitle&gt;</span><br />    <span class="element">&lt;byline&gt;</span>By A. Conan Doyle.<span class="element">&lt;/byline&gt;</span><br />   <span class="element">&lt;/front&gt;</span><br />   <span class="element">&lt;body&gt;</span><br />    <span class="element">&lt;p&gt;</span>To Sherlock Holmes she is always<br />     <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>the<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> woman. ... <span class="element">&lt;/p&gt;</span><br /><span class="comment">&lt;!-- remainder of A Scandal in Bohemia here --&gt;</span><br />   <span class="element">&lt;/body&gt;</span><br />  <span class="element">&lt;/text&gt;</span><br />  <span class="element">&lt;text&gt;</span><br />   <span class="element">&lt;front&gt;</span><br />    <span class="element">&lt;head <span class="attribute">rend</span>="<span class="attributevalue">italic</span>"&gt;</span>Adventures of Sherlock Holmes<span class="element">&lt;/head&gt;</span><br />    <span class="element">&lt;docTitle&gt;</span><br />     <span class="element">&lt;titlePart&gt;</span>Adventure II. —<span class="element">&lt;/titlePart&gt;</span><br />     <span class="element">&lt;titlePart&gt;</span>The Red-Headed League<span class="element">&lt;/titlePart&gt;</span><br />    <span class="element">&lt;/docTitle&gt;</span><br />    <span class="element">&lt;byline&gt;</span>By A. Conan Doyle.<span class="element">&lt;/byline&gt;</span><br />   <span class="element">&lt;/front&gt;</span><br />   <span class="element">&lt;body&gt;</span><br />    <span class="element">&lt;p&gt;</span>I had called upon my friend, Mr. Sherlock Holmes, one day<br />           in the autumn of last year and found him in deep conversation<br />           with a very stout, florid-faced, elderly gentleman with fiery red hair …<br />     <span class="element">&lt;/p&gt;</span><br /><span class="comment">&lt;!-- remainder of The Red Headed League here --&gt;</span><br />   <span class="element">&lt;/body&gt;</span><br />  <span class="element">&lt;/text&gt;</span><br />  <span class="element">&lt;text&gt;</span><br />   <span class="element">&lt;front&gt;</span><br />    <span class="element">&lt;head <span class="attribute">rend</span>="<span class="attributevalue">italic</span>"&gt;</span>Adventures of Sherlock Holmes<span class="element">&lt;/head&gt;</span><br />    <span class="element">&lt;docTitle&gt;</span><br />     <span class="element">&lt;titlePart&gt;</span>Adventure XII. —<span class="element">&lt;/titlePart&gt;</span><br />     <span class="element">&lt;titlePart&gt;</span>The Adventure of the Copper Beeches<span class="element">&lt;/titlePart&gt;</span><br />    <span class="element">&lt;/docTitle&gt;</span><br />    <span class="element">&lt;byline&gt;</span>By A. Conan Doyle.<span class="element">&lt;/byline&gt;</span><br />   <span class="element">&lt;/front&gt;</span><br />   <span class="element">&lt;body&gt;</span><br />    <span class="element">&lt;p&gt;</span><br />     <span class="element">&lt;q&gt;</span>To the man who loves art for its<br />             own sake,<span class="element">&lt;/q&gt;</span> remarked Sherlock Holmes ...<br />           <br />     <br /><span class="comment">&lt;!-- remainder of The Copper Beeches here --&gt;</span><br />           <br />           ... she is now the head of a private school<br />           at Walsall, where I believe that she has<br />           met with considerable success.<span class="element">&lt;/p&gt;</span><br />   <span class="element">&lt;/body&gt;</span><br />  <span class="element">&lt;/text&gt;</span><br /><span class="comment">&lt;!-- end of The Copper Beeches --&gt;</span><br /> <span class="element">&lt;/group&gt;</span><br /><span class="element">&lt;/text&gt;</span><br /><span class="comment">&lt;!-- end of the Adventures of Sherlock Holmes --&gt;</span></div><h4 id="TS"><span class="headingNumber">8 </span><span class="head">Transcriptions of Speech</span></h4><hr /><p><a href="TS.html#TSBA"><span class="headingNumber">8.3 </span><span class="head">Elements Unique to Spoken Texts</span></a></p><div id="index-egXML-d39e68837" class="pre egXML_valid"><span class="element">&lt;u <span class="attribute">who</span>="<span class="attributevalue">#mar</span>"&gt;</span>you<br />   never <span class="element">&lt;pause/&gt;</span> take this cat for show and tell<br /> <span class="element">&lt;pause/&gt;</span> meow meow<span class="element">&lt;/u&gt;</span><br /><span class="element">&lt;u <span class="attribute">who</span>="<span class="attributevalue">#ros</span>"&gt;</span>yeah well I dont want to<span class="element">&lt;/u&gt;</span><br /><span class="element">&lt;incident&gt;</span><br /> <span class="element">&lt;desc&gt;</span>toy cat has bell in tail which continues to make a tinkling sound<span class="element">&lt;/desc&gt;</span><br /><span class="element">&lt;/incident&gt;</span><br /><span class="element">&lt;vocal <span class="attribute">who</span>="<span class="attributevalue">#mar</span>"&gt;</span><br /> <span class="element">&lt;desc&gt;</span>meows<span class="element">&lt;/desc&gt;</span><br /><span class="element">&lt;/vocal&gt;</span><br /><span class="element">&lt;u <span class="attribute">who</span>="<span class="attributevalue">#ros</span>"&gt;</span>because it is so old<span class="element">&lt;/u&gt;</span><br /><span class="element">&lt;u <span class="attribute">who</span>="<span class="attributevalue">#mar</span>"&gt;</span>how <span class="element">&lt;choice&gt;</span><br />  <span class="element">&lt;orig&gt;</span>bout<span class="element">&lt;/orig&gt;</span><br />  <span class="element">&lt;reg&gt;</span>about<span class="element">&lt;/reg&gt;</span><br /> <span class="element">&lt;/choice&gt;</span><br /> <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>your<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> cat <span class="element">&lt;pause/&gt;</span>yours is <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>new<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span><br /> <span class="element">&lt;kinesic&gt;</span><br />  <span class="element">&lt;desc&gt;</span>shows Father the cat<span class="element">&lt;/desc&gt;</span><br /> <span class="element">&lt;/kinesic&gt;</span><span class="element">&lt;/u&gt;</span><br /><span class="element">&lt;u <span class="attribute">trans</span>="<span class="attributevalue">pause</span>" <span class="attribute">who</span>="<span class="attributevalue">#fat</span>"&gt;</span>thats <span class="element">&lt;pause/&gt;</span> darling<span class="element">&lt;/u&gt;</span><br /><span class="element">&lt;u <span class="attribute">who</span>="<span class="attributevalue">#mar</span>"&gt;</span><br /> <span class="element">&lt;seg&gt;</span>no <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>mine<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> isnt old<span class="element">&lt;/seg&gt;</span><br /> <span class="element">&lt;seg&gt;</span>mine is just um a little dirty<span class="element">&lt;/seg&gt;</span><br /><span class="element">&lt;/u&gt;</span><br /><span class="comment">&lt;!-- ... --&gt;</span><br /><span class="element">&lt;listPerson&gt;</span><br /> <span class="element">&lt;person <span class="attribute">xml:id</span>="<span class="attributevalue">mar</span>"&gt;</span><br /><span class="comment">&lt;!-- ... --&gt;</span><br /> <span class="element">&lt;/person&gt;</span><br /> <span class="element">&lt;person <span class="attribute">xml:id</span>="<span class="attributevalue">ros</span>"&gt;</span><br /><span class="comment">&lt;!-- ... --&gt;</span><br /> <span class="element">&lt;/person&gt;</span><br /> <span class="element">&lt;person <span class="attribute">xml:id</span>="<span class="attributevalue">fat</span>"&gt;</span><br /><span class="comment">&lt;!-- ... --&gt;</span><br /> <span class="element">&lt;/person&gt;</span><br /><span class="element">&lt;/listPerson&gt;</span></div><hr /><p><a href="TS.html#TSTPSM"><span class="headingNumber">8.4.5 </span><span class="head">Speech Management</span></a></p><div id="index-egXML-d39e71243" class="pre egXML_valid"><span class="element">&lt;u <span class="attribute">who</span>="<span class="attributevalue">#P1</span>"&gt;</span>I proposed that <span class="element">&lt;foreign <span class="attribute">xml:lang</span>="<span class="attributevalue">de</span>"&gt;</span> wir können<br />  <span class="element">&lt;pause <span class="attribute">dur</span>="<span class="attributevalue">PT1S</span>"/&gt;</span> vielleicht <span class="element">&lt;/foreign&gt;</span> go to warsaw<br />   and <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>vienna<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span><span class="element">&lt;/u&gt;</span></div><h4 id="SA"><span class="headingNumber">16 </span><span class="head">Linking, Segmentation, and Alignment</span></h4><hr /><p><a href="SA.html#SAAG"><span class="headingNumber">16.7 </span><span class="head">Aggregation</span></a></p><div id="index-egXML-d39e122517" class="pre egXML_valid"><span class="element">&lt;q&gt;</span><br /> <span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">qs2</span>"&gt;</span>Monsieur Paul, after he has taken equal<br />     parts of goose breast and the finest pork, and<br />     broken a certain number of egg yolks into them,<br />     and ground them <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>very<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span>, very fine,<br />     cooks all with seasoning for some three hours.<span class="element">&lt;/s&gt;</span><br /> <span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">qs3</span>"&gt;</span><br />  <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>But<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span>,<span class="element">&lt;/s&gt;</span><br /><span class="element">&lt;/q&gt;</span><br /><span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">ps2</span>"&gt;</span>she pushed her face nearer, and looked with<br />   ferocious gloating at the pâté<br />   inside me, her eyes like X rays,<span class="element">&lt;/s&gt;</span><br /><span class="element">&lt;q&gt;</span><br /> <span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">qs4</span>"&gt;</span>he never stops stirring it!<span class="element">&lt;/s&gt;</span><br /> <span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">qs5</span>"&gt;</span>Figure to yourself the work of it —<span class="element">&lt;/s&gt;</span><br /> <span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">qs6</span>"&gt;</span>stir, stir, never stopping!<span class="element">&lt;/s&gt;</span><br /><span class="element">&lt;/q&gt;</span></div><hr /><p><a href="SA.html#SASOso"><span class="headingNumber">16.9.3 </span><span class="head">Stand-off Markup in TEI</span></a></p><div id="index-egXML-d39e124711" class="pre egXML_valid"><span class="element">&lt;body&gt;</span><br /> <span class="element">&lt;p <span class="attribute">xml:id</span>="<span class="attributevalue">par1</span>"&gt;</span>home, <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>home<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> on Brokeback Mountain.<span class="element">&lt;/p&gt;</span><br /> <span class="element">&lt;p <span class="attribute">xml:id</span>="<span class="attributevalue">par2</span>"&gt;</span>That was the <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>song<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> that I sang<span class="element">&lt;/p&gt;</span><br /><span class="element">&lt;/body&gt;</span></div><h4 id="AI"><span class="headingNumber">17 </span><span class="head">Simple Analytic Mechanisms</span></h4><hr /><p><a href="AI.html#AISP"><span class="headingNumber">17.3 </span><span class="head">Spans and Interpretations</span></a></p><div id="index-egXML-d39e127123" class="pre egXML_valid"><span class="element">&lt;p <span class="attribute">xml:id</span>="<span class="attributevalue">MaQp1s2p114</span>"&gt;</span><br /> <span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">MaQp1s2p114s1</span>"&gt;</span>There was certainly a definite point at which the<br />     thing began.<span class="element">&lt;/s&gt;</span><br /> <span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">MaQp1s2p114s2</span>"&gt;</span>It was not; then it was suddenly inescapable,<br />     and nothing could have frightened it away.<span class="element">&lt;/s&gt;</span><br /> <span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">MaQp1s2p114s3</span>"&gt;</span>There was a slow integration, during which she,<br />     and the little animals, and the moving grasses, and the sun-warmed<br />     trees, and the slopes of shivering silvery mealies, and the great<br />     dome of blue light overhead, and the stones of earth under her feet,<br />     became one, shuddering together in a dissolution of dancing<br />     atoms.<span class="element">&lt;/s&gt;</span><br /> <span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">MaQp1s2p114s4</span>"&gt;</span>She felt the rivers under the ground forcing<br />     themselves painfully along her veins, swelling them out in an<br />     unbearable pressure; her flesh was the earth, and suffered growth<br />     like a ferment; and her eyes stared, fixed like the eye of the<br />     sun.<span class="element">&lt;/s&gt;</span><br /> <span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">MaQp1s2p114s5</span>"&gt;</span>Not for one second longer (if the terms for time<br />     apply) could she have borne it; but then, with a sudden movement<br />     forwards and out, the whole process stopped; and <span class="element">&lt;<span class="highlightelementname">emph</span> <span class="attribute">rend</span>="<span class="attributevalue">italic</span>"&gt;</span>that<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> was <span class="element">&lt;soCalled <span class="attribute">rend</span>="<span class="attributevalue">dquo</span>"&gt;</span>the<br />       moment<span class="element">&lt;/soCalled&gt;</span> which it was impossible to remember<br />     afterwards.<span class="element">&lt;/s&gt;</span><br /> <span class="element">&lt;span <span class="attribute">from</span>="<span class="attributevalue">#MaQp1s2p114s3</span>"<br />  <span class="attribute">to</span>="<span class="attributevalue">#MaQp1s2p114s5</span>"&gt;</span>the moment<span class="element">&lt;/span&gt;</span><br /> <span class="element">&lt;s <span class="attribute">xml:id</span>="<span class="attributevalue">MaQp1s2p114s6</span>"&gt;</span>For during that space of time (which was<br />     timeless) she understood quite finally her smallness, the<br />     unimportance of humanity.<span class="element">&lt;/s&gt;</span><br /><span class="element">&lt;/p&gt;</span></div><h4 id="NH"><span class="headingNumber">20 </span><span class="head">Non-hierarchical Structures</span></h4><hr /><p><a href="NH.html#NHME"><span class="headingNumber">20.1 </span><span class="head">Multiple Encodings of the Same Information</span></a></p><div id="index-egXML-d39e137474" class="pre egXML_valid"><span class="element">&lt;lg&gt;</span><br /> <span class="element">&lt;l&gt;</span>Catholic woman of twenty-seven with five children<span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span>And a first-rate body—pointed her finger<span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span>at the back of one certain man and asked me,<span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span>"Is that guy a psychiatrist?" and by god he was! "Yes,"<span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span>She said, "He <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>looks<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> like a psychiatrist."<span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span>Grown quiet, I looked at his pink back, and thought.<span class="element">&lt;/l&gt;</span><br /><span class="element">&lt;/lg&gt;</span></div><hr /><p><a href="NH.html#NHME"><span class="headingNumber">20.1 </span><span class="head">Multiple Encodings of the Same Information</span></a></p><div id="index-egXML-d39e137492" class="pre egXML_valid"><span class="element">&lt;p&gt;</span><br /> <span class="element">&lt;seg&gt;</span>Catholic woman of twenty-seven with five children And a<br />     first-rate body—pointed her finger at the back of one certain man and<br />     asked me, "Is that guy a psychiatrist?" and by god he was!<span class="element">&lt;/seg&gt;</span><br /><span class="element">&lt;/p&gt;</span><br /><span class="element">&lt;p&gt;</span><br /> <span class="element">&lt;seg&gt;</span>"Yes," She said, "He <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>looks<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> like a<br />     psychiatrist."<span class="element">&lt;/seg&gt;</span><br /><span class="element">&lt;/p&gt;</span><br /><span class="element">&lt;p&gt;</span><br /> <span class="element">&lt;seg&gt;</span>Grown quiet, I looked at his pink back, and thought.<span class="element">&lt;/seg&gt;</span><br /><span class="element">&lt;/p&gt;</span></div><hr /><p><a href="NH.html#NHME"><span class="headingNumber">20.1 </span><span class="head">Multiple Encodings of the Same Information</span></a></p><div id="index-egXML-d39e137506" class="pre egXML_valid"><span class="element">&lt;ab&gt;</span>Catholic woman of twenty-seven with five children And a first-rate<br />   body—pointed her finger at the back of one certain man and asked me,<br /> <span class="element">&lt;said&gt;</span>Is that guy a psychiatrist?<span class="element">&lt;/said&gt;</span> and by god he was!<br /> <span class="element">&lt;said&gt;</span>Yes,<span class="element">&lt;/said&gt;</span> She said, <span class="element">&lt;said&gt;</span>He <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>looks<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> like a<br />     psychiatrist.<span class="element">&lt;/said&gt;</span> Grown quiet, I looked at his pink back, and<br />   thought.<span class="element">&lt;/ab&gt;</span></div><hr /><p><a href="NH.html#NHVE"><span class="headingNumber">20.3 </span><span class="head">Fragmentation and Reconstitution of Virtual Elements</span></a></p><div id="index-egXML-d39e137853" class="pre egXML_valid"><span class="element">&lt;lg&gt;</span><br /> <span class="element">&lt;l&gt;</span>Catholic woman of twenty-seven with five children<span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span>And a first-rate body—pointed her finger<span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span>at the back of one certain man and asked me,<span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span><br />  <span class="element">&lt;said <span class="attribute">n</span>="<span class="attributevalue">quotation1</span>"&gt;</span>Is that guy a psychiatrist?<span class="element">&lt;/said&gt;</span> and by god he was!<br />  <span class="element">&lt;said <span class="attribute">n</span>="<span class="attributevalue">quotation2</span>"&gt;</span>Yes,<span class="element">&lt;/said&gt;</span><span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span>She said, <span class="element">&lt;said <span class="attribute">n</span>="<span class="attributevalue">quotation2</span>"&gt;</span>He <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>looks<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> like a<br />       psychiatrist.<span class="element">&lt;/said&gt;</span><span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span>Grown quiet, I looked at his pink back, and thought.<span class="element">&lt;/l&gt;</span><br /><span class="element">&lt;/lg&gt;</span></div><hr /><p><a href="NH.html#NHVE"><span class="headingNumber">20.3 </span><span class="head">Fragmentation and Reconstitution of Virtual Elements</span></a></p><div id="index-egXML-d39e138018" class="pre egXML_valid"><span class="element">&lt;lg&gt;</span><br /> <span class="element">&lt;l&gt;</span><br />  <span class="element">&lt;seg <span class="attribute">part</span>="<span class="attributevalue">I</span>"&gt;</span>Catholic woman of twenty-seven with five children<span class="element">&lt;/seg&gt;</span><br /> <span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span><br />  <span class="element">&lt;seg <span class="attribute">part</span>="<span class="attributevalue">M</span>"&gt;</span>And a first-rate body—pointed her finger<span class="element">&lt;/seg&gt;</span><br /> <span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span><br />  <span class="element">&lt;seg <span class="attribute">part</span>="<span class="attributevalue">M</span>"&gt;</span>at the back of one certain man and asked me,<span class="element">&lt;/seg&gt;</span><br /> <span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span><br />  <span class="element">&lt;seg <span class="attribute">part</span>="<span class="attributevalue">F</span>"&gt;</span>"<span class="element">&lt;seg&gt;</span>Is that guy a psychiatrist?<span class="element">&lt;/seg&gt;</span>" and by god he was!<span class="element">&lt;/seg&gt;</span><br />  <span class="element">&lt;seg <span class="attribute">part</span>="<span class="attributevalue">I</span>"&gt;</span>"<span class="element">&lt;seg <span class="attribute">part</span>="<span class="attributevalue">I</span>"&gt;</span>Yes,<span class="element">&lt;/seg&gt;</span>"<span class="element">&lt;/seg&gt;</span><br /> <span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span><br />  <span class="element">&lt;seg <span class="attribute">part</span>="<span class="attributevalue">F</span>"&gt;</span>She said, "<span class="element">&lt;seg <span class="attribute">part</span>="<span class="attributevalue">F</span>"&gt;</span>He <span class="element">&lt;<span class="highlightelementname">emph</span>&gt;</span>looks<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span> like a psychiatrist.<span class="element">&lt;/seg&gt;</span>"<span class="element">&lt;/seg&gt;</span><br /> <span class="element">&lt;/l&gt;</span><br /> <span class="element">&lt;l&gt;</span><br />  <span class="element">&lt;seg&gt;</span>Grown quiet, I looked at his pink back, and thought.<span class="element">&lt;/seg&gt;</span><br /> <span class="element">&lt;/l&gt;</span><br /><span class="element">&lt;/lg&gt;</span></div><h4 id="CE"><span class="headingNumber">21 </span><span class="head">Certainty, Precision, and Responsibility</span></h4><hr /><p><a href="CE.html#CECECE"><span class="headingNumber">21.1.2 </span><span class="head">Structured Indications of Uncertainty</span></a></p><div id="index-egXML-d39e138880" class="pre egXML_valid">I have a <span class="element">&lt;<span class="highlightelementname">emph</span> <span class="attribute">xml:id</span>="<span class="attributevalue">CE-p3</span>"&gt;</span>bun<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span>.<br /><br /><span class="element">&lt;certainty <span class="attribute">target</span>="<span class="attributevalue">#CE-p3</span>" <span class="attribute">locus</span>="<span class="attributevalue">value</span>"<br /> <span class="attribute">degree</span>="<span class="attributevalue">0.5</span>"/&gt;</span></div><hr /><p><a href="CE.html#CECECE"><span class="headingNumber">21.1.2 </span><span class="head">Structured Indications of Uncertainty</span></a></p><div id="index-egXML-d39e138906" class="pre egXML_valid">I have a <span class="element">&lt;<span class="highlightelementname">emph</span> <span class="attribute">xml:id</span>="<span class="attributevalue">CE-P3</span>"&gt;</span>bun<span class="element">&lt;/<span class="highlightelementname">emph</span>&gt;</span>.<br /><br /><span class="element">&lt;certainty <span class="attribute">target</span>="<span class="attributevalue">#CE-P3</span>" <span class="attribute">locus</span>="<span class="attributevalue">value</span>"<br /> <span class="attribute">assertedValue</span>="<span class="attributevalue">gun</span>" <span class="attribute">degree</span>="<span class="attributevalue">0.8</span>"&gt;</span><br /> <span class="element">&lt;desc&gt;</span>a gun makes more sense in a holdup<span class="element">&lt;/desc&gt;</span><br /><span class="element">&lt;/certainty&gt;</span></div></div><div class="stdfooter autogenerated"><p>
    [<a href="../../en/html/examples-emph.html">English</a>]
    [<a href="../../de/html/examples-emph.html">Deutsch</a>]
    [<a href="../../es/html/examples-emph.html">Español</a>]
    [<a href="../../it/html/examples-emph.html">Italiano</a>]
    [<a href="../../fr/html/examples-emph.html">Français</a>]
    [<a href="../../ja/html/examples-emph.html">日本語</a>]
    [<a href="../../ko/html/examples-emph.html">한국어</a>]
    [<a href="../../zh-TW/html/examples-emph.html">中文</a>]
    </p><hr /><div class="footer"><a class="plain" href="http://www.tei-c.org/About/">TEI Consortium</a> | <a class="plain" href="http://www.tei-c.org/About/contact.xml">Feedback</a></div><hr /><address><br />TEI Guidelines <a class="link_ref" href="AB.html#ABTEI4">Version</a> <a class="link_ref" href="../../readme-3.1.1.html">3.1.1a</a>. Last updated on <span class="date">10th May 2017</span>, revision <a class="link_ref" href="https://github.com/TEIC/TEI/commit/bd8dda3">bd8dda3</a>. This page generated on 2017-05-12T12:30:09Z.</address></div></body></html>
back to top