Questions tagged [animations]

{animations} is about creating or including animations in (La)TeX documents.

{animations} deal with creating or including animations in (La)TeX documents. This tag can be used with the tag for your specific document class, like {beamer}, {article}, etc., or with the tag for your specific package.

437 questions
15
votes
2 answers

Animate a cartoon and convert to video format

Which methods exist to animate a cartoon in latex and convert it into a video format like .mp4?
7
votes
1 answer

How can you make animated objects on LaTeX and what programs do you have to use?

My primary question is that is it possible to make animated objects on LaTeX and what programs do you have to use if this is actually possible?
3
votes
1 answer

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 the first frame of the movie before being played,…
user2591
3
votes
2 answers

Animation In Petersen Graph

I want to produce animation which indicate cycle of length 5 in Petersen graph.I tried the following code but it indicate only single edges.I want to produce animation with all edges. \documentclass{article} \usepackage{animate} …
2
votes
0 answers

Animations into pdfLatex from After Effects

How would I go about forming animations in Latex? Is it possible to make animations or embed videos without having to use Adobe Acrobat etc? Essentially, I have an animation if Adobe After effects and was wondering if it is possible to embed this…
Hertzeh
  • 21
2
votes
1 answer

page flipping effect

There are commercial software that create the look of an analog page flipping effect from a PDF document. Is there a similar animation in TeX? (Not to be confused with flippdf package which gives a mirror image for printing machines.)
Maesumi
  • 9,059
1
vote
0 answers

Help me to Combine two Tex into one Tex to Become Multiple Pages PDF that can be Converted to GIF with ImageMagick

I have this piston animation from here: Improve code for four stroke engine in TikZ \documentclass[tikz]{standalone} \usetikzlibrary{shapes} \tikzset{ relative to node/.style={ shift={(#1.center)}, x={(#1.east)}, …
1
vote
1 answer

How to apply animation systematically for explaining given solution

Question: In my document i want to give effect of animation in systematic order. Is it possible? Thanks in advance what i done so…
SandyM
  • 2,757
1
vote
0 answers

Writing animation in LaTeX

In this answer, one can find code for a typewriter animation. I was wondering if one could go a step further, and animate text/mathematics in LaTeX stroke-by-stroke. In other words, I want the text to appear as if it's being written by a human,…
user1337
  • 219
0
votes
0 answers

Animating uniform motion

I want to build an animation with two points in uniform motion next to each other. Both would be going back and forth on an axis from x=-243 and x=125. The speed of the points is the same, but they start moving at x=0 and go in different directions.…
paklak
  • 1
0
votes
0 answers

Why is the Acrobat giving me the error?

The Acrobat loads my PDF animation file and it shows me the animation with wrong background and a second page under it with the message: @@@@@@@@@@@@@@@@@ Temporary page! LATEX was unable to guess the total number of pages correctly. As was some…
0
votes
1 answer

What is the most efficient way to have text appear on click in beamer?

So I want to create a presentation where each bullet point appears on click as in PowerPoint. I've seen a variety of solutions including the \break Command. Here's a sample of the…
0
votes
0 answers

Possible to make pan and zoom animation?

Is it possible to make a pan and zoom animation using Latex? For instance, in the enclosed image, is it possible to zoom on Hello World 1, stay there for a while then move to Hello World 2 maintaining the zoom, stay there for a while, etc. I am…
deshmukh
  • 2,435
  • 1
  • 26
  • 46
0
votes
1 answer

Hello ! I have a problem with this slide with animation the layout of the figure and the text changes

\documentclass[xcolor=table]{beamer} \usepackage[american,francais]{babel} \usepackage{listings} \usepackage{microtype} \usepackage{textcomp} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{lmodern} \usepackage[final]{pdfpages} \use…
Elyes
  • 181