diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/animate')
-rw-r--r-- | Master/texmf-dist/source/latex/animate/animate.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/animate/animate.tex b/Master/texmf-dist/source/latex/animate/animate.tex index 786fa567cd0..532272fbd95 100644 --- a/Master/texmf-dist/source/latex/animate/animate.tex +++ b/Master/texmf-dist/source/latex/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} |