MathGroup Archive 2007

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

Search the Archive

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}]


  • Prev by Date: Re: recording singularities of NDSolve
  • Next by Date: IsExact
  • Previous by thread: Re: Specifying x-range for ListPlot
  • Next by thread: Re: Style in Manipulate