MathGroup Archive 2012

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

Search the Archive

Re: Different Color in ToString

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125618] Re: Different Color in ToString
  • From: Scott Colwell <scolwell at uoguelph.ca>
  • Date: Thu, 22 Mar 2012 05:49:24 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Works.  Thanks Tomas.

----- Original Message -----
From: "Tomas Garza" <tgarza10 at msn.com>
To: scolwell at uoguelph.ca, mathgroup at smc.vnet.net
Sent: Wednesday, 21 March, 2012 11:24:13 AM
Subject: [mg125618] Re: Different Color in ToString


Try 


Row[{Style["There is ",Blue],Style[n,Red],Style[" numbers",Blue]}] 


-Tomas 




> Date: Wed, 21 Mar 2012 05:44:45 -0500 
> From: scolwell at uoguelph.ca 
> Subject: Different Color in ToString 
> To: mathgroup at smc.vnet.net 
> 
> Does anyone know how to change the color of the font in a ToString command. 
> 
> For example, in the following, the text should be blue, but the number 3 should be red. 
> 
> n = 3; 
> Text[Style["There is "<> ToString[Style[n, Red]] <> " numbers here", Blue]] 
> 
> Thank you, 
> 

-- 
Scott R. Colwell, Ph.D.
Associate Professor, Dept. of Mkt/Cons Studies
Adjunct Professor, Dept. of Psychology
MINS Building 201a
University of Guelph
Guelph, Ontario, Canada, N1G 2W1



  • Prev by Date: Re: Different Color in ToString
  • Next by Date: Re: Different Color in ToString
  • Previous by thread: Re: Different Color in ToString
  • Next by thread: Different Color in ToString