diff options
author | Karl Berry <karl@freefriends.org> | 2007-03-16 22:57:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-03-16 22:57:20 +0000 |
commit | 6b24bbb8c9fd9d68f274d903e2bcbefc0fd3e86c (patch) | |
tree | 2046aa9e69358869e72a3243a634f586a387c87c /Master/texmf-dist/doc/latex/animate/README | |
parent | 1c509078a3db7ab28a390cb21ac823ce314c650c (diff) |
new latex package animate (15mar07)
git-svn-id: svn://tug.org/texlive/trunk@4040 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/animate/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/README | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/README b/Master/texmf-dist/doc/latex/animate/README new file mode 100644 index 00000000000..fd24ad33f78 --- /dev/null +++ b/Master/texmf-dist/doc/latex/animate/README @@ -0,0 +1,69 @@ + ===================== + The animate Package + ===================== + +Author: + + Alexander Grahn + + +Description: + + This package provides an interface to create portable, JavaScript driven PDF + animations from sets of graphics files or from inline graphics, such as + latex-picture, PSTricks or pgf/TikZ generated pictures, or just from typeset + text. It supports the usual PDF making workflows, i. e. pdfLaTeX and LaTeX + -> dvips -> ps2pdf (Ghostscript) / Distiller. The resulting PDF can be + viewed in current Adobe Readers on all supported platforms. + + Note, this file only gives a summary of usage and available package and + command options. Please refer to the documentation `animate.pdf' in the + `doc/' directory for details and examples. + + Keywords: include, portable, animation, embed, animated, inline graphics, + graphics files, LaTeX, dvips, ps2pdf, pdfLaTeX, PDF, JavaScript, + PSTricks, pgf, TikZ, LaTeX-picture, Adobe Reader + + +Usage: + + \usepackage[<package options>]{animate} + + * Package options: autopause, autoplay, autoresume, controls, + buttonsize=<size>, screenbg=<colour>, buttonbg=<colour>, + loop, palindrome + + + \animategraphics[<options>]{<frame rate>}{<file basename>}{<first>}{<last>} + + \begin{animate}[<options>]{<frame rate>} + ... typeset material ... + \newframe + ... typeset material ... + \newframe + ... typeset material ... + \end{animate} + + * Command options: width=<width>, height=<height>, depth=<depth>, + scale=<factor>, autopause, autoplay, autoresume, controls, + buttonsize=<size>, screenbg=<colour>, buttonbg=<colour>, + loop, palindrome + + +Requirements: + + pdfLaTeX, version >= 1.20 is needed for direct PDF output. + + +Installation: + + Put the file animate.sty to a place where TeX can find it. + + +License: + + This material is subject to the LaTeX Project Public License. See + + http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html + + for the details of that license. |