diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/asymptote/asymptote.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/asymptote/asymptote.sty b/Master/texmf-dist/tex/latex/asymptote/asymptote.sty index 2915f1238d1..94fdd4fe7a0 100644 --- a/Master/texmf-dist/tex/latex/asymptote/asymptote.sty +++ b/Master/texmf-dist/tex/latex/asymptote/asymptote.sty @@ -17,10 +17,11 @@ %% Licence: GPL2+ %% \ProvidesPackage{asymptote} - [2015/05/10 v1.29 Asymptote style file for LaTeX] + [2016/02/09 v1.30 Asymptote style file for LaTeX] \def\Asymptote{{\tt Asymptote}} \InputIfFileExists{\jobname.pre}{}{} \newbox\ASYbox +\newdimen\ASYdimen \newcounter{asy} \newwrite\AsyStream \newwrite\AsyPreStream |