summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/animate/animate.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-09-21 20:55:23 +0000
committerKarl Berry <karl@freefriends.org>2017-09-21 20:55:23 +0000
commit068db09f7f540c9ad973d0cb1d758438653ede03 (patch)
treedac568ac1a323d2586b35b872016ccfdef9ec4f1 /Master/texmf-dist/source/latex/animate/animate.tex
parentc15e0c9b134d5c0f5a9778c9181655adc093e142 (diff)
animate (21sep17)
git-svn-id: svn://tug.org/texlive/trunk@45367 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/animate/animate.tex')
-rw-r--r--Master/texmf-dist/source/latex/animate/animate.tex14
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/animate/animate.tex b/Master/texmf-dist/source/latex/animate/animate.tex
index 2dd1304a6d3..90886cadc24 100644
--- a/Master/texmf-dist/source/latex/animate/animate.tex
+++ b/Master/texmf-dist/source/latex/animate/animate.tex
@@ -4,12 +4,12 @@
% Copyright 2007--\today Alexander Grahn
%
% This material is subject to the LaTeX Project Public License. See
-% http://mirrors.ctan.org/help/Catalogue/licenses.lppl.html
+% http://mirrors.ctan.org/macros/latex/base/lppl.txt
% for the details of that license.
%
\documentclass[a4paper]{article}
\frenchspacing
-\usepackage[buttonbg=0.9]{animate}
+\usepackage[buttonbg=0.9,buttonalpha=0.1]{animate}
\usepackage[UKenglish]{babel}
\usepackage{pst-3dplot}
\usepackage{pst-node,pst-plot,pst-tools,pst-text,pst-ode}
@@ -90,7 +90,7 @@
\def\@anim@sanitizeColon{}\def\@anim@sanitizeJS{}\def\@anim@endsanitize{}
\expandafter\parsedate\@anim@version\relax %set current date to package date
\makeatother
-\author{Alexander Grahn \animategraphics[autoplay,loop,height=1.8ex,nomouse]{8}{bye_}{0}{3}\protect\footnote{Animated GIF taken from \href{http://www.phpBB.com}{phpBB} forum software and burst into a set of EPS files using \href{http://www.imagemagick.org}{ImageMagick} before embedding.} \protect\footnote{Animations may run slowly if viewed in the Acrobat Reader browser plugin.}\\[1ex]\includegraphics[height=2.7ex]{mailto}\\[1ex]\url{https://github.com/agrahn/animate}}
+\author{Alexander Grahn \animategraphics[autoplay,loop,height=1.8ex,nomouse]{8}{bye_}{0}{3}\protect\footnote{Animated GIF taken from \href{http://www.phpBB.com}{phpBB} forum software and burst into a set of EPS files using \href{http://www.imagemagick.org}{ImageMagick} before embedding.} \protect\footnote{Animations may run slowly if viewed in the Acrobat Reader browser plugin.}\\[1ex]\url{https://github.com/agrahn/animate}}
\maketitle
\endgroup
\begin{abstract}
@@ -157,6 +157,7 @@ scale=<factor>
buttonsize=<size>
buttonbg=<colour>
buttonfg=<colour>
+buttonalpha=<opacity>
step
nomouse
type=<file ext>
@@ -304,8 +305,9 @@ Changes the control button height to \verb+<size>+, which must be a valid \TeX{}
\begin{verbatim}
buttonbg=<colour>
buttonfg=<colour>
+buttonalpha=<opacity>
\end{verbatim}
-By default, control button widgets are drawn with black strokes on transparent background. The background can be turned into a solid colour by the first option, while the second option specifies the stroke colour. The parameter \verb+<colour>+ is an array of colon-(\verb+:+)-separated numbers in the range from 0.0 to 1.0. The number of array elements determines the colour model in which the colour is defined: (1) gray value, (3) RGB, (4) CMYK. For example, `\verb+1+', `\verb+1:0.5:0.2+' and `\verb+0.5:0.3:0.7:0.1+' are valid colour specifications.
+By default, control button widgets are drawn with black strokes on transparent background. The background can be turned into a solid colour by the first option, while the second option specifies the stroke colour. The parameter \verb+<colour>+ is an array of colon-(\verb+:+)-separated numbers in the range from 0.0 to 1.0. The number of array elements determines the colour model in which the colour is defined: (1) gray value, (3) RGB, (4) CMYK. For example, `\verb+1+', `\verb+1:0.5:0.2+' and `\verb+0.5:0.3:0.7:0.1+' are valid colour specifications. Option \verb+buttonalpha+ adds transparency to the control buttons. Its parameter \verb+<opacity>+ is a number between 0.0 and 1.0, where 0.0 produces fully transparent and 1.0 fully opaque buttons.
\begin{verbatim}
draft
final
@@ -806,7 +808,7 @@ A timeline file, written on-the-fly, is used to assemble the curve segments fram
%attractor segments
\gdef\initCond{10 10 30}% initial condition
\pstVerb{/lorenzXYZall {} def} %takes the whole attractor
- \multiframe{100}{i=0+1,rtZero=0+0.25,rtOne=0.25+0.25}{%
+ \multiframe{100}{rtZero=0+0.25,rtOne=0.25+0.25}{%
%compute current attractor segment, store it in `lorenzXYZseg'
\pstODEsolve[algebraic]{%
lorenzXYZseg}{0 1 2}{\rtZero}{\rtOne}{26}{\initCond}{\lorenz}%
@@ -872,7 +874,7 @@ A timeline file, written on-the-fly, is used to assemble the curve segments fram
%attractor segments
\gdef\initCond{10 10 30}% initial condition
\pstVerb{/lorenzXYZall {} def} %takes the whole attractor
- \multiframe{100}{i=0+1,rtZero=0+0.25,rtOne=0.25+0.25}{%
+ \multiframe{100}{rtZero=0+0.25,rtOne=0.25+0.25}{%
%compute current attractor segment, store it in `lorenzXYZseg'
\pstODEsolve[algebraic]{%
lorenzXYZseg}{0 1 2}{\rtZero}{\rtOne}{26}{\initCond}{\lorenz}%