MathGroup Archive 2003

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

Search the Archive

help on Font!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg41966] help on Font!
  • From: "sabrina" <mystery at newbie.com>
  • Date: Wed, 11 Jun 2003 13:18:06 -0400 (EDT)
  • Organization: Case Western Reserve University, Cleveland, OH, USA
  • Reply-to: "sabrina" <hxs61 at po.cwru.edu>
  • Sender: owner-wri-mathgroup at wolfram.com

Dear all:
I have a problem of showing the following text in eps file:

timeGraph=Draw2D[

{

Blue,Text[HoldForm[P[t]],{1310.71,1.96758}],
  IndianRed,Text[HoldForm[M[t]],{321.554,2.87045}],
  Magenta,Text[HoldForm[Q[t]],{663.355,4.56332}]},

Frame-> True,...

}



IT shows fine in Mathematica and gives me the right text of P[t], M[t] and
Q[t].



Then I tried to use the following line to get the eps file:

Display["temp.eps",
  GraphicsArray[{{timeGraph},{qmGraph},{zoomqmGraph}}],"EPS",
  ImageSize\[Rule]{500,750}]



However, in the EPS disply, it showed P@D, M@D and Q@D , what should I to
get the right display in EPS file?



Thanks



Sabrina



  • Prev by Date: RE: constant -> constant
  • Next by Date: System of ODE
  • Previous by thread: Re: launch mathematica remotely with X11
  • Next by thread: System of ODE