Re: Format Type of new Output Cells to OutputForm
- To: mathgroup at smc.vnet.net
- Subject: [mg92610] Re: Format Type of new Output Cells to OutputForm
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 8 Oct 2008 06:25:01 -0400 (EDT)
- Organization: Uni Leipzig
- References: <gcfflu$f0l$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, SetOptions[EvaluationNotebook[], CommonDefaultFormatTypes -> {"Input" -> StandardForm, "InputInline" -> StandardForm, "Output" -> OutputForm, "OutputInline" -> StandardForm, "Text" -> TextForm, "TextInline" -> TraditionalForm}] Regards Jens magma wrote: > I need to set the Format Type of new Output Cells to OutputForm. > > This can be done with menu commands: Edit>Preferences...>Evaluation > and then select > Format type of new Output Cells to OutputForm > > This is ok, but I would like to do it programmatically. > I guess I have to set some option in the notebook, but how? >