MathGroup Archive 2006

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

Search the Archive

Style Sheet Question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg72016] Style Sheet Question
  • From: "Allen, Matthew" <mallen at sandia.gov>
  • Date: Fri, 8 Dec 2006 06:18:06 -0500 (EST)

Does anyone know how to change the default style of a numbered equation
from StandardForm to TraditionalForm?  The current block of code in the
style sheet is as follows:

Cell[StyleData["NumberedEquation"],
  CellMargins->{{55, 10}, {2, 10}},
  CellFrameLabels->{{None, Cell[
          TextData[ {"(",
            CounterBox[ "NumberedEquation"], ")"}], FontFamily ->
          "Helvetica", FontSize -> 10, FontWeight -> "Bold"]}, {
      None, None}},
  DefaultFormatType->DefaultInputFormatType,
  "TwoByteSyntaxCharacterAutoReplacement"->True,
  HyphenationOptions->{"HyphenationCharacter"->"\[Continuation]"},
  CounterIncrements->"NumberedEquation",
  FormatTypeAutoConvert->False]

I don't even see where StandardFrom is being called out.  How can I make
the default display format TradiationalForm?

thanks,
matt


  • Prev by Date: Re: Finding the periphery of a region
  • Next by Date: Solve chokes on Piecewise input that Reduce handles quite well??
  • Previous by thread: RE: how-to show a contourplot together with a point grid
  • Next by thread: Re: Style Sheet Question