Style in Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg80521] Style in Manipulate
- From: Bruce Colletti <vze269bv at verizon.net>
- Date: Fri, 24 Aug 2007 01:59:25 -0400 (EDT)
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}]
- Follow-Ups:
- Re: Style in Manipulate
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Style in Manipulate
- From: Syd Geraghty <sydgeraghty@mac.com>
- Re: Style in Manipulate