<?xml version="1.0" encoding="UTF-8"?>
<example>
  <name>mifontstyle12</name>
  <author>Robert Miner and Jeff Schaefer, Geometry Technologies</author>
  <description>Tests the special behavior of the fontstyle attribute for
    &lt;mi&gt;.  In particular, the default for a single character
    identifier is &lt;i&gt;slanted&lt;/i&gt; while the default for a multi-character
    identifier is &lt;i&gt;normal&lt;/i&gt;.</description>
  <directory>Presentation/TokenElements/mi</directory>
  <prevPage>../../../Presentation/TokenElements/mi/miequivalents11</prevPage>
  <nextPage>../../../Presentation/TokenElements/mi/mimathvariant13</nextPage>
  <rendering>
    <img src="mifontstyle12.png" creator="webeq"/>
  </rendering>
  <tex></tex>
  <eqn>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mi>h</mi> 
        <mo>+</mo> 
        <mi>hhh</mi> 
        <mo>+</mo> 
        <mi fontstyle='normal'>h</mi> 
        <mo>+</mo> 
        <mi fontstyle='normal'>hhh</mi> 
      </mrow> 
    </math>
  </eqn>
  <src>
    &lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt; 
      &lt;mrow&gt; 
        &lt;mi&gt;h&lt;/mi&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;mi&gt;hhh&lt;/mi&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;mi fontstyle='normal'&gt;h&lt;/mi&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;mi fontstyle='normal'&gt;hhh&lt;/mi&gt; 
      &lt;/mrow&gt; 
    &lt;/math&gt;
  </src>
</example>
