sile 0.15.11

Simon’s Improved Layout Engine
Documentation
<sile>
<use module="packages.retrograde" target="v0.14.17" />
<use module="packages.math"/>

Stretchy parentheses, text, MathML:
<mathml>
  <mrow>
    <mi mathvariant="normal">Γ</mi><mo>(</mo><mfrac><mi>ζ</mi><mn>2</mn></mfrac><mo>)</mo>
    <mo>+</mo> <msup><mi>x</mi><mn>2</mn></msup>
    <mrow>
      <mo>(</mo><mi>x</mi><mo>+</mo><mn>1</mn><mo>)</mo>
    </mrow>
  </mrow>
</mathml>

Stretchy parentheses, display, MathML:
<mathml mode="display">
  <mrow>
    <mi mathvariant="normal">Γ</mi><mo>(</mo><mfrac><mi>ζ</mi><mn>2</mn></mfrac><mo>)</mo>
    <mo>+</mo> <msup><mi>x</mi><mn>2</mn></msup>
    <mrow>
      <mo>(</mo><mi>x</mi><mo>+</mo><mn>1</mn><mo>)</mo>
    </mrow>
  </mrow>
</mathml>

Stretchy parentheses, text, TeX:
<math>
\Gamma(\frac{\zeta}{2}) + x^2{(x+1)}
</math>

Stretchy parentheses, display, TeX:
<math mode="display">
\Gamma(\frac{\zeta}{2}) + x^2{(x+1)}
</math>

</sile>