Re: Style in Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg80542] Re: Style in Manipulate
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Sun, 26 Aug 2007 02:53:22 -0400 (EDT)
- Organization: The Open University, Milton Keynes, UK
- References: <falsea$gde$1@smc.vnet.net>
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, I do have a clue on what happened on your system, but the very same code on my system displays big red italic letters! Have a look at http://homepages.nyu.edu/~jmg336/mathematica/BruceColletti.png or http://homepages.nyu.edu/~jmg336/mathematica/BruceColletti.pdf Regards, -- Jean-Marc