summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/animation.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/animation.asy')
-rw-r--r--Master/texmf-dist/asymptote/animation.asy1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/asymptote/animation.asy b/Master/texmf-dist/asymptote/animation.asy
index 57e13ab6e03..270adce713a 100644
--- a/Master/texmf-dist/asymptote/animation.asy
+++ b/Master/texmf-dist/asymptote/animation.asy
@@ -139,6 +139,7 @@ struct animation {
string pdf(enclosure enclosure=NoBox, real delay=animationdelay,
string options="", bool keep=settings.keep, bool multipage=true) {
+ settings.twice=true;
if(settings.inlinetex) multipage=true;
if(!global) multipage=false;
if(!pdflatex())