Group Abstract Group Abstract

Message Boards Message Boards

0
|
305 Views
|
3 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Notebook backgrounds in 14.2: on-screen vs printed

I use a background for notebooks in my physics interactive lecture notes / etext. This seems broken in 14.2. I want an off-white background to be visible on the screen but not to print. If in the Options Inspector, I choose the notebook option: Background->RGBColor[0.96, 0.96, 0.94] it works for notebooks on screen but the notebooks print (and generate PDF files) with that background. To prevent the background from printing, I use in my notebook stylesheet: Cell[StyleData[All, "Working"], Background->RGBColor[0.96, 0.96, 0.94]] (and do similarly for the "SlideShow" environment). This is now broken and the background is white.

POSTED BY: Terry Honan
3 Replies

Thanks Ian. That solves the issue.

POSTED BY: Terry Honan

You should use "Notebook" instead of All.

Cell[StyleData["Notebook", "Working"],
 Background->RGBColor[0.96, 0.96, 0.94]]
POSTED BY: Ian Hojnicki

Hi Terry,

I would suggest contacting support for this:
https://www.wolfram.com/support/contact/

POSTED BY: Ahmed Elbanna
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard