Index

testsuite:presentation:generallayout:msqrt-mroot:msqrt-colors

some

msqrt-colors

Combinations of mathcolor and mathbackground.

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
    <msqrt>
      <mi>a</mi>
    </msqrt>
    <mo>,</mo>
    <msqrt>
      <mi mathcolor="#FF0000">a</mi>
    </msqrt>
    <mo>,</mo>
    <msqrt mathcolor="#FF0000">
      <mi>a</mi>
    </msqrt>
    <mo>,</mo>
    <msqrt mathbackground="#80FF80">
      <mi>a</mi>
    </msqrt>
    <mo>,</mo>
    <msqrt mathbackground="#80FF80">
      <mi mathcolor="#FF0000">a</mi>
    </msqrt>
    <mo>,</mo>
    <msqrt mathcolor="#FF0000" mathbackground="#80FF80">
      <mi>a</mi>
    </msqrt>
    <mo>,</mo>
    <msqrt>
      <mi mathbackground="#80FF80">a</mi>
    </msqrt>
  </mrow>
</math>

Author: Bruce Miller

testsuite/presentation/generallayout/msqrt-mroot/msqrt-colors.txt · Last modified: 2016/09/15 11:29 (external edit)