summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-28 22:14:00 +0000
committerKarl Berry <karl@freefriends.org>2014-04-28 22:14:00 +0000
commit4dd7bee8d7ac0cc3c2a3298843450649de056ad2 (patch)
tree4e8c254607b38d21f50e8cbc143d908a96013c95 /Master/texmf-dist/asymptote
parent5b8332d2aaee45fab5f70069bd22cadefbbe2c0b (diff)
asymptote 2.27
git-svn-id: svn://tug.org/texlive/trunk@33734 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/asymptote')
-rwxr-xr-xMaster/texmf-dist/asymptote/GUI/xasyVersion.py2
-rw-r--r--Master/texmf-dist/asymptote/asy-keywords.el2
-rw-r--r--Master/texmf-dist/asymptote/plain.asy13
-rw-r--r--Master/texmf-dist/asymptote/version.asy2
4 files changed, 3 insertions, 16 deletions
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 <</Group << /S /Transparency /I true /CS /DeviceRGB>> >>}%
-\makeatother%
-}%");
- } else
- tex("\pdfpageattr{/Group <</S /Transparency /I true /CS /DeviceRGB>>}");
-}
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";