Is there any way when printing a notebook to print only
text/figure/Formula/...etc cells, but not print input/output cells, that
does not involve going through the notebook and hiding them by hand?
> Is there any way when printing a notebook to print only
> text/figure/Formula/...etc cells, but not print input/output cells, that
> does not involve going through the notebook and hiding them by hand?
Method 1: select _one_ of a particular type of cell you want to print with Alt+click (Mac: Option+click); that will select _all_ cells of the same type. Now use File > Print Selection.
Problem: what about "figures" that are in fact the contents of Output cells?
Method 2 (silly): using the same selection method as in Method 1, but select the types you do _not_ want to print. Delete all those and save the nb under another name. Now print it.
On 4/4/12 4:30 AM, Brentt wrote:
> Is there any way when printing a notebook to print only
> text/figure/Formula/...etc cells, but not print input/output cells, that
> does not involve going through the notebook and hiding them by hand?
-- Murray Eisenberg mur...@math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
Yea, I thought of the issue with figures too, sometimes I do want output
cells with figures to be printed. I've thought about trying to remedy this
by copying graphics from output cells into "figure" cells, but those cells
(perplexingly) don't appear to accept graphics being pasted into them (or
maybe it's an issue with dynamic content?).
Am I missing something in the docs? Mathematica has a nice WYSIWYG
typsetting system, but it seems to be not as well documented as the rest of
the system (e.g. I can't find anything on how to use these "figure" cells
available in some stylesheets). Am I missing some hidden recesses of the
documentation?
On Wed, Apr 4, 2012 at 7:50 AM, Murray Eisenberg <mur...@math.umass.edu>wrote:
> Method 1: select _one_ of a particular type of cell you want to print with
> Alt+click (Mac: Option+click); that will select _all_ cells of the same
> type. Now use File > Print Selection.
> Problem: what about "figures" that are in fact the contents of Output
> cells?
> Method 2 (silly): using the same selection method as in Method 1, but
> select the types you do _not_ want to print. Delete all those and save the
> nb under another name. Now print it.
> On 4/4/12 4:30 AM, Brentt wrote:
>> Is there any way when printing a notebook to print only
>> text/figure/Formula/...etc cells, but not print input/output cells, that
>> does not involve going through the notebook and hiding them by hand?
> --
> Murray Eisenberg mur...@math.umass.edu
> Mathematics & Statistics Dept.
> Lederle Graduate Research Tower phone 413 549-1020 (H)
> University of Massachusetts 413 545-2859 (W)
> 710 North Pleasant Street fax 413 545-1801
> Amherst, MA 01003-9305
>>> On 04/04/2012 at 6:30 pm, in message <201204040830.EAA29...@smc.vnet.net>,
Brentt <brenttnew...@gmail.com> wrote:
> Is there any way when printing a notebook to print only
> text/figure/Formula/...etc cells, but not print input/output cells, that
> does not involve going through the notebook and hiding them by hand?
The area you need to explore is the Notebook Options. You can specify whether any type of cell is printed. You can effectively preview your printed output by using
Format->Screen Environment->Printout
The help text on the whole of this subject is sometimes obscure but you need to go to
"tutorial/DisplayingAndPrintingMathematicaNotebooks" in the help
I haven't found it but I am sure you can close the input and output cells fro printing
--
Nigel King
On 4 Apr 2012, at 03:30, Brentt wrote:
Is there any way when printing a notebook to print only
text/figure/Formula/...etc cells, but not print input/output cells, that
does not involve going through the notebook and hiding them by hand?