prev  ( testsuite > Presentation > TokenElements > ms > msAtoken5  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/TokenElements/ms/msAtoken5
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:Tests combinations of CSS attributes for <ms> on characters in different fonts.

Sample Rendering:

Created by: webeq

Your browser's rendering:

dog + cat + pig + fish + κατ + goat

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <ms>dog</ms> 
    <mo>+</mo> 
    <ms fontweight="bold" fontstyle="normal">cat</ms> 
    <mo>+</mo> 
    <ms fontweight="normal" fontstyle="normal">pig</ms> 
    <mo>+</mo> 
    <ms fontfamily="Helvetica" color="#00ff00">fish</ms> 
    <mo>+</mo> 
    <ms fontsize="36pt">&#x03BA;&#x03B1;&#x03C4;</ms> 
    <mo>+</mo> 
    <ms fontweight="bold" fontstyle="normal">goat</ms> 
  </mrow> 
</math>