Re: Printing Settings > Headers and Footers, broken?
- To: mathgroup at smc.vnet.net
- Subject: [mg80225] Re: [mg80150] Printing Settings > Headers and Footers, broken?
- From: John Fultz <jfultz at wolfram.com>
- Date: Wed, 15 Aug 2007 04:16:15 -0400 (EDT)
- Reply-to: jfultz at wolfram.com
On Tue, 14 Aug 2007 06:50:53 -0400 (EDT), Martin Schoenecker wrote: > In Mathematica 6 (WinXP Pro), printing with headers seems to be broken. > Instead of useful information, the Cell[...] is printed verbatim. Can > you confirm that, or suggest a workaround? > > Regards, > Martin There is a bug, but it's different and somewhat less serious than what you believe it is. When you check or uncheck the "Left and right pages" checkbox, it improperly wraps quotes around any header or footer with a cell expression in it. You can undo the damage by closing the Headers and Footers dialog (if open) and evaluating this in your notebook... SetOptions[EvaluationNotebook[], PageHeaders -> Inherited, PageFooters -> Inherited] Now, you can make the changes you wish to make in the dialog box. As long as you don't toggle the "Left and right pages" checkbox again, you'll be fine. The problem will be fixed for the next incremental release of Mathematica. Sincerely, John Fultz jfultz at wolfram.com User Interface Group Wolfram Research, Inc.