diff options
author | Norbert Preining <preining@logic.at> | 2007-12-19 07:59:00 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-12-19 07:59:00 +0000 |
commit | 1bdd959dcf616ef869e5b8996272131d3e98c0b9 (patch) | |
tree | 74d39df515a7ef407e3df07a2d4b5b87747facec /Master | |
parent | 06d5b83ac15521ee219dff5ce473e52fbcef22f7 (diff) |
update animate from ctan (07-12-19)
git-svn-id: svn://tug.org/texlive/trunk@5805 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/doc/animate.pdf | bin | 1313201 -> 1312253 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/doc/animate.tex | 10 |
2 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/doc/animate.pdf b/Master/texmf-dist/doc/latex/animate/doc/animate.pdf Binary files differindex b36b4fc248f..491cef4f98f 100644 --- a/Master/texmf-dist/doc/latex/animate/doc/animate.pdf +++ b/Master/texmf-dist/doc/latex/animate/doc/animate.pdf diff --git a/Master/texmf-dist/doc/latex/animate/doc/animate.tex b/Master/texmf-dist/doc/latex/animate/doc/animate.tex index d7a359c9b17..968897d4d36 100644 --- a/Master/texmf-dist/doc/latex/animate/doc/animate.tex +++ b/Master/texmf-dist/doc/latex/animate/doc/animate.tex @@ -19,6 +19,7 @@ \usepackage[T1]{fontenc} \usepackage{microtype} \usepackage{ifpdf} +\usepackage{parskip} \ifpdf \makeatletter @@ -26,9 +27,6 @@ \makeatother \fi -\parindent0pt -\parskip1.2ex - \def\keywords{include, portable, PDF, animation, animating, embed, animated, graphics, LaTeX, pdfLaTeX, animated GIF, PSTricks, pgf, TikZ, LaTeX-picture, MetaPost, inline graphics, vector graphics, dvips, ps2pdf, JavaScript, Adobe Reader} \hypersetup{ bookmarksnumbered,linktocpage,breaklinks, @@ -197,13 +195,13 @@ Scales the animation widget by \verb+<factor>+. \begin{verbatim} bb=<llx> <lly> <urx> <ury> \end{verbatim} -(\verb+\animategraphics+ only, requires package `graphicx'.) The four, space separated arguments set the bounding box of the graphics files. Units can be omitted, in which case `bp' (Postscript points) are assumed. +(\verb+\animategraphics+ only, requires package `graphicx'.) The four, space separated arguments set the bounding box of the graphics files. Units can be omitted, in which case `bp' (Postscript points) is assumed. \begin{verbatim} viewport=<llx> <lly> <urx> <ury> \end{verbatim} -(\verb+\animategraphics+ only, requires package `graphicx'.) This option takes four arguments, just like bb. However, in this case the values are taken relative to the origin specified by the bounding box in the graphics files. +(\verb+\animategraphics+ only, requires package `graphicx'.) This option takes four arguments, just like `\verb+bb+'. However, in this case the values are taken relative to the origin specified by the bounding box in the graphics files. \begin{verbatim} -trim=<crop left> <crop bottom> <crop right> <crop top> +trim=<left> <bottom> <right> <top> \end{verbatim} (\verb+\animategraphics+ only, requires package `graphicx'.) Crops the graphics at the edges. The four lengths specify the amount to be removed from or, if negative values have been provided, to be added to each side of the graphics. \begin{verbatim} |