|
[Date Index]
[Thread Index]
[Author Index]
Column/Row/Grid bars FrontEnd String formatting in new cells?
- To: mathgroup at smc.vnet.net
- Subject: [mg92086] Column/Row/Grid bars FrontEnd String formatting in new cells?
- From: Vince Virgilio <blueschi at gmail.com>
- Date: Fri, 19 Sep 2008 05:57:10 -0400 (EDT)
Hello,
The last example (#3) in the following sequence puzzles me:
EX. 1:
CellPrint@"hello\nworld"
(* new cell *)
hello
world
EX. 2:
CellPrint@List@"hello\nworld"
(* new cell *)
hello
world
EX. 3:
CellPrint@Column@List@"hello\nworld"
(* new cell *)
"hello\nworld"
In this last case, it appears that 'Column' prevents formatting of the
string by the FrontEnd. Could someone offer a better explanation? Is
there a way around this, that would produce formatted output identical
to the first two examples?
Thanks,
Vince Virgilio
Prev by Date:
NDSolve and Piecewise
Next by Date:
Re: imagesize to full width of current screen
Previous by thread:
Re: NDSolve and Piecewise
Next by thread:
How to show polynomial with leading order at the left of the line?
|