MathGroup Archive 2001

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

Search the Archive

RE: Q: global options for styleform

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27987] RE: [mg27972] Q: global options for styleform
  • From: "Annetts, David (DEM, North Ryde)" <David.Annetts at syd.dem.csiro.au>
  • Date: Wed, 28 Mar 2001 02:40:17 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Robert,

> the text in all my plots is very small, so i'd like to change its size
> using StyleForm["text", FontSize->15]. how can i set this options
> globally, SetOptions[StyleForm, FontSize -> 15] doesn't work?

Something like ...
	$TextStyle={FontFamily->"Helvetica", FontSize->10}; 
usually works.  I place it in my init.m file so that it's set at the start
of each session.

Regards,

Dave.
---------------------
David Annetts
EM Modelling Analyst
CSIRO DEM, North Ryde
Tel: (+612) 9490 5416
Fax: (+612) 9490 5467
---------------------


  • Prev by Date: Re: seeking Wagner's Mathematica book
  • Next by Date: Re: problem of evaluating SQRT
  • Previous by thread: Re: Q: global options for styleform
  • Next by thread: RE: Q: global options for styleform