MathGroup Archive 2005

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

Search the Archive

Re: Temporary style change in a notebook?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg57262] Re: [mg57259] Temporary style change in a notebook?
  • From: Chris Chiasson <chris.chiasson at gmail.com>
  • Date: Sun, 22 May 2005 03:59:49 -0400 (EDT)
  • References: <200505220414.AAA17657@smc.vnet.net>
  • Reply-to: Chris Chiasson <chris.chiasson at gmail.com>
  • Sender: owner-wri-mathgroup at wolfram.com

You could close the InsertPageBreak cell. It wouldn't be _zero_
height, but it would be close and not that noticeable in printouts.

On 5/22/05, AES <siegman at stanford.edu> wrote:
> Is there a "SetOption" type command -- sort of a "SetStyle" command --
> that I can put at the beginning of a notebook so that all cells of a
> given style (all Subsections, maybe) in that notebook will have a
> PageBreakAbove inserted in them?
> 
> Or an inconspicuous command I can put into any non-Input cell that will
> force the same thing?
> 
> Or a "force a page break here, and don't print yourself" Input cell I
> can insert where wanted?
> 
> I know how to edit notebook style sheets to accomplish the first option
> above -- but I don't want to change the default style sheet, and I'd
> just as soon not use a custom style sheet for every notebook.  And
> 
> InsertPageBreak[]:=StylePrint[" ","Output",PageBreakAbove->True];
> 
> accomplishes the third option, but I haven't figured out how to not have
> this line appear in the resulting printout, along with an unwanted blank
> print line.
> 
> 


-- 
Chris Chiasson
http://chrischiasson.com/
1 (810) 265-3161


  • Prev by Date: Re: How to Clear y'[0]
  • Next by Date: Re: Merging InterpolationFunctions
  • Previous by thread: Temporary style change in a notebook?
  • Next by thread: MultipleListPlot and Log-List plots