22.1.2.54 limLow

This element specifies the Lower-Limit object, consisting of text on the baseline and reduced-size text immediately below it. Examples of limLow include lim and max. [Example: The XML that represents lim is: π‘›β†’βˆž π‘›β†’βˆž 0≀π‘₯≀1

<m:limLow>
  <m:e>
    <m:r>
      <m:rPr>
        <m:scr m:val="roman"/>
        <m:sty m:val="p"/>
      </m:rPr>
      <m:t>lim</m:t>
    </m:r>
  </m:e>
  <m:lim>
    <m:r>
      <m:t>n&#8594;&#8734;</m:t>
    </m:r>
  </m:lim>
</m:limLow>

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_LimLow) is located in A.6.1. end note]

Last updated on