diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-16 17:27:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-16 17:27:26 +0000 |
commit | fbb7e835bffb3653af5165cbcc62aef0df8bfe93 (patch) | |
tree | 556994e281f2760742f38823577c476dbcb84122 /Master/texmf-dist/tex/latex | |
parent | df88f83b1126c57b3ca9b0371071f36caba3fbbf (diff) |
asymptote 2.41 for TL17
git-svn-id: svn://tug.org/texlive/trunk@43843 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/asymptote/asymptote.sty | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/asymptote/asymptote.sty b/Master/texmf-dist/tex/latex/asymptote/asymptote.sty index 39a781598bc..715a291e8ac 100644 --- a/Master/texmf-dist/tex/latex/asymptote/asymptote.sty +++ b/Master/texmf-dist/tex/latex/asymptote/asymptote.sty @@ -17,7 +17,7 @@ %% Licence: GPL2+ %% \ProvidesPackage{asymptote} - [2016/11/14 v1.32 Asymptote style file for LaTeX] + [2016/11/26 v1.33 Asymptote style file for LaTeX] \def\Asymptote{{\tt Asymptote}} \InputIfFileExists{\jobname.pre}{}{} \newbox\ASYbox @@ -222,10 +222,8 @@ 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% |