Re: Exporting Graphics to .eps
- To: mathgroup at smc.vnet.net
- Subject: [mg66564] Re: Exporting Graphics to .eps
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 20 May 2006 04:47:17 -0400 (EDT)
- References: <e4jume$d9s$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, not with Mathematica, but GhostScript comes with an excellent script that can fix the bounding box ... Regards Jens sepp wrote: > I guess many of you might have faced similar problems when converting > Mathematica graphics into .eps/pdf files and importing them into latex > documents. > I use the Export[fileout,..] command to create my files.I have put a > frame around my graphics. > Now, if I include several plots into a latex figure (specifiying e.g. > their height or width), they allways have slightly different frame > sizes. this is due because the labelling of the axis is outside and may > vary in length (e.g. 0.0001 versus 0.1). I think it looks best if all > plots would have the same size of the frame and are also aligned > according to their frame. this could be done if one could fix the > distance between the bounding box and the frame. > Are there any ways to accomplish this with Mathematica? > thanks! >