MathGroup Archive 1997

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

Search the Archive

Re: graphic export in mma 3.0

  • To: mathgroup at smc.vnet.net
  • Subject: [mg6487] Re: [mg6463] graphic export in mma 3.0
  • From: jpk at max.mpae.gwdg.de
  • Date: Mon, 24 Mar 1997 21:38:37 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Peter,

I had never found problems except
- You must tell dvips to include the mma3 fonts into the document
   say simpliy
   
   dvips -h /usr/local/mathematica/SystemFiles/Fonts/Type1/Math1Mono.pfa \
   -o <myfile> <myfile[.dvi]>
   
   You must include all fonts You have used (Math2Mono,Math1, ...)
   
- the Windows version has a very resitant bug when it exports the EPS-file
  via frontend the graphics is shifted in positive y-direction instead of
  the negative y-direction.
  You must search the second last translate statement in the Mma PostScript
  header before the graphics begins You will find a line
  translate <xwidth> <ywidth>
  
  you must change this to
  
  translate <xwidth> -<ywidth>   
  
  with a ascii-editor.
  
Hope that helps
Jens
  


  • Prev by Date: trouble integrating Bessel Functions
  • Next by Date: Re: Problem with collect
  • Previous by thread: Re: graphic export in mma 3.0
  • Next by thread: Optimized for 0*x ?