diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-05 21:35:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-05 21:35:42 +0000 |
commit | 7a109f9d569e3259a63e0af9177180ca1d359b68 (patch) | |
tree | cbb450623c767b93702e8e057a0ed2800a9caf20 /Master/texmf-dist/source/latex/animate/animate.tex | |
parent | 34a198a074607c6eb90b0d82734630ca2bf439d9 (diff) |
animate (5nov19)
git-svn-id: svn://tug.org/texlive/trunk@52646 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.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} |