please explain the difference in formatting between these two expressions
- To: mathgroup at smc.vnet.net
- Subject: [mg70637] please explain the difference in formatting between these two expressions
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Sun, 22 Oct 2006 01:19:07 -0400 (EDT)
Show[Graphics[{Hue[.77], Rectangle[{0, 0}, {5,
1}], Hue[.17], Text[DisplayForm@Cell[BoxData["here is
some text"], PageWidth -> 50], {4, 1/2}]}]]
Show[Graphics[{Hue[.77],Rectangle[{0,0},{5,1}],Hue[.17],
Text[DisplayForm@
Cell[BoxData["here is some text"],"Input",PageWidth\[Rule]50],{4,
1/2}]}]]
why does the second example fail to include the space?
--
http://chris.chiasson.name/