Re: Exporting output cells to .eps
- To: mathgroup at smc.vnet.net
- Subject: [mg54717] Re: Exporting output cells to .eps
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Mon, 28 Feb 2005 03:27:02 -0500 (EST)
- Organization: Uni Leipzig
- References: <cvrq4o$p2s$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Export["h:/tmp/formula.eps", StyleBox[ToBoxes[TraditionalForm[ Integrate[f[x], {x, 0, Infinity}]]], "Text", FontFamily -> "Times"]] and you should use LaTeX instead. Regards Jens "Michaël Monerau" <mmonerau at gmail.com> schrieb im Newsbeitrag news:cvrq4o$p2s$1 at smc.vnet.net... > Hello, > > I'd like to use mathematica pretty-printing for a paper I'm writing > under Adobe InDesign. > > Exporting Plots and graphics to .eps works nice (I use the Export > function, I don't know if it's the best way to achieve this), but what > I'd want to do now is to export "Text" (such as a pretty-printed sum for > example) to .eps (or .wmf by the way). However, I can't figure out how > to do that... Even Copy as Metafile / Paste into InDesign doesn't work > (the pasted object is totally screwed up). > > What is the magic command to achieve what I'd want ? > > Thank you, > -- > Michaël Monerau >