summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/utils/asymptote/doc/asy-latex.dtx6
-rw-r--r--Master/texmf-dist/tex/latex/asymptote/asymptote.sty6
2 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/utils/asymptote/doc/asy-latex.dtx b/Build/source/utils/asymptote/doc/asy-latex.dtx
index 4030bb955fb..6295794102d 100644
--- a/Build/source/utils/asymptote/doc/asy-latex.dtx
+++ b/Build/source/utils/asymptote/doc/asy-latex.dtx
@@ -11,7 +11,7 @@ ____________________________
The ASYMPTOTE package
(C) 2003 Tom Prince
-(C) 2003-2015 John Bowman
+(C) 2003-2016 John Bowman
(C) 2010 Will Robertson
Adapted from comment.sty
@@ -38,7 +38,7 @@ Licence: GPL2+
%</driver>
%<pkg>\ProvidesPackage{asymptote}
%<*pkg>
- [2016/02/09 v1.30 Asymptote style file for LaTeX]
+ [2016/11/14 v1.32 Asymptote style file for LaTeX]
%</pkg>
%
%<*driver>
@@ -488,8 +488,10 @@ Licence: GPL2+
if(!settings.multipleView) settings.batchView=false;^^J%
\ifxetex
settings.tex="xelatex";^^J%
+ nosetpagesize();^^J%
\else\ifASYPDF
settings.tex="pdflatex";^^J%
+ nosetpagesize();^^J%
\fi\fi
\ifASYinline
settings.inlinetex=true;^^J%
diff --git a/Master/texmf-dist/tex/latex/asymptote/asymptote.sty b/Master/texmf-dist/tex/latex/asymptote/asymptote.sty
index 94fdd4fe7a0..39a781598bc 100644
--- a/Master/texmf-dist/tex/latex/asymptote/asymptote.sty
+++ b/Master/texmf-dist/tex/latex/asymptote/asymptote.sty
@@ -9,7 +9,7 @@
%% The ASYMPTOTE package
%%
%% (C) 2003 Tom Prince
-%% (C) 2003-2015 John Bowman
+%% (C) 2003-2016 John Bowman
%% (C) 2010 Will Robertson
%%
%% Adapted from comment.sty
@@ -17,7 +17,7 @@
%% Licence: GPL2+
%%
\ProvidesPackage{asymptote}
- [2016/02/09 v1.30 Asymptote style file for LaTeX]
+ [2016/11/14 v1.32 Asymptote style file for LaTeX]
\def\Asymptote{{\tt Asymptote}}
\InputIfFileExists{\jobname.pre}{}{}
\newbox\ASYbox
@@ -222,8 +222,10 @@
if(!settings.multipleView) settings.batchView=false;^^J%
\ifxetex
settings.tex="xelatex";^^J%
+ nosetpagesize();^^J%
\else\ifASYPDF
settings.tex="pdflatex";^^J%
+ nosetpagesize();^^J%
\fi\fi
\ifASYinline
settings.inlinetex=true;^^J%