{animations} is about creating or including animations in (La)TeX documents.
3
votes
1answer
514 views
Curiosity - 3D animation in TikZ
Is it possible to create animations shown in the link below in TikZ
http://ubcsanskrit.ca/lesson2/writingtutor.html
to start animation click on any of the letters on the page. I know it may not be ...
15
votes
3answers
3k views
Simple speech bubbles, arrows or balloon like shapes in beamer
I have to highlight the grammatical categories in a sentence like this:
There is a beautiful flower in the garden.
Now, by either using balloons or arrows, I have to highlight which word belongs to ...
17
votes
1answer
1k views
Beamer Animations: How to simulate terminal input and output
I'm preparing some Unix training material and I'd like to show some vertically scrolling text of the commands as if simulating text entry in a terminal. My idea was to split the frame into 2 columns, ...
0
votes
0answers
240 views
Add video to beamer slide [duplicate]
Possible Duplicate:
Embedding videos and animations
I am new at making presentations using Latex (Beamer). What I need is to add some videos in my presentation. How can this be done?
Also, ...
3
votes
1answer
610 views
Disabling beamer animations easily
I'm writing a presentation for a conference with beamer. I'm using \pause commands in order to show the contents one piece at a time, but it's really annoying having to scroll through so much pages ...
0
votes
0answers
586 views
Animation in beamer [closed]
I am trying put an animation figure in slides in beamer. I have all packages needed in tex file, but it is not a motion pdf file. How do I fix this?
22
votes
3answers
1k views
Converting beamer slides to animated images
As a follow up to Highlighting specific parts of a TikZ drawing, I'd like to know how to generate an animated image (gif) from a series of beamer slides.
Martin Scharrer came up with this example:
...
2
votes
1answer
440 views
How to make beamer's alert work in \multiinclude[<alert@+| +->]?
Beamer user guide says at p140:
Example: For a more interesting usage
of the ⟨default overlay
specification⟩, consider the following
usage:
\multiinclude[<alert@+|> +->]{gra}
...
11
votes
1answer
2k views
Using double for-loop in tikz
In the manual one can find the ... option to obtain a range in the for-loop. For example:
\foreach \x in {0,0.1,...,6} {\x, }
On the other hand, one can have a for-loop which runs over two ...
2
votes
2answers
1k views
Create Flash animations with LaTeX
Recently, I had to prepare a few beamer presentations, and during this process I realized that the "ideal" presentation would be much more interactive and live than one can possibly do with LaTeX. It ...
18
votes
5answers
1k views
Constructing a dynamic PDF
I wish to create a dynamic PDF file to write an article. This article will contain some theorems. The user will click a theorem and this will drill down to reveal the proof of that theorem. I think ...
2
votes
1answer
252 views
Running the animate package documentation
I downloaded the tex file for the documentation of animate package by Alexander Grahn and tried to run it on MikTeX instead of giving me the PDF output it generate the following error:
! LaTeX Error: ...
13
votes
1answer
572 views
Is it possible to embed multimedia (audio or video)?
Using TeX/LaTeX is it possible to embed multimedia?
If so how?
3
votes
2answers
2k views
Successive display of animations in a beamer/tikz environment
i made a simple animated graphic in a tikz/beamer environment. the problem is that when i click on one of the slides, all animations begin to move. what i am looking for is that on slide 2 S begins to ...
2
votes
1answer
510 views
Including 3D figures — “click to activate”
When I use Asymptote to create 3D figures, they appear in the final PDF as static images. When the user hovers the mouse over them, the message "click to activate" is displayed and a mouse click ...
3
votes
1answer
432 views
showing first frame of a movie with movie15
I am using the movie15 package to add a swf movie to my presentation, but I do not like that when it finishes playing, it leaves a blank placeholder. Is it possible to configure it so that it shows ...
8
votes
1answer
2k views
Deactivate all \alt,\uncover in beamer (for printing)
I have a big latex beamer that uses \alt, \uncover, ... to create "animations".
My goal is to deactivate all these commands temporary (let's say : just use the last state/slide each time there's this ...
7
votes
1answer
2k views
When I use \animate in beamer, how do I move back in my presentation?
Matthew Leingang just provided a nice example of beamer's \animate method. If in this example (don't want to repeat it here) I replace \animate<2-10> with \animate<3-10>, how will I then ...
5
votes
2answers
2k views
Animating Protocols
I'm creating a beamer presentation on network protocols. I like to put very simple animations in the slides, like an arrow extending from sender to receiver, showing the flow of network messages.
I ...
10
votes
1answer
6k views
Is there any way to include an animated GIF directly?
Is there any way to include an animated GIF directly in either PDFLaTeX or XeLaTeX? I realize the animate package can include animations in a PDF, but it doesn't support animated GIFs and you have to ...
6
votes
2answers
645 views
Animated scrolling marquee across an entire page.
I would like to have a scrolling marquee across the entire width of a page. I am intending this for a Beamer presentation, but the solution doesn't necessarily have anything to do with beamer. I ...
36
votes
5answers
33k views
Embedding videos and animations
I'm aware that it's possible to embed some kinds of videos and animations in LaTeX files (using the beamer or prosper classes) but I couldn't locate good documentation on this. My web searches ...
25
votes
3answers
16k views
Animation in PDF presentations, without Adobe Reader?
I sometimes have to present on other people's equipment, such as machines running stripped down Linux distributions, presentation servers with a bare-bones PDF viewer running in a virtual machine, or ...