MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Style in Manipulate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80568] Re: [mg80521] Style in Manipulate
  • From: Syd Geraghty <sydgeraghty at mac.com>
  • Date: Sun, 26 Aug 2007 03:06:53 -0400 (EDT)
  • References: <200708240559.BAA16635@smc.vnet.net>

On Aug 23, 2007, at 10:59 PM, Bruce Colletti wrote:

> Re Mathematica 6.0.1 under WinXP.
>
> The code below produces red text that is neither italicized nor 30- 
> point.  Yet I'm following the helptext for Style (Example #2).
>
> What have I missed?  Thankx.
>
> Bruce
>
> Manipulate[
> Grid@{{ Text@Style[StringForm["Factors of ``", n],Red,Italic,30]}, 
> {Divisors@n}},
>
> {n,{2,5,6,8,12,18,45000},ControlType->Setter},
> TrackedSymbols->{n}]
>
Bruce ... The code works correctly on my MacBook Pro Core Duo


Syd Geraghty


In[2]:= $Version
Out[2]= "6.0 for Mac OS X x86 (32-bit) (June 19, 2007)"
In[3]:= $System
Out[3]= "Mac OS X x86 (32-bit)"


  • Prev by Date: Re: Mathematica 6 "save as PDF" page size issues
  • Next by Date: Add custom points to automatically generated Ticks?
  • Previous by thread: Style in Manipulate
  • Next by thread: Re: Style in Manipulate