Re: Superscripts in strings change color to gray
- To: mathgroup at smc.vnet.net
- Subject: [mg112986] Re: Superscripts in strings change color to gray
- From: Tomas Garza <tgarza10 at msn.com>
- Date: Sat, 9 Oct 2010 06:35:18 -0400 (EDT)
It is certainly not a bug. When executed in my PC, the line below does not=
exhibit the behavior you describe.
Plot[x^2,{x,0,5},AxesLabel->{"x","x^2"}]
How do you type in the subscripts/superscripts?
-Tomas
> Date: Thu, 7 Oct 2010 03:37:14 -0400
> From: kuione7 at hotmail.com
> Subject: [mg112949] Superscripts in strings change color to gray
> To: mathgroup at smc.vnet.net
>
>
> If I put superscripts or subscripts in a string, they display as gray
> while the rest of the text is black. The normal text adjacent to the
> subscript/superscript also becomes gray (unless a space is used before
> the sub/superscript) .
>
> I want to use sub/superscripts e.g. in graphics (plots) for axis
> labels.
>
> Anyone knows a workaround for this bug?
>