diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/asymptote')
-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% |