From 4dd7bee8d7ac0cc3c2a3298843450649de056ad2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 28 Apr 2014 22:14:00 +0000 Subject: asymptote 2.27 git-svn-id: svn://tug.org/texlive/trunk@33734 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/i386-linux/asy | Bin 4176068 -> 4176068 bytes Master/texmf-dist/asymptote/GUI/xasyVersion.py | 2 +- Master/texmf-dist/asymptote/asy-keywords.el | 2 +- Master/texmf-dist/asymptote/plain.asy | 13 ------------- Master/texmf-dist/asymptote/version.asy | 2 +- Master/texmf-dist/doc/asymptote/CAD.pdf | Bin 67509 -> 67500 bytes .../doc/asymptote/TeXShopAndAsymptote.pdf | Bin 31514 -> 31516 bytes Master/texmf-dist/doc/asymptote/asy-latex.pdf | Bin 194507 -> 194499 bytes Master/texmf-dist/doc/asymptote/asyRefCard.pdf | Bin 53467 -> 53478 bytes Master/texmf-dist/doc/asymptote/asymptote.pdf | Bin 1260519 -> 1271270 bytes Master/texmf-dist/doc/info/asy-faq.info | 2 +- Master/texmf-dist/doc/info/asymptote.info | 4 ++-- Master/texmf-dist/doc/man/man1/asy.man1.pdf | Bin 11626 -> 11626 bytes Master/texmf-dist/doc/man/man1/xasy.man1.pdf | Bin 3863 -> 3863 bytes Master/texmf-dist/doc/man/man1/xindy.man1.pdf | Bin 16201 -> 17009 bytes Master/tlpkg/asymptote/asy.exe | Bin 5847040 -> 5847040 bytes 16 files changed, 6 insertions(+), 19 deletions(-) (limited to 'Master') diff --git a/Master/bin/i386-linux/asy b/Master/bin/i386-linux/asy index 8370617ffe8..fd8f7b56eaf 100755 Binary files a/Master/bin/i386-linux/asy and b/Master/bin/i386-linux/asy differ diff --git a/Master/texmf-dist/asymptote/GUI/xasyVersion.py b/Master/texmf-dist/asymptote/GUI/xasyVersion.py index 48b2683382f..72de7af8883 100755 --- a/Master/texmf-dist/asymptote/GUI/xasyVersion.py +++ b/Master/texmf-dist/asymptote/GUI/xasyVersion.py @@ -1,2 +1,2 @@ #!/usr/bin/env python -xasyVersion = "2.26" +xasyVersion = "2.27" diff --git a/Master/texmf-dist/asymptote/asy-keywords.el b/Master/texmf-dist/asymptote/asy-keywords.el index 5156a830ea3..fb8a07b4d24 100644 --- a/Master/texmf-dist/asymptote/asy-keywords.el +++ b/Master/texmf-dist/asymptote/asy-keywords.el @@ -2,7 +2,7 @@ ;; This file is automatically generated by asy-list.pl. ;; Changes will be overwritten. ;; -(defvar asy-keywords-version "2.26") +(defvar asy-keywords-version "2.27") (defvar asy-keyword-name '( and controls tension atleast curl if else while for do return break continue struct typedef new access import unravel from include quote static public private restricted this explicit true false null cycle newframe operator )) diff --git a/Master/texmf-dist/asymptote/plain.asy b/Master/texmf-dist/asymptote/plain.asy index e6097408194..14715bad918 100644 --- a/Master/texmf-dist/asymptote/plain.asy +++ b/Master/texmf-dist/asymptote/plain.asy @@ -280,16 +280,3 @@ if(settings.autoimport != "") { } cputime(); - -// Workaround Adobe Reader transparency artifact: -if(pdf()) { - if(settings.tex == "xelatex") { - texpreamble("\usepackage{everypage}"); - tex("\AddEverypageHook{% -\makeatletter% -\special{pdf: put @thispage <> >>}% -\makeatother% -}%"); - } else - tex("\pdfpageattr{/Group <>}"); -} diff --git a/Master/texmf-dist/asymptote/version.asy b/Master/texmf-dist/asymptote/version.asy index f3013d0d3d8..b224e99d658 100644 --- a/Master/texmf-dist/asymptote/version.asy +++ b/Master/texmf-dist/asymptote/version.asy @@ -1 +1 @@ -string VERSION="2.26"; +string VERSION="2.27"; diff --git a/Master/texmf-dist/doc/asymptote/CAD.pdf b/Master/texmf-dist/doc/asymptote/CAD.pdf index 3f428a5d92e..c66b46cd4f1 100644 Binary files a/Master/texmf-dist/doc/asymptote/CAD.pdf and b/Master/texmf-dist/doc/asymptote/CAD.pdf differ diff --git a/Master/texmf-dist/doc/asymptote/TeXShopAndAsymptote.pdf b/Master/texmf-dist/doc/asymptote/TeXShopAndAsymptote.pdf index ad41ec7184e..0d7ed23167d 100644 Binary files a/Master/texmf-dist/doc/asymptote/TeXShopAndAsymptote.pdf and b/Master/texmf-dist/doc/asymptote/TeXShopAndAsymptote.pdf differ diff --git a/Master/texmf-dist/doc/asymptote/asy-latex.pdf b/Master/texmf-dist/doc/asymptote/asy-latex.pdf index ec0c9594682..f221968b949 100644 Binary files a/Master/texmf-dist/doc/asymptote/asy-latex.pdf and b/Master/texmf-dist/doc/asymptote/asy-latex.pdf differ diff --git a/Master/texmf-dist/doc/asymptote/asyRefCard.pdf b/Master/texmf-dist/doc/asymptote/asyRefCard.pdf index 15077605062..58ee3e156e6 100644 Binary files a/Master/texmf-dist/doc/asymptote/asyRefCard.pdf and b/Master/texmf-dist/doc/asymptote/asyRefCard.pdf differ diff --git a/Master/texmf-dist/doc/asymptote/asymptote.pdf b/Master/texmf-dist/doc/asymptote/asymptote.pdf index 0b884cd79ef..f2a6b867c62 100644 Binary files a/Master/texmf-dist/doc/asymptote/asymptote.pdf and b/Master/texmf-dist/doc/asymptote/asymptote.pdf differ diff --git a/Master/texmf-dist/doc/info/asy-faq.info b/Master/texmf-dist/doc/info/asy-faq.info index 7740180eaf4..dde23dadbf6 100644 --- a/Master/texmf-dist/doc/info/asy-faq.info +++ b/Master/texmf-dist/doc/info/asy-faq.info @@ -10,7 +10,7 @@ END-INFO-DIR-ENTRY File: asy-faq.info, Node: Top, Next: Question 1.1, Up: (dir) ASYMPTOTE FREQUENTLY ASKED QUESTIONS - 26 Apr 2014 + 28 Apr 2014 This is the list of Frequently Asked Questions about Asymptote (asy). diff --git a/Master/texmf-dist/doc/info/asymptote.info b/Master/texmf-dist/doc/info/asymptote.info index 7ad8b7aab0d..23fc5a09702 100644 --- a/Master/texmf-dist/doc/info/asymptote.info +++ b/Master/texmf-dist/doc/info/asymptote.info @@ -1,7 +1,7 @@ This is asymptote.info, produced by makeinfo version 4.13 from ../asymptote.texi. -This file documents `Asymptote', version 2.26. +This file documents `Asymptote', version 2.27. `http://asymptote.sourceforge.net' @@ -23,7 +23,7 @@ File: asymptote.info, Node: Top, Next: Description, Up: (dir) Asymptote ********* -This file documents `Asymptote', version 2.26. +This file documents `Asymptote', version 2.27. `http://asymptote.sourceforge.net' diff --git a/Master/texmf-dist/doc/man/man1/asy.man1.pdf b/Master/texmf-dist/doc/man/man1/asy.man1.pdf index 383f21925f3..29702094a18 100644 Binary files a/Master/texmf-dist/doc/man/man1/asy.man1.pdf and b/Master/texmf-dist/doc/man/man1/asy.man1.pdf differ diff --git a/Master/texmf-dist/doc/man/man1/xasy.man1.pdf b/Master/texmf-dist/doc/man/man1/xasy.man1.pdf index e3397fc1fd9..a07a35ea68b 100644 Binary files a/Master/texmf-dist/doc/man/man1/xasy.man1.pdf and b/Master/texmf-dist/doc/man/man1/xasy.man1.pdf differ diff --git a/Master/texmf-dist/doc/man/man1/xindy.man1.pdf b/Master/texmf-dist/doc/man/man1/xindy.man1.pdf index 1d15a70e9fd..ed92c15cac0 100644 Binary files a/Master/texmf-dist/doc/man/man1/xindy.man1.pdf and b/Master/texmf-dist/doc/man/man1/xindy.man1.pdf differ diff --git a/Master/tlpkg/asymptote/asy.exe b/Master/tlpkg/asymptote/asy.exe index fb80a1c0782..f72940b8ada 100755 Binary files a/Master/tlpkg/asymptote/asy.exe and b/Master/tlpkg/asymptote/asy.exe differ -- cgit v1.2.3