MathGroup Archive 2000

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

Search the Archive

Ret: Page break under program command?-- e.g. in a Print command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg24022] Ret: [mg24002] Page break under program command?-- e.g. in a Print command
  • From: Adalbert Hanssen <hanssen at Zeiss.de>
  • Date: Tue, 20 Jun 2000 03:07:36 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

What about this:

PBR[] := StylePrint[" ", "Output", PageBreakAbove -> True];
PBR[st_String]:=
  StylePrint[StyleForm[st
                      ,FontWeight->"Bold"
                      ,FontSize->12
                      ]
            ,"Output" 
            ,PageBreakAbove -> True
            ];

Regards 

Adalbert Hanßen


  • Prev by Date: show steps in simplify command?
  • Next by Date: Re: Subscripted local variables in Module
  • Previous by thread: Re: show steps in simplify command?
  • Next by thread: Re: Subscripted local variables in Module