summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-01-05 17:01:48 +0000
committerKarl Berry <karl@freefriends.org>2008-01-05 17:01:48 +0000
commit038c7ffeca38aaaaca1d7bda2edf089ba4fa695a (patch)
tree1d375249ba4ebbd7ea8f558fbfa5604c82db3873 /Master/texmf-dist/doc
parent49a5398564d32d47047f5087b6d35b12d73f86a6 (diff)
animate update (3jan08)
git-svn-id: svn://tug.org/texlive/trunk@6040 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/animate/README2
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/animate.pdfbin1312253 -> 1315467 bytes
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/animate.tex2
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/exp.mp4
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/scarab.mp14
5 files changed, 9 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/README b/Master/texmf-dist/doc/latex/animate/README
index 22363a9b714..0c7ccb12224 100644
--- a/Master/texmf-dist/doc/latex/animate/README
+++ b/Master/texmf-dist/doc/latex/animate/README
@@ -74,7 +74,7 @@ Usage:
end={<end text>}, timeline=<timeline file>,
every=<number>, bb=<llx> <lly> <urx> <ury>,
viewport=<llx> <lly> <urx> <ury>,
- trim=<crop left> <crop bottom> <crop right> <crop top>
+ trim=<left> <bottom> <right> <top>
Requirements:
diff --git a/Master/texmf-dist/doc/latex/animate/doc/animate.pdf b/Master/texmf-dist/doc/latex/animate/doc/animate.pdf
index 491cef4f98f..6346bdeb512 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 968897d4d36..12167460243 100644
--- a/Master/texmf-dist/doc/latex/animate/doc/animate.tex
+++ b/Master/texmf-dist/doc/latex/animate/doc/animate.tex
@@ -73,7 +73,7 @@ The `animate' package makes use of Optional Content Groups (OCG), also known as
\begin{trivlist}
\item pdf\TeX{}, version $\ge1.20$ for direct PDF output
\item Ghostscript, version $\ge8.31$ or Adobe Distiller for PS to PDF conversion
-\item Adobe Reader, version $\ge6$, but not $8.0$ and $8.1$
+\item Adobe Reader, version $\ge6$, but not $8$
\end{trivlist}
\section{Installation}
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/exp.mp b/Master/texmf-dist/doc/latex/animate/doc/files/exp.mp
index f0999f164dc..f719391fecf 100644
--- a/Master/texmf-dist/doc/latex/animate/doc/files/exp.mp
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/exp.mp
@@ -1,5 +1,5 @@
-%@AUTHOR: Jan Holecek, Alexander Grahn
-%@DATE: 2007/10/02
+% Jan Holecek, Alexander Grahn
+% 2008/01/03
filenametemplate "%j_%c.mps";
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 c12e563c30b..bef95226e24 100644
--- a/Master/texmf-dist/doc/latex/animate/doc/files/scarab.mp
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/scarab.mp
@@ -1,10 +1,9 @@
-%@AUTHOR: Maxime Chupin, Alexander Grahn
-%@DATE: 2007/11/26
+% Maxime Chupin, Alexander Grahn
+% 2008/01/03
filenametemplate "%j_%c.mps";
verbatimtex
-%&latex
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
@@ -12,7 +11,6 @@ verbatimtex
etex
u:=4cm;
-picture trait;
vardef proj(expr P,M,N)=
save H;
@@ -23,10 +21,10 @@ vardef proj(expr P,M,N)=
enddef;
path dr,cercle,drb,scara;
-pair A,B,C,D,Q,T,O',P,O,M,N;
+pair A,B,C,D,Q,T,O',P,O,M;
O:=(0,0);
O':=(-u/3,0);
-A:=(u/sqrt(2),u/sqrt(2)) shifted O' ;
+A:=(u/sqrt(2),u/sqrt(2)) shifted O';
B:=(u/sqrt(2),-u/sqrt(2)) shifted O';
C:=(-u/sqrt(2),-u/sqrt(2))shifted O';
D:=(-u/sqrt(2),u/sqrt(2)) shifted O';
@@ -39,7 +37,7 @@ for i:=0 upto 100:
P:=A;
Q:=O';
M:=proj(O,P,Q);
- scara:=M;
+ scara:=M;
else:
scara:=M;
for j:=1 upto 4:
@@ -85,8 +83,6 @@ for i:=0 upto 100:
(u,1.2u)--(u,-1.2u)--(-1.5u,-1.2u)--(-1.5u,1.2u)--cycle;
draw 12[P,Q]--12[Q,P] dashed evenly;
draw O--M dashed evenly;
- pickup pencircle scaled 1pt;
- draw scara withcolor red;
pickup pencircle scaled 1.4pt;
draw P--Q withcolor blue;
label.rt(btex $2l$ etex, 0.5[P,Q]);