prev  ( testsuite > Presentation > GeneralLayout > mfenced > mfenced-colors  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mfenced/mfenced-colors
CVS-ID:
Author:Bruce Miller
Description:Combinations of mathcolor and mathbackground.

Sample Rendering:

Created by: latex

Your browser's rendering:

abc, abc, abc, abc, abc, abc, abc

Source Code:

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