summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-30 23:31:42 +0000
committerKarl Berry <karl@freefriends.org>2017-01-30 23:31:42 +0000
commit2e77dc02ffcc03e8c225ae621ee3f5703607be7f (patch)
tree37ba50584bd9c78bab63271ad262e1e435dd3c06 /Master/texmf-dist/source/latex
parent1748f60fe3fb5a9b4f0e566b66a86b643285c903 (diff)
animate (30jan17)
git-svn-id: svn://tug.org/texlive/trunk@43095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r--Master/texmf-dist/source/latex/animate/animate.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/animate/animate.tex b/Master/texmf-dist/source/latex/animate/animate.tex
index 2ff3cfcec93..34d089333df 100644
--- a/Master/texmf-dist/source/latex/animate/animate.tex
+++ b/Master/texmf-dist/source/latex/animate/animate.tex
@@ -13,8 +13,7 @@
\usepackage{pst-3dplot}
\usepackage{pst-node,pst-plot,pst-tools,pst-text,pst-ode}
\usepackage{media9}
-%\usepackage[buttonbg=0.9]{animate}
-\usepackage[buttonbg=0.9,method=widget]{animate}
+\usepackage[buttonbg=0.9]{animate}
\usepackage{intcalc}
\usepackage{graphicx}
\graphicspath{{files/}}
@@ -324,6 +323,7 @@ The package implements three different animation methods. The `\verb+icon+' meth
measure
\end{verbatim}
Measures the frame rate during one cycle of the animation and prints the value to the JavaScript console of the Reader. (For testing purposes.)
+\hypertarget{beginend}{}%
\begin{verbatim}
begin={<begin text>}
end={<end text>}
@@ -1277,6 +1277,8 @@ dt dt Tm nT mul { % pop
\item Animations do not work if the PDF was produced with Ghostscript versions older than 9.15.
+ \item If the `\verb+animateinline+' environment is used in a right-to-left typesetting context (RTL), every frame's content should be enclosed in a pair of \verb+\beginR+ and \verb+\endR+ commands in order to correctly typeset RTL text contained therein. This can be conveniently done by means of the `\verb+begin+' and `\verb+end+' \hyperlink{beginend}{options} of the `\verb+animateinline+' environment.
+
% \item If the \LaTeX{} $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+/Distiller route is being taken, make sure that the original graphics size (i.\,e. not scaled by any of the `{\tt scale}', `{\tt width}', `{\tt height}' or `{\tt totalheight}' options) does not exceed the page size of the final document. During PS to PDF conversion every graphic of the animation is temporarily moved to the upper left page corner. Those parts of the graphics that do not fit onto the document page will be clipped in the resulting PDF. Fortunately, graphics files for building animations may be resized easily to fit into a given bounding box by means of the `{\tt epsffit}' command line tool:
%
%\quad{\tt epsffit -c <llx> <lly> <urx> <ury> infile.eps outfile.eps}