summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/animate/animate.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/animate/animate.tex')
-rw-r--r--macros/latex/contrib/animate/animate.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/macros/latex/contrib/animate/animate.tex b/macros/latex/contrib/animate/animate.tex
index 786fa567cd..532272fbd9 100644
--- a/macros/latex/contrib/animate/animate.tex
+++ b/macros/latex/contrib/animate/animate.tex
@@ -6,6 +6,7 @@
% http://mirrors.ctan.org/macros/latex/base/lppl.txt
% for the details of that license.
%
+\listfiles
\documentclass[a4paper]{article}
\frenchspacing
\usepackage[buttonbg=0.9]{animate}
@@ -1326,7 +1327,9 @@ SVG is a single-page graphics format. Therefore, it is most useful to first prod
The following code may serve as a template for generating standalone animated SVG:
\begin{lstlisting}
-\documentclass[12pt,dvisvgm]{article}
+\documentclass[dvisvgm]{article}
+
+\pagestyle{empty} % suppress page number
\usepackage{animate}
\usepackage{graphicx}
@@ -1337,8 +1340,6 @@ The following code may serve as a template for generating standalone animated SV
%\usepackage{pstricks} % enable as needed
%\usepackage{tikz}
-\pagestyle{empty}
-
\begin{document}
\begin{center}