texlive[42511] trunk: asy-latex.dtx -> asymptote.sty 1.32 per
commits+karl at tug.org
commits+karl at tug.org
Mon Nov 14 23:37:46 CET 2016
Revision: 42511
http://tug.org/svn/texlive?view=revision&revision=42511
Author: karl
Date: 2016-11-14 23:37:46 +0100 (Mon, 14 Nov 2016)
Log Message:
-----------
asy-latex.dtx -> asymptote.sty 1.32 per https://github.com/vectorgraphics/asymptote/issues/24
Modified Paths:
--------------
trunk/Build/source/utils/asymptote/doc/asy-latex.dtx
trunk/Master/texmf-dist/tex/latex/asymptote/asymptote.sty
Modified: trunk/Build/source/utils/asymptote/doc/asy-latex.dtx
===================================================================
--- trunk/Build/source/utils/asymptote/doc/asy-latex.dtx 2016-11-14 22:35:32 UTC (rev 42510)
+++ trunk/Build/source/utils/asymptote/doc/asy-latex.dtx 2016-11-14 22:37:46 UTC (rev 42511)
@@ -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 @@
%</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 @@
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%
Modified: trunk/Master/texmf-dist/tex/latex/asymptote/asymptote.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/asymptote/asymptote.sty 2016-11-14 22:35:32 UTC (rev 42510)
+++ trunk/Master/texmf-dist/tex/latex/asymptote/asymptote.sty 2016-11-14 22:37:46 UTC (rev 42511)
@@ -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%
More information about the tex-live-commits
mailing list