MathGroup Archive 2002

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

Search the Archive

Re: Default Output Format

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33708] Re: [mg33705] Default Output Format
  • From: "P.J. Hinton" <paulh at wolfram.com>
  • Date: Tue, 9 Apr 2002 01:02:48 -0400 (EDT)
  • Organization: "Wolfram Research, Inc."
  • Sender: owner-wri-mathgroup at wolfram.com

On Mon, 8 Apr 2002, David Park wrote:

> Is there a way to set the Default Output Format Type to TraditionalForm for
> a specific notebook, without affecting the Global setting?

This may be done using either top-level Mathematica code:

SetOptions[
  EvaluationNotebook[],
  CommonDefaultFormatTypes -> {"Output" -> TraditionalForm}
]

or through the Option Inspector dialog, with the scope indicator on that
dialog set to "notebook".  The CommonDefaultFormatTypes option appears
under the categorical listing as follows:

    Cell Options
        New Cell Defaults
            CommonDefaultFormatTypes

-- 
P.J. Hinton
User Interface Programmer                         paulh at wolfram.com
Wolfram Research, Inc.
Disclaimer: Opinions expressed herein are those of the author alone.



  • Prev by Date: Re: ListContourPlot3D
  • Next by Date: Re: Optional
  • Previous by thread: Default Output Format
  • Next by thread: Newbie needs help in nonlinear fitting