diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-19 23:01:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-19 23:01:02 +0000 |
commit | 3a51e8f2c9453f4c9207f1a515b25e7fc158a51a (patch) | |
tree | 13d75243fd97dd968c5c3923e46536cff6f3a3a9 /Build/source/utils/asymptote/doc/asymptote.sty | |
parent | 099071cc369e537c2dc2892dd3be17a9553ad78b (diff) |
asy 2.69 sources
git-svn-id: svn://tug.org/texlive/trunk@57802 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/doc/asymptote.sty')
-rw-r--r-- | Build/source/utils/asymptote/doc/asymptote.sty | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/doc/asymptote.sty b/Build/source/utils/asymptote/doc/asymptote.sty index 7fc5c53aab8..17a05d68a3a 100644 --- a/Build/source/utils/asymptote/doc/asymptote.sty +++ b/Build/source/utils/asymptote/doc/asymptote.sty @@ -9,7 +9,7 @@ %% The ASYMPTOTE package %% %% (C) 2003 Tom Prince -%% (C) 2003-2020 John Bowman +%% (C) 2003-2021 John Bowman %% (C) 2010 Will Robertson %% %% Adapted from comment.sty @@ -17,7 +17,7 @@ %% Licence: GPL2+ %% \ProvidesPackage{asymptote} - [2020/01/12 v1.35 Asymptote style file for LaTeX] + [2021/02/06 v1.36 Asymptote style file for LaTeX] \def\Asymptote{{\tt Asymptote}} \InputIfFileExists{\jobname.pre}{}{} \newbox\ASYbox @@ -101,7 +101,6 @@ \newif\ifASYPDF \ifxetex \ASYPDFtrue - \usepackage{everypage} \else \ifpdf \ASYPDFtrue |