MathGroup Archive 2008

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

Search the Archive

Re: Mathematica kernel color printing (Linux)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90598] Re: [mg90577] Mathematica kernel color printing (Linux)
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Tue, 15 Jul 2008 06:17:42 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

Style[FileNames[] , FontColor -> Red]

or

Style[FileNames[] // Column, FontColor -> Red]


Bob Hanlon

---- Geraud Nymo <kalymereau at yahoo.fr> wrote: 

=============
Hi Group

Many Linux shells allow for color output, e.g. with ls --color one
gets a colored list of files.

Is it possible to have color output for text when output from
Mathematica kernel ? I tried

Print@StyleForm["hello",FontColor->RGBColor[1,0,0]]

without success.

Thanks.




  • Prev by Date: import FortranForm back
  • Next by Date: A NDSolve within a FindMinimum/NMinimize
  • Previous by thread: Mathematica kernel color printing (Linux)
  • Next by thread: Re: Mathematica kernel color printing (Linux)