Re: Some MathML entities seem to have stopped working with new version of MathPlayer

I just gave the file a try and didn't see a problem with 2.1d and characters
you said didn't display.  This was with IE8, but I doubt IE makes a
difference.  Typically if characters are not showing up, it is a font
issue.  I would look to make sure you didn't change anything font-related on
your machine.

Neil Soiffer
Senior Scientist
Design Science, Inc.
www.dessci.com
~ Makers of MathType, MathFlow, MathPlayer, MathDaisy, WebEQ, Equation
Editor ~


On Sun, Mar 29, 2009 at 10:24 PM, saf sied <saf_itpro@yahoo.com> wrote:

> With the older version of MathPlayer, the three symbols given at the end of
> following examples used to work. But they are not working anymore with the
> latest version MathPlayer 2.1d.
> I am using IE 6.0 Service Pack 3. Please copy and past the following code
> in a HTML file and test to understand my question.
> ////////////////////////Begin: HTML
> File////////////////////////////////////////
> <html XMLNS:m="http://www.w3.org/1998/Math/MathML">
> <head>
>    <link rel="shortcut icon" href="favicon.ico">
>    <OBJECT ID=behave1
> CLASSID="clsid:32F66A20-7614-11D4-BD11-00104BD3F987"></OBJECT>
>    <?IMPORT NAMESPACE="M" IMPLEMENTATION="#behave1" ?>
> </head>
> <body>
> <p>Following works:</p>
> <p><m:math><m:msup><m:mi>T</m:mi><m:mn>2</m:mn></m:msup></m:math></p>
> <p>Following works:</p>
> <p><m:math><m:mover><m:mi>T</m:mi><m:mn>2</m:mn></m:mover></m:math></p>
> <p>Following works:</p>
>
> <p><m:math><m:mover><m:mi>T</m:mi><m:mo>&#8640;</m:mo></m:mover></m:math></p>
> <p>Down Right Vector. Works:</p>
> <p><m:math><m:mo>&#8641;</m:mo></m:math></p>
> <p>Right Vector. Does NOT work:</p>
> <p><m:math><m:mo>&#8640;</m:mo></m:math></p>
> <p>Naturals: Set of Natural Numbers. Does NOT work:</p>
> <p><m:math><m:mo>&#8469;</m:mo></m:math></p>
> <p>Reals: Set of Real Numbers. Does NOT work:</p>
> <p><m:math><m:mo>&#8477;</m:mo></m:math></p>
> </body>
> </html>
> ////////////////////////End: HTML
> File////////////////////////////////////////
>
> Any help would be appreciated,
> Saf
>
>

Received on Monday, 30 March 2009 17:59:53 UTC