prev | ( testsuite > Presentation > ScriptsAndLimits > mmultiscripts > mmultiscripts_colors ) | next | (show test run result) |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Presentation/ScriptsAndLimits/mmultiscripts/mmultiscripts_colors |
CVS-ID: | |
Author: | Bruce Miller |
Description: | Combinations of mathcolor and mathbackground. |
Sample Rendering: |
Your browser's rendering:
Source Code:
<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>