<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi> x </mi>
    <mo> + </mo>
    <mrow>
      <mi> a </mi>
      <mo> / </mo>
      <mi> b </mi>
    </mrow>
  </mrow>
</math>

MathML using CHotEqnImpl becomes...

\frac{a}{b_5}+\frac{c^{\beta_3}}{\gamma}

LaTeX using PVis becomes...

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi> x </mi>
    <mo> + </mo>
    <mrow>
      <mi> a </mi>
      <mo> / </mo>
      <mi> b </mi>
    </mrow>
  </mrow>
</math>

MathML using PVis becomes...

x+sqrt(y)*alpha+(a/Gamma)

JEP using PVis becomes...