Index

testsuite:presentation:scriptsandlimits:mmultiscripts:mmultiscripts_colors

mmultiscripts_colors

Combinations of mathcolor and mathbackground.

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

Author: Bruce Miller

testsuite/presentation/scriptsandlimits/mmultiscripts/mmultiscripts_colors.txt · Last modified: 2015/12/22 12:19 (external edit)