LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 18 Jun 2003 10:39:46 -0400
Reply-To:     "Schechter, Robert S" <robert.schechter@ASTRAZENECA.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Schechter, Robert S" <robert.schechter@ASTRAZENECA.COM>
Subject:      OT: RE: Powerpoint question: Animating a table
Comments: To: "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Comments: cc: "flom@NDRI.ORG" <flom@NDRI.ORG>
Content-Type: text/plain; charset="iso-8859-1"

Does the section on Chart Effects tab in the online help pasted below help?

Animate text and objects:

In normal view, display the slide that has the text or objects you want to animate.

On the Slide Show menu, click Custom Animation, and then click the Effects tab.

If you are animating a chart created in Microsoft Graph, click the Chart Effects tab.

Under Check to animate slide objects, select the check box next to the text or object you want to animate.

Under Entry animation and sound and Introduce text (if you are animating text), select the options you want. For Help on an option, click the question mark and then click the option.

Repeat steps 3 and 4 for every object you want to animate.

Click the Order and Timing tab.

To change the order of animation, select the object you want to change under Animation order, and then click one of the arrows to move the object up or down in the list.

-----Original Message----- From: Fehd, Ronald J. (PHPPO) [mailto:rjf2@CDC.GOV] Sent: Wednesday, June 18, 2003 10:25 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Powerpoint question: Animating a table LaTeX

> From: Peter Flom [mailto:flom@NDRI.ORG] > Does anyone know if it's possible, in Powerpoint, to animate > a table so that different cells of the table show up one at a time? > > Or does someone know of a good source to ask? I've checked a > couple of Powerpoint books, and tried to Google it, but got nowhere

in other languages this is known as adding overlays

in my limited experience w/PowerPoint my kludge has been to looptop: copy the entire previous slide add the new item if done then goto exit else goto looptop: exit:

in my current research into what to recommend for LaTeX users who want to do presentations -- those w/LaTeX installed may find these docs under ...\doc\latex\ifmslide\ifmman.*

The ifmman style defines an environment which allows one to define a series of slides with each slide having a new item, here described as \step

\begin{slide} \section{Features} \stepwise{ \begin{itemize} \item[...] produces DVI (\LaTeX{}) for printouts and PDF (PDF\LaTeX{}) for direct presentation. \step{\item[...] DVI-Version with extra margins for the printer.} %snippage of eight other \step \end{itemize} } \end{slide}

note that this single definition of \slide produces 10 slides in the pdf each successive slide having one more item

to view the output of this procedure, a pdf of size=362KB: ftp://ftp.sunsite.utk.edu/pub/CTAN/macros/latex/contrib/ifmslide/doc/ifmman. pdf note: the Univ/TN mirror is closest to me you may wish to pick a mirror closer to you http://www.ctan.org/getmirror/?filename=macros/latex/contrib/ifmslide/doc/if mman.pdf&action=/getfile/

side note on the power of LaTeX: filename size ifmman.tex 14KB ifmman.pdf 362KB

ifmman.tex is the source code, from which I cut&paste the above code ifmman.pdf is the document output by pdfLaTeX.exe

Ron Fehd the LaTeX maven CDC Atlanta GA USA RJF2@cdc.gov

RTFOA: I'm an engineer, I don't get paid to know, I get paid to know where to look it up. RTFOA: Read The Finite Online Archives


Back to: Top of message | Previous page | Main SAS-L page