MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Suppress Cell Labels

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125311] Re: Suppress Cell Labels
  • From: "Andrew J Fortune" <andrewfortune at bigpond.com>
  • Date: Tue, 6 Mar 2012 05:56:42 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jivcvd$n4g$1@smc.vnet.net> <4F549ABC.40609@KevinMcCann.com>

Thanks Kevin. I appreciate your response. Very useful information.

-----Original Message-----
From: Kevin J. McCann [mailto:kjm at KevinMcCann.com] 
Sent: Monday, March 05, 2012 9:52 PM
To: mathman; comp-soft-sys-math-mathematica at moderators.isc.org
Subject: [mg125311] Re: Suppress Cell Labels

I suppress the In[] Out[] in all my notebooks this way.

Bring up the Options Inspector with ctrl-shift-O (the letter O)

The pull-down at the top probably has Selection in it, choose either Global
Preferences if you want this to be for all notebooks, or Selected Notebook
for just the current one. I did Global.

Go to Cell Options -> Cell Labels and set ShowCellLabel to False


If you choose Global Preferences, this will apply to all notebooks that you
open up whether previously done or generated in the future. Now, if you
decide later that you don't like it, you can always change back.

I am not sure about some of the posts that warn about "dangers", e.g. 
preserving a record of the order in which commands are executed. If you just
put them in in the correct order this is not a problem, and untangling a
misordered set would seem to be difficult under any circumstances. I think
the labels are ugly and a distraction. But that is me.

Kevin

On 3/4/2012 4:34 AM, mathman wrote:
> Hi,
>
> How do I suppress the In[] and Out[] labels ? ... they are of no use 
> to me.
>
> regards,
> Andrew
>


-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1913 / Virus Database: 2114/4851 - Release Date: 03/04/12




  • Prev by Date: mListFFT[] simple FFT function for review
  • Next by Date: Re: Plotting a simple line at a weibull ProbabilityScalePlot
  • Previous by thread: Re: Suppress Cell Labels
  • Next by thread: Re: When to use FinishDynamic[] in Manipulate?