MathGroup Archive 2007

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

Search the Archive

Re: Modifying the Default stylesheet?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81696] Re: Modifying the Default stylesheet?
  • From: chuck009 <dmilioto at comcast.com>
  • Date: Tue, 2 Oct 2007 05:24:44 -0400 (EDT)

Piece of cake dude:

Select Format/EditStyle sheet.  You'll get a blank "private style sheet".  From the left menu that says, "choose style to modify", select Text.  You'll get a skeleton override for Text at the bottom.  Open up this cell with Shift/control E. It'll look something like:

Cell[StyleData["Text"]]

See, it's just a skeleton.  Now add, FontFamily->"Helvetica" to it like this:

Cell[StyleData["Text"],
FontFamily->"Helvetica"
 ]

Close the cell with another Shift/Crt E.

Now save it as something like "myNewDefault". Make sure it's saved in the StyleSheet directory that Mathematica expects to find stylesheets.  Now may need to exit Mathematica for it to show up in the list of styles.  Do that, bring up Mathematica again, should be in the list.  Choose it and your Text format should be Helvetica.


  • Prev by Date: NMinimize
  • Next by Date: Re: About the warning or error message
  • Previous by thread: Re: NMinimize
  • Next by thread: Re: Re: Modifying the Default stylesheet?