diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/asymptote/asymptote.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/asymptote/asymptote.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/asymptote/asymptote.sty b/Master/texmf-dist/tex/latex/asymptote/asymptote.sty index 302e6aebe3a..7fc5c53aab8 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-2016 John Bowman +%% (C) 2003-2020 John Bowman %% (C) 2010 Will Robertson %% %% Adapted from comment.sty @@ -17,7 +17,7 @@ %% Licence: GPL2+ %% \ProvidesPackage{asymptote} - [2016/11/26 v1.33 Asymptote style file for LaTeX] + [2020/01/12 v1.35 Asymptote style file for LaTeX] \def\Asymptote{{\tt Asymptote}} \InputIfFileExists{\jobname.pre}{}{} \newbox\ASYbox @@ -293,12 +293,12 @@ \ifASYattach \ifASYPDF \IfFileExists{"\AsyFile+0.pdf"}{% - \setbox\ASYbox=\hbox{\includegraphics[hiresbb]{"\AsyFile+0".pdf}}% + \setbox\ASYbox=\hbox{\includegraphics[hiresbb]{\AsyFile+0.pdf}}% }{% - \setbox\ASYbox=\hbox{\includegraphics[hiresbb]{"\AsyFile".pdf}}% + \setbox\ASYbox=\hbox{\includegraphics[hiresbb]{\AsyFile.pdf}}% }% \else - \setbox\ASYbox=\hbox{\includegraphics[hiresbb]{"\AsyFile.eps"}}% + \setbox\ASYbox=\hbox{\includegraphics[hiresbb]{\AsyFile.eps}}% \fi \textattachfile{\AsyFile.\AsyExtension}{\phantom{\copy\ASYbox}}% \vskip-\ht\ASYbox @@ -306,9 +306,9 @@ \box\ASYbox \else \ifASYPDF - \includegraphics[hiresbb]{"\AsyFile".pdf}% + \includegraphics[hiresbb]{\AsyFile.pdf}% \else - \includegraphics[hiresbb]{"\AsyFile.eps"}% + \includegraphics[hiresbb]{\AsyFile.eps}% \fi \fi }{% |