Wendy,
thanks for taking the time to run my example.
[Wendy McKay]
> On a Mac OS 9.1 using Textures 2.1
> Your minimal example works no matter where the amsmath
> package is included, if you intended the text to be blue,
> and the math to be green.
Interesting. I think (hope!) that it has to do with different
versions of amsmath, rather than with different operating
systems. Myself, I am using teTeX-beta (20020207 version) on
a Redhat Linux computer.
> However, in the first and longer example, all the displayed
> math is in green except for this one
>
> $$ a = b + c $$ %<----this will give blue math, so no color change
This is not surprising, actually -- the $$...$$ form is AFAIK
depreciated in LaTeX -- I just included it in the example for
the sake of comparison.
> but if you change the delimiters to:
>
> \[ %<--- this will give green math
> a = b + c
> \]
>
> and you will get all the math in green for your example, so
> the macros seem to work in my configuration as long as you
> don't use $$...$$ for displays.
Package versions:
> I am using these versions of amsmath, and texpower:
> ---------------------------------------------------
> Package: amsmath 1997/03/20 v1.2d AMS math features
> \@mathmargin=\skip43
> (amstext.sty
> Package: amstext 1996/10/28 v1.2b
> (amsgen.sty
> File: amsgen 1996/10/29 v1.2b
> ...
>
> Package: texpower 2000/06/27 Create Dynamic Presentations with LaTeX.
> v0.0.8f
> (ifthen.sty
> Package: ifthen 1997/11/02 v1.0n Standard LaTeX ifthen package (DPC)
> ) (calc.sty
> Package: calc 1997/11/11 v4.0e Infix arithmetic (KKT,FJ)
> ...
I seem to be using the same texpower version as you (2000/06/27 v0.0.8f)
For the rest of the packages: This is what
\RequirePackage{snapshot} gives me:
\RequireVersions{
*{application}{TeX} {1990/03/25 v3.x}
*{format} {LaTeX2e} {2001/06/01 v2.e}
*{file} {test-math.tex}{0000/00/00 v0.0}
*{package}{snapshot} {2001/05/24 v1.11}
*{class} {article} {2001/04/21 v1.4e}
*{file} {size10.clo} {2001/04/21 v1.4e}
*{package}{amsmath} {2000/07/18 v2.13}
*{package}{amstext} {2000/06/29 v2.01}
*{package}{amsgen} {1999/11/30 v2.0}
*{package}{amsbsy} {1999/11/29 v1.2d}
*{package}{amsopn} {1999/12/14 v2.01}
*{package}{texpower} {2000/06/27 v0.0.8f}
*{package}{ifthen} {2001/05/26 v1.1c}
*{package}{calc} {1998/07/07 v4.1b}
*{file} {tpoptions.cfg}{0000/00/00 v0.0}
*{package}{color} {1999/02/16 v1.0i}
*{file} {color.cfg} {2001/08/31 v1.1}
*{file} {dvips.def} {1999/02/16 v3.0i}
*{file} {dvipsnam.def}{1999/02/16 v3.0i}
*{file} {tpsettings.cfg}{0000/00/00 v0.0}
}
The tpoptions.cfg and tpsettings.cfg files are the ones that
followed texpower.
Henrik