Re: Suppress Cell Labels
- To: mathgroup at smc.vnet.net
- Subject: [mg125299] Re: Suppress Cell Labels
- From: "Andrew J Fortune" <andrewfortune at bigpond.com>
- Date: Mon, 5 Mar 2012 02:40:32 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201203040933.EAA23672@smc.vnet.net> <COL109-W381D64F2C9450BE8FC6A8DDF530@phx.gbl>
Tomas, That is a good point. However, I do not want my final document to display these labels, so maybe I should postpone suppressing these until I have completed the document. Thanks, Andrew From: Tomas Garza [mailto:tgarza10 at msn.com] Sent: Monday, March 05, 2012 4:20 AM To: andrewfortune at bigpond.com; mathgroup at smc.vnet.net Subject: [mg125299] Re: Suppress Cell Labels I copy from the tutorial OptionsForCells: "In a standard Mathematica session, cells containing successive lines of kernel input and output are given labels of the form In[n]:= and Out[n]=. The option ShowCellLabel determines whether such labels should be displayed. CellLabelAutoDelete determines whether the label on a cell should be removed if the contents of the cell are modified. Doing this ensures that In[n]:= and Out[n]= labels are only associated with unmodified pieces of kernel input and output." Yet, in my experience it may be hazardous to remove them, especially if you are in the first steps of constructing a given calculation, where one sometimes has to go back and forth in the notebook, replacing values and reevaluating stuff. -Tomas > Date: Sun, 4 Mar 2012 04:33:48 -0500 > From: andrewfortune at bigpond.com > Subject: Suppress Cell Labels > To: mathgroup at smc.vnet.net > > Hi, > > How do I suppress the In[] and Out[] labels ? ... they are of no use > to me. > > regards, > Andrew >
- References:
- Suppress Cell Labels
- From: mathman <andrewfortune@bigpond.com>
- Suppress Cell Labels