diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-14 22:37:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-14 22:37:46 +0000 |
commit | 461b5765e46cc178308775e64506b882e55240c8 (patch) | |
tree | 3a23d2b29b384ad81aa840816919f6be9dab26a0 /Build | |
parent | a52d9f0e68444976ad0c87a021f58708f838b1da (diff) |
asy-latex.dtx -> asymptote.sty 1.32 per https://github.com/vectorgraphics/asymptote/issues/24
git-svn-id: svn://tug.org/texlive/trunk@42511 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/utils/asymptote/doc/asy-latex.dtx | 6 |
1 files changed, 4 insertions, 2 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% |