Re: Best Way to Copy from Mathematica to Powerpoint?
- To: mathgroup at smc.vnet.net
- Subject: [mg115211] Re: Best Way to Copy from Mathematica to Powerpoint?
- From: "W. Craig Carter" <ccarter at mit.edu>
- Date: Tue, 4 Jan 2011 04:26:52 -0500 (EST)
Hello Robert Bailie, This is, perhaps, the simplest method: ------ Export["myfile.pdf", TraditionalForm[ HoldForm[Sum[MangoldtLambda[n]/n^s, {n, 1, Infinity}] == -Zeta'[s]/Zeta[s]]]] And, then import myfile.pdf into poorerpoint. or this: Export["myotherfile.pdf", Plot[Sin[x Sin[x]], {x, 0, 4 Pi}, PlotStyle -> Thick]] -------- Although many wouldn't agree with this preference, I prefer using mathematica's SlideShow in the classroom. Craig On 28 Dec, 2010, at 6:50 AM, RBaillie wrote: > TraditionalForm[HoldForm[ > Sum[MangoldtLambda[n]/n^s, {n, 1, Infinity}] == -Zeta'[s]/ZetBioa[s] > ]]