MathGroup Archive 1999

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

Search the Archive

Programmed PageBreaks

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16431] Programmed PageBreaks
  • From: hanssen at zeiss.de
  • Date: Sat, 13 Mar 1999 02:21:44 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Hi, MathGroup,

in an evaluation, I repeatedly print some derived results, show some plots and so on
like this:
...
Print["headline of Mathematica-generated report"];
Print["result=",x];
LostPlot[....];
Plot[...];
Print["This line should go on a new page"];
Plot[...];

How can I add page breaks to this. Print["\012"]; does not work.
Until now, I have manually added pagebreaks above those cells,
from which I know, that they should go on a new page. I am looking
for a better way to achieve this.

kind regards

Dipl.-Math. Adelbert Hanszen



  • Prev by Date: Re: Problem with pasting Mathematica grafics to Word 97
  • Next by Date: Re: Matrix Manipulation
  • Previous by thread: Re: implementing a stack
  • Next by thread: RE: Programmed PageBreaks