summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/animate/animate.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-18 18:55:37 +0000
committerKarl Berry <karl@freefriends.org>2008-06-18 18:55:37 +0000
commitb988e35f7a6776bf29dc5e22b3e0e8d1420caaac (patch)
treebf0f5f5211c32be7d9ee950adda42bf821e1da32 /Master/texmf-dist/doc/latex/animate/animate.tex
parentba68b87b140dbb977245265756c4872e375173e2 (diff)
abimate update (16jun08)
git-svn-id: svn://tug.org/texlive/trunk@8848 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/animate/animate.tex')
-rwxr-xr-xMaster/texmf-dist/doc/latex/animate/animate.tex10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/animate.tex b/Master/texmf-dist/doc/latex/animate/animate.tex
index 797100276c1..1ae491dfd28 100755
--- a/Master/texmf-dist/doc/latex/animate/animate.tex
+++ b/Master/texmf-dist/doc/latex/animate/animate.tex
@@ -14,6 +14,7 @@
\usepackage{graphicx}
\usepackage{color}
\usepackage{hyperref}
+\usepackage[all]{hypcap}
\usepackage{textcomp}
\usepackage{lmodern}
\usepackage{mflogo}
@@ -163,7 +164,7 @@ For example, given the sequence `frame\_5.png' through `frame\_50.png' from a po
\end{verbatim}
\myparagraph*{Multipage PDF/JBIG2 inclusion (pdf\LaTeX{} only)}
-If the file `\verb+<file basename>+.pdf', `\verb+<file basename>+.jbig2' or `\verb+<file basename>+.jb2' exists (again, there is no file name extension to be specified), it is taken as a multipage document where each page represents one frame of the animation. In this case, the last two arguments, \verb+<first>+ \& \verb+<last>+, are interpreted differently from above; they specify a zero-based range of pages to be included in the animation. Either or both of them may be left empty, `\verb+{}+', in which case they default to $0$ and $n-1$, where $n$ is the total number of available pages. Arguments that fall outside this range are automatically corrected to the maximum allowed number, i.\,e. $n-1$.
+If the file `\verb+<file basename>+.(pdf|jbig2|jb2)' exists (again, there is no file name extension to be specified), it is taken as a multipage document where each page represents one frame of the animation. In this case, the last two arguments, \verb+<first>+ \& \verb+<last>+, are interpreted differently from above; they specify a zero-based range of pages to be included in the animation. Either or both of them may be left empty, `\verb+{}+', in which case they default to $0$ and $n-1$, where $n$ is the total number of available pages. Arguments that fall outside this range are automatically corrected to the maximum allowed number, i.\,e. $n-1$.
For example, the line
\begin{verbatim}
@@ -380,7 +381,7 @@ Contents of file `timeline.txt':
\end{verbatim}
\normalsize
-\begin{figure}
+\begin{figure}\capstart
\centering
\animategraphics[controls,loop,timeline=timeline.txt]{4}{exp_}{0}{8}
\caption{}\label{fig:taylor}
@@ -621,7 +622,7 @@ Fig.~\ref{fig:torus} is an inline graphics example adapted from \cite{gilg05}.
into the editor window that opens, save the file and quit the editor.
\item\label{item:laststep} To rebuild the format, enter\\
{\tt initexmf -{}-dump=latex}
- \item Repeat steps \ref{item:firststep}--\ref{item:laststep} with config file `{\tt pdflatex}'
+ \item Repeat steps \ref{item:firststep}--\ref{item:laststep} with config file `{\tt pdflatex}' and `{\tt xelatex}'
\end{enumerate}
\TeX\ Live:
@@ -632,7 +633,8 @@ Fig.~\ref{fig:torus} is an inline graphics example adapted from \cite{gilg05}.
\item As Root, open the file in your favourite text editor, scroll to the `{\tt main\_memory}' entry and change it to the value given above; save and quit.
\item Rebuild the formats by\\
{\tt fmtutil-sys -{}-byfmt latex}\\
- {\tt fmtutil-sys -{}-byfmt pdflatex}
+ {\tt fmtutil-sys -{}-byfmt pdflatex}\\
+ {\tt fmtutil-sys -{}-byfmt xelatex}
\end{enumerate}
\item Animations should not be placed on \emph{multilayered} slides created with presentation making classes such as Beamer or Powerdot. Although possible, the result might be disappointing. Put animations on flat slides only. (Of course, slides without animations may still have overlays.)