MathGroup Archive 2008

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

Search the Archive

Re: Some Problem With 7.0.0

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94604] Re: [mg94582] Some Problem With 7.0.0
  • From: John Fultz <jfultz at wolfram.com>
  • Date: Wed, 17 Dec 2008 06:34:36 -0500 (EST)
  • Reply-to: jfultz at wolfram.com

On Tue, 16 Dec 2008 06:05:34 -0500 (EST), lehin.p at gmail.com wrote:
> 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.

This is a known bug in version 7 which we hope to have fixed in the next 
incremental release (sorry, I can't comment about the scheduling).  In the=
 mean 
time, here's a workaround which shouldn't be too difficult to deploy...

t1 = TextCell["Author Name\nFor the problem No.8 HCN.dat", 
   FontFamily -> "Times", FontSize -> 18, TextAlignment -> Center, 
   Bold];
t2 = TextCell["\nThe Full List", FontFamily -> "Times", 
   FontSize -> 16, TextAlignment -> Center, Bold];
CellPrint[t1];
CellPrint[t2];

Basically replacing Style[] with TextCell[] and Print[] with CellPrint[].

Sincerely,
 
John Fultz
jfultz at wolfram.com
User Interface Group
Wolfram Research, Inc.




  • Prev by Date: Re: Re: Recognising parameters in function
  • Next by Date: NIntegrate Problem
  • Previous by thread: Re: Some Problem With 7.0.0
  • Next by thread: Encode, Get ...