Question to pMathML

Dear all,

I have a question on how to present an "overline" in the following term:
I have tried "¯" and "‾" but both only result in a single "-"
overline, but I am looking for an overline that automatically stretches
across the whole term. So right now I am simply putting a bunch of these
signs, but would rather have a more proper solution.

I appreciate your suggestions!

Best,
Christine


    <m:math xmlns:m="http://www.w3.org/1998/Math/MathML">
      <m:mrow>
        <m:mover>
          <m:mrow>
            <m:mo>(</m:mo>
            <m:mi>x123</m:mi>
            <m:mo>*</m:mo>
            <m:mi>x172</m:mi>
            <m:mo>)</m:mo>
          </m:mrow>
<m:mo>&oline;&oline;&oline;&oline;&oline;&oline;&oline;&oline;&oline;&oline;&oline;&oline;&oline;</m:mo>
        </m:mover>
      </m:mrow>
    </m:math>

Received on Tuesday, 13 November 2007 19:02:48 UTC