summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/animate
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-29 14:20:55 +0000
committerNorbert Preining <preining@logic.at>2007-11-29 14:20:55 +0000
commit7674fdfd8ff8e191c3ca661562a72f8f15049e00 (patch)
tree9ca2cbcf5bbfed8b22568689932bff1d1fbe97da /Master/texmf-dist/doc/latex/animate
parent46c01a8363a5c5724540e0522784de465f6cf463 (diff)
animate update from ctan
git-svn-id: svn://tug.org/texlive/trunk@5645 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/animate')
-rw-r--r--Master/texmf-dist/doc/latex/animate/README6
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/animate.pdfbin1308016 -> 1311209 bytes
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/animate.tex17
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/scarab.mp2
4 files changed, 20 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/README b/Master/texmf-dist/doc/latex/animate/README
index 1af31cea478..22363a9b714 100644
--- a/Master/texmf-dist/doc/latex/animate/README
+++ b/Master/texmf-dist/doc/latex/animate/README
@@ -72,14 +72,16 @@ Usage:
buttonfg=<colour>, loop, palindrome, step,
poster[=first | none | last], begin={<begin text>},
end={<end text>}, timeline=<timeline file>,
- every=<number>
+ every=<number>, bb=<llx> <lly> <urx> <ury>,
+ viewport=<llx> <lly> <urx> <ury>,
+ trim=<crop left> <crop bottom> <crop right> <crop top>
Requirements:
pdfTeX, version >= 1.20
Ghostscript, version >= 8.31 or Adobe Distiller
- Adobe Reader, version >= 6
+ Adobe Reader, version >= 6, but not 8.0 and 8.1
Installation:
diff --git a/Master/texmf-dist/doc/latex/animate/doc/animate.pdf b/Master/texmf-dist/doc/latex/animate/doc/animate.pdf
index ad0fe39cea0..3f0ebce6ee6 100644
--- a/Master/texmf-dist/doc/latex/animate/doc/animate.pdf
+++ b/Master/texmf-dist/doc/latex/animate/doc/animate.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/animate/doc/animate.tex b/Master/texmf-dist/doc/latex/animate/doc/animate.tex
index 794d4a5faa7..6015c3ae370 100644
--- a/Master/texmf-dist/doc/latex/animate/doc/animate.tex
+++ b/Master/texmf-dist/doc/latex/animate/doc/animate.tex
@@ -182,6 +182,18 @@ scale=<factor>
\end{verbatim}
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.
+\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.
+\begin{verbatim}
+trim=<crop left> <crop bottom> <crop right> <crop 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}
controls
\end{verbatim}
Inserts control buttons below the animation widget. The meaning of the buttons is as follows, from left to right: stop \& first frame, step backward, play backward, play forward, step forward, stop \& last frame, decrease speed, default speed, increase speed. Both `play' buttons are replaced by a large `pause' button while the animation is playing.
@@ -251,7 +263,7 @@ In the first example, transparency No. 0 appears in the foreground throughout th
\emph{Grouping objects into layers using `{\tt;}'}
-This stack-like concept of animations, where transparencies are always put on top such that they overprint the content of previously deposited transparencies, can be inconvenient in certain situations. For example, it might be desirable to allow for changing the background image in the middle of an animation without affecting objects that are located in the foreground. For this purpose, transparency specifications can be grouped into \emph{layers} using the semicolon (\verb+;+) as a separator instead of the comma. This is best illustrated by an example:
+The stack-like concept of animations, where transparencies are always put on top such that they overprint the content of previously deposited transparencies, can be inconvenient in certain situations. For example, it might be desirable to allow for changing the background image in the middle of an animation without affecting objects that are located in the foreground. For this purpose, transparency specifications can be grouped into \emph{layers} using the semicolon (\verb+;+) as a separator instead of the comma. This is best illustrated by an example:
\begin{verbatim}
::0x49;2x0,3x0
:: ;4x0,5x0
@@ -263,10 +275,11 @@ This stack-like concept of animations, where transparencies are always put on to
:: ;104x0,105x0
...
\end{verbatim}
-In this timeline, the transparencies are grouped into two layers. One is reserved for the background images, transparencies No. 0 \& 1, that shall be exchanged after 49 frames, and another one for the foreground objects that are successively added to the scene. As can be seen in this example, layers need not be explicitly populated. The leading semicolons just ensure the proper relationship between transparencies and animation layers. Without setting up two layers, the foreground objects on transparencies 2 through 99 that have been added during the first 49 frames would be overprinted by the new background image, transparency 1, from frame 50 onwards.
+In this timeline, the transparencies are grouped into two layers. One is reserved for the background images, transparencies No. 0 \& 1, that shall be exchanged after 49 frames, and another one for the foreground objects that are successively added to the scene. As can be seen in this example, layers need not be explicitly populated; the leading semicolons just ensure the proper relationship between transparencies and animation layers. Note that without setting up two layers, the foreground objects on transparencies 2 through 99 that have been added during the first 49 frames would be overprinted by the new background image, transparency 1, from frame 50 onward.
See the second animation in Section~\ref{sect:examples} for a working example that makes use of the timeline and the layer concept.
+\newpage
\section{Examples}
\subsection[Animations from sets of files, using `animategraphics' command]{Animations from sets of files, using {\tt \string\animategraphics} command}\label{sect:examples}
Animations in this section are made from graphics files that were prepared with \MP. Run `\verb+mpost+' on the files ending in `.mp' in the `doc/files' directory to generate the graphics files. Both examples make use of the `\verb+timeline+' option to reduce the resulting PDF file size.
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/scarab.mp b/Master/texmf-dist/doc/latex/animate/doc/files/scarab.mp
index 0d4dcb69039..c12e563c30b 100644
--- a/Master/texmf-dist/doc/latex/animate/doc/files/scarab.mp
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/scarab.mp
@@ -1,5 +1,5 @@
%@AUTHOR: Maxime Chupin, Alexander Grahn
-%@DATE: 2007/10/02
+%@DATE: 2007/11/26
filenametemplate "%j_%c.mps";