Re: Math 1 Fonts Problem, Another Aspect
- To: mathgroup at smc.vnet.net
- Subject: [mg30770] Re: [mg30753] Math 1 Fonts Problem, Another Aspect
- From: AES <siegman at stanford.edu>
- Date: Sun, 9 Sep 2001 20:43:03 -0400 (EDT)
- References: <Pine.WNT.4.33.0109091031320.228-100000@penncentral>
- Sender: owner-wri-mathgroup at wolfram.com
At 10:38 AM -0500 9/9/01, P.J. Hinton wrote: (re Math fonts) >A similar question on this topic was posed to MathGroup not more than two >weeks ago, and pointers to an explanation and solution were provided in a >prompt reply. > >http://library.wolfram.com/mathgroup/archive/2001/Aug/msg00436.html > >Perhaps this article escaped your attention? That's all right. Since all the characters I ever need are in the Helvetica font, and since The Mathematica Book says on page 1222 "The style specified by TextStyle in a graphics object is used by default for *all* text, including labels and tick marks" I can just use, for example, Plot[ x^2-5, {x, -3, 3}, TextStyle->{ FontFamily->"Helvetica"} ] and maybe, as belt and suspenders, PlotLabel->StyleForm[ "R1 = 30%, R2-->0%", FontFamily->"Helvetica" ] Right?