Re: Inserting/Removing Forced Page Breaks?
- To: mathgroup at smc.vnet.net
- Subject: [mg14464] Re: [mg14461] Inserting/Removing Forced Page Breaks?
- From: Reinhold Kainhofer <reinhold.kainhofer at kfunigraz.ac.at>
- Date: Fri, 23 Oct 1998 20:58:43 -0400
- Organization: University of Graz
- References: <199810210732.DAA14952@smc.vnet.net.>
- Sender: owner-wri-mathgroup at wolfram.com
AES wrote: > I'd like a fast, simple way to insert or remove forced page breaks in > Mathematica notebooks (such as used to be available as a menu command > in v 2.0), without opening the Option Investigator or digging into cell > options. One possibility would be to create a palette with buttons which set the PageBreakAbove or BageBreakBelow option for the current cell. You can also customize the menus, did you know that? There's a file MenuSetup.tr, where the definition for the menu is given. You then can use something like Item["&Page Break above", PageBreakAbove->Toggle, Scope->SelectionCell] (I have not tried this, but I think it should work) in the MenuSetup.tr file to insert a menuitem where you can switch PageBreaks. > I'm thinking I could do this by redefining one of the cell styles to be > a "Page Break" style with no content, vanishing height and > PageBreakBelow->True, so I could just insert or delete a "page break > cell" in this style anywhere I wanted to force a break.. You could do this, too, although it is a rather dirty solution, I'd say. Hope this helps Reinhold ____________________________________________________________________ Reinhold Kainhofer | e-mail: reinhold.kainhofer at kfunigraz.ac.at Strassoldog. 4/3/17 | http://www.mathsnfun.ac.at/Kainhofer/ 8010 Graz, Austria | http://www.mathsnfun.ac.at/Kainhofer/rk_fonts/
- References:
- Inserting/Removing Forced Page Breaks?
- From: siegman@ee.stanford.edu (AES)
- Inserting/Removing Forced Page Breaks?