Revision 5a8201e6a95c222f22a23fda70aadfe80c5a515a authored by James Cummings on 01 December 2011, 20:05:09 UTC, committed by James Cummings on 01 December 2011, 20:05:09 UTC
1 parent f656161
Raw File
tei_math.xml
<TEI xmlns="http://www.tei-c.org/ns/1.0"
     xmlns:math="http://www.w3.org/1998/Math/MathML">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title><!-- supply a title --></title>
      </titleStmt>
      <publicationStmt>
        <p><!-- supply publication information--> </p>
      </publicationStmt>
      <sourceDesc>
        <p><!-- supply information about the source --></p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <!-- the text. possibly a <p> or two? -->
      <p>An example formula:
      <formula notation="MathML">
	<math xmlns="http://www.w3.org/1998/Math/MathML" overflow="scroll">
	  <mi>ΞΎ</mi>
	  <mo>/</mo>
	  <msub>
	    <mi>I</mi>
	    <mrow>
	      <mn>0</mn>
	    </mrow>
	  </msub>
	</math>
      </formula>
      </p>
    </body>
  </text>
</TEI>
back to top