Re: Some Problem With 7.0.0
- To: mathgroup at smc.vnet.net
- Subject: [mg94587] Re: [mg94582] Some Problem With 7.0.0
- From: "David Park" <djmpark at comcast.net>
- Date: Wed, 17 Dec 2008 06:31:31 -0500 (EST)
- References: <26290011.1229426302675.JavaMail.root@m02>
Use Pane to control the size of the display region. t1 = Style[ Pane["Author Name\nFor the problem No.8 HCN.dat", {500, 60}, Alignment -> Center], FontFamily -> "Times", FontSize -> 18, TextAlignment -> Center, Bold]; t2 = Style[Pane["\nThe Full List", {500, 40}, Alignment -> Center], FontFamily -> "Times", FontSize -> 16, TextAlignment -> Center, Bold]; Print[t1]; Print[t2]; David Park djmpark at comcast.net http://home.comcast.net/~djmpark/ From: lehin.p at gmail.com [mailto:lehin.p at gmail.com] Hello, I have found some rendering and printing problem with Mathematica 7.0.0 (version 6.0 works well). Try the following: t1 = Style["Author Name\nFor the problem No.8 HCN.dat", FontFamily -> "Times", FontSize -> 18, TextAlignment -> Center, Bold]; t2 = Style["\nThe Full List", FontFamily -> "Times", FontSize -> 16, TextAlignment -> Center, Bold]; Print[t1]; Print[t2]; At my system (32-bit Windows XP SP3, Core2Duo 2.4) only the Right half of the output is displayed and printed. Any comments are welcomed.