gallandarakhneorg / autolatex

Automate the compilation of LaTeX documents
http://www.arakhne.org/autolatex
GNU Lesser General Public License v3.0
27 stars 6 forks source link

Generate animated figure from SVG layers #14

Closed gallandarakhneorg closed 11 years ago

gallandarakhneorg commented 11 years ago

When creating a frame/slide with the Beamer library, it may be useful to created animated figures from a single SVG file. The layers in the SVG frame will be the different images to put in the animation in the Beamer.

gallandarakhneorg commented 11 years ago

The files with the extensions ".svg+layers" and ".svg+layers+tex" are now recognized as collections of layers that may be used to create the Beamer animation. The Beamer animation is based on the tikz package: the different layers in the SVG are the different frames of the animation. You could specify the overlay by adding the strig "" in the title of the layer; where "spec" is the specification of an overlay according to the Beamer's syntax, eg. "3" for displaying only on the 3rd slide of the animation, "4-" for displaying from the slide 4 to the end...