Cut'n'Paste
Underlining

y - axis _

You can underline text in MathML as follows:

To use this code: Copy the code below where you want your underlining, then edit the text shown to suit yourself.

  <mrow>
    <munder accentunder="true">
      <mrow>
        <mi>y</mi>
        <mo>-</mo>
        <mtext>axis</mtext>
      </mrow>
      <mrow>
        <mo stretchy="true">_</mo>
      </mrow>
    </munder>
  </mrow>

Notice that the green text "_" is an underscore character..


Cut'N'Paste Index

Main Index

Updated: 7/23/2019 SMS/MUO