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: [mg94591] Re: [mg94582] Some Problem With 7.0.0
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Wed, 17 Dec 2008 06:32:15 -0500 (EST)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • References: <200812161105.GAA16820@smc.vnet.net>
  • Reply-to: murray at math.umass.edu

The problem is that each of t1 and t2 is center-aligned separately.  One 
solution is to do it all together, like this:

   t1 = Style["Author Name\nFor the problem No.8 HCN.dat",
              FontFamily -> "Times", FontSize -> 18, Bold];
   t2 = Style["\nThe Full List", FontFamily -> "Times", FontSize -> 16,
              Bold];
   Column[{t1, t2}, Alignment -> Center]

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.
> 

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: controlling Print output
  • Next by Date: A Version 7 Symbolic Integration Problem
  • Previous by thread: Some Problem With 7.0.0
  • Next by thread: Re: Some Problem With 7.0.0