Re: Exporting eps-Graphics
- To: mathgroup at smc.vnet.net
- Subject: [mg23429] Re: Exporting eps-Graphics
- From: "Atul Sharma" <atulksharma at yahoo.com>
- Date: Wed, 10 May 2000 02:32:14 -0400 (EDT)
- Organization: McGill University
- References: <8f550n$48o@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
The special Math fonts are required. You can use the FormatType option to set the format of type to be OutputForm instead. In[4]:= Plot[f[x], {x,0,2}, Epilog -> t, FormatType -> OutputForm] or you need to embed the Mathematica fonts in the eps file using Paul Hinton's utility: emmathfnt - A Toolkit for Embedding Mathematica Fonts in EPS Files P.J. Hinton emmathfnt (version 1.03) is a toolkit for embedding Type 1 Math fonts in Mathematica 4-generated EPS files. This is provided to users who need to share their graphics with users who may not have the Type 1 Math fonts available. or you need to point your postscript viewer at the Mathematica type 1 postscript fonts (there's a FAQ on this at the WRI site). HTH A.S. -- -------------------------------------------------- Atul Sharma MD, FRCP(C) Pediatric Nephrologist, McGill University/Montreal Children's Hospital email: atulksharma at yahoo.com Alexander Kricke wrote in message <8f550n$48o at smc.vnet.net>... >Hello, > > >if a Graphic includes text (e.g. "f(x)" ) and >this Graphic is exported via "Save Selection as .../EPS" >characters like "(", ")" etc. are shown incorrectly in >Mathematica 3.0. >I hope somebody can help me. > >Thanks > >Alex >