MathGroup Archive 2011

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

Search the Archive

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]
> ]]


  • Prev by Date: Re: dissabling code segments
  • Next by Date: Re: dissabling code segments
  • Previous by thread: Re: Numerical Solver for 2D/3D (Reaction-)Diffusion equation
  • Next by thread: Re: Mathematica daily WTF (programming everything functionally?)