<?xml version="1.0" encoding="utf-8"?>
<article xmlns="http://docbook.org/ns/docbook">
<info>
   <title>TeX Equations</title>
</info>

<para>Note that this requires setting the tex-math \(x^2\) parameter.</para>

<equation>
  <title>Quadratic formula</title>
  <mathphrase role="tex">$$x = \frac {-b \pm \sqrt{b^2 -4ac}} {2a}$$</mathphrase>
</equation>

</article>
