MathGroup Archive 1998

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

Search the Archive

EPS printing problems



With Mathematica 3.01 (Power Macintosh, MacOS 7.5.5), I cannot obtain
labels the way I want on graphics.
1/ I plot this and I obtain the correct graph  on screen and paper, from
within Mathematica

Plot[x,{x,0,1},
Frame -> True,
FrameLabel -> {"xlabel(mA)", "ylabel(mW)"}]

2/ I save this graph  as EPS file
3/ the PS cell contains this:
(xlabel) show
%%IncludeResource: font Math2Mono
%%IncludeFont: Math2Mono
/Math2Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont
0.000000 0.000000 0.000000 setrgbcolor 99.000000 15.000000 moveto
(H) show

4/ I import the EPS file into Microsoft Word (5 or 6) and at printing, I
obtain H instead of "(" and "L" instead of ")" like this: xlabelHmAL
instead of xlabel(mA) One month ago, every thing was OK though I did
not intentionally change anything.
Someone could help?
Thanks



  • Prev by Date: Re: Matrix Multiplication
  • Next by Date: Re: Chemical notation
  • Prev by thread: Re: Hermite Normal Form
  • Next by thread: Re: EPS printing problems