From 165b3785f8aa3ff267097b479870e9a39ba5c14b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 16 May 2010 18:38:03 +0000 Subject: asymptote 1.94 git-svn-id: svn://tug.org/texlive/trunk@18287 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/i386-linux/asy | Bin 6379652 -> 3837704 bytes Master/texmf/tex/context/asymptote/colo-asy.tex | 84 ++++++++++++++++++++++++ Master/tlpkg/bin/tl-update-asy | 28 +++++--- 3 files changed, 102 insertions(+), 10 deletions(-) create mode 100644 Master/texmf/tex/context/asymptote/colo-asy.tex diff --git a/Master/bin/i386-linux/asy b/Master/bin/i386-linux/asy index ba664ebc871..1bc5356495b 100755 Binary files a/Master/bin/i386-linux/asy and b/Master/bin/i386-linux/asy differ diff --git a/Master/texmf/tex/context/asymptote/colo-asy.tex b/Master/texmf/tex/context/asymptote/colo-asy.tex new file mode 100644 index 00000000000..a9f2a9b636c --- /dev/null +++ b/Master/texmf/tex/context/asymptote/colo-asy.tex @@ -0,0 +1,84 @@ +%D \module +%D [ file=colo-asy, +%D version=2009.05.20, +%D title=\CONTEXT\ Color Macros, +%D subtitle=\asymptote\ Colors, +%D author=\asymptote\ developers, +%D date=\currentdate, +%D copyright={put something here}] +%C +%C any copyright notice may go here + +% call with \setupcolor[asy] + +\definecolor [cyan] [c=1.00,m=0.00,y=0.00,k=0.00] +\definecolor [magenta] [c=0.00,m=1.00,y=0.00,k=0.00] +\definecolor [yellow] [c=0.00,m=0.00,y=1.00,k=0.00] +\definecolor [black] [c=0.00,m=0.00,y=0.00,k=1.00] + +\definecolor [white] [c=0.00,m=0.00,y=0.00,k=0.00] +\definecolor [gray] [c=0.00,m=0.00,y=0.00,k=0.50] + +\definecolor [red] [c=0.00,m=1.00,y=1.00,k=0.00] +\definecolor [green] [c=1.00,m=0.00,y=1.00,k=0.00] +\definecolor [blue] [c=1.00,m=1.00,y=0.00,k=0.00] + +\definecolor [palered] [c=0.00,m=0.25,y=0.25,k=0.00] +\definecolor [palegreen] [c=0.25,m=0.00,y=0.25,k=0.00] +\definecolor [paleblue] [c=0.25,m=0.25,y=0.00,k=0.00] +\definecolor [palecyan] [c=0.25,m=0.00,y=0.00,k=0.00] +\definecolor [palemagenta] [c=0.00,m=0.25,y=0.00,k=0.00] +\definecolor [paleyellow] [c=0.00,m=0.00,y=0.25,k=0.00] +\definecolor [palegray] [c=0.00,m=0.00,y=0.00,k=0.05] +\definecolor [lightred] [c=0.00,m=0.50,y=0.50,k=0.00] +\definecolor [lightgreen] [c=0.50,m=0.00,y=0.50,k=0.00] +\definecolor [lightblue] [c=0.50,m=0.50,y=0.00,k=0.00] +\definecolor [lightcyan] [c=0.50,m=0.00,y=0.00,k=0.00] +\definecolor [lightmagenta] [c=0.00,m=0.50,y=0.00,k=0.00] +\definecolor [lightyellow] [c=0.00,m=0.00,y=0.50,k=0.00] +\definecolor [lightgray] [c=0.00,m=0.00,y=0.00,k=0.10] +\definecolor [mediumred] [c=0.00,m=0.75,y=0.75,k=0.00] +\definecolor [mediumgreen] [c=0.75,m=0.00,y=0.75,k=0.00] +\definecolor [mediumblue] [c=0.75,m=0.75,y=0.00,k=0.00] +\definecolor [mediumcyan] [c=0.75,m=0.00,y=0.00,k=0.00] +\definecolor [mediummagenta] [c=0.00,m=0.75,y=0.00,k=0.00] +\definecolor [mediumyellow] [c=0.00,m=0.00,y=0.75,k=0.00] +\definecolor [mediumgray] [c=0.00,m=0.00,y=0.00,k=0.25] +\definecolor [heavyred] [c=0.00,m=1.00,y=1.00,k=0.25] +\definecolor [heavygreen] [c=1.00,m=0.00,y=1.00,k=0.25] +\definecolor [heavyblue] [c=1.00,m=1.00,y=0.00,k=0.25] +\definecolor [heavycyan] [c=1.00,m=0.00,y=0.00,k=0.25] +\definecolor [heavymagenta] [c=0.00,m=1.00,y=0.00,k=0.25] +\definecolor [lightolive] [c=0.00,m=0.00,y=1.00,k=0.25] +\definecolor [heavygray] [c=0.00,m=0.00,y=0.00,k=0.75] +\definecolor [deepred] [c=0.00,m=1.00,y=1.00,k=0.50] +\definecolor [deepgreen] [c=1.00,m=0.00,y=1.00,k=0.50] +\definecolor [deepblue] [c=1.00,m=1.00,y=0.00,k=0.50] +\definecolor [deepcyan] [c=1.00,m=0.00,y=0.00,k=0.50] +\definecolor [deepmagenta] [c=0.00,m=1.00,y=0.00,k=0.50] +\definecolor [olive] [c=0.00,m=0.00,y=1.00,k=0.50] +\definecolor [deepgray] [c=0.00,m=0.00,y=0.00,k=0.90] +\definecolor [darkred] [c=0.00,m=1.00,y=1.00,k=0.75] +\definecolor [darkgreen] [c=1.00,m=0.00,y=1.00,k=0.75] +\definecolor [darkblue] [c=1.00,m=1.00,y=0.00,k=0.75] +\definecolor [darkcyan] [c=1.00,m=0.00,y=0.00,k=0.75] +\definecolor [darkmagenta] [c=0.00,m=1.00,y=0.00,k=0.75] +\definecolor [darkolive] [c=0.00,m=0.00,y=1.00,k=0.75] +\definecolor [darkgray] [c=0.00,m=0.00,y=0.00,k=0.95] +\definecolor [orange] [c=0.00,m=0.50,y=1.00,k=0.00] +\definecolor [fuchsia] [c=0.00,m=1.00,y=0.50,k=0.00] +\definecolor [chartreuse] [c=0.50,m=0.00,y=1.00,k=0.00] +\definecolor [springgreen] [c=1.00,m=0.00,y=0.50,k=0.00] +\definecolor [purple] [c=0.50,m=1.00,y=0.00,k=0.00] +\definecolor [royalblue] [c=1.00,m=0.50,y=0.00,k=0.00] +\definecolor [salmon] [c=0.00,m=0.50,y=0.50,k=0.00] +\definecolor [brown] [c=0.00,m=1.00,y=1.00,k=0.50] +\definecolor [darkbrown] [c=0.00,m=1.00,y=1.00,k=0.75] +\definecolor [pink] [c=0.00,m=0.25,y=0.00,k=0.00] +\definecolor [palegrey] [c=0.00,m=0.00,y=0.00,k=0.05] +\definecolor [lightgrey] [c=0.00,m=0.00,y=0.00,k=0.10] +\definecolor [mediumgrey] [c=0.00,m=0.00,y=0.00,k=0.25] +\definecolor [grey] [c=0.00,m=0.00,y=0.00,k=0.50] +\definecolor [heavygrey] [c=0.00,m=0.00,y=0.00,k=0.50] +\definecolor [deepgrey] [c=0.00,m=0.00,y=0.00,k=0.90] +\definecolor [darkgrey] [c=0.00,m=0.00,y=0.00,k=0.95] diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index 4f6b7cca463..3cfcbc271bd 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -58,8 +58,8 @@ elif test "x$1" = x--build; then rm -rf autom4te.cache fi rm -rf /tmp/ainst - sh configure --with-latex=/tmp/ainst/latex --with-context=/tmp/ainst/context\ - --enable-texlive-build --prefix=/tmp/ainst CFLAGS=-g + ./configure --with-latex=/tmp/ainst/latex --with-context=/tmp/ainst/context \ + --enable-texlive-build --prefix=/tmp/ainst CFLAGS=-g nice make make install-prebuilt strip /tmp/ainst/bin/asy @@ -73,12 +73,14 @@ elif false && $update_runtime_from_ainst; then # and install (from the previous section) into the Master/texmf runtime. cp="cp -af" - xu=$B/source/utils/asymptote - cd $xu + xu=$B/source/utils + xy=$xu/asymptote + cd $xy cp binaries/i386-win32/texlive/asy.exe $cb/ cp binaries/i386-win32/texlive/asy.exe $pg/asymptote/ cd /tmp/ainst + cp bin/asy $lb/ $cp share/info/{*/,}*.info $xmf/doc/info $cp share/man/man1/asy.1 $xmf/doc/man/man1/asy.1 $cp share/man/man1/xasy.1x $xmf/doc/man/man1/xasy.1 @@ -87,13 +89,19 @@ elif false && $update_runtime_from_ainst; then $cp -r share/asymptote $xmf $cp latex/asymptote/* $xmf/tex/latex/asymptote/ + $cp context*/asymptote/* $xmf/tex/context/asymptote/ - ci="$xu/README $xu/asymptote \ - $cb \ - $pg/asymptote/ \ - $xmf/asymptote/ \ - $xmf/doc \ - $xmf/tex/latex/asymptote" + cd $xmf/doc/man + make + + ci="$xu/README \ + $xy \ + $cb \ + $lb/asy \ + $pg/asymptote/ \ + $xmf/asymptote/ \ + $xmf/doc \ + $xmf/tex/*/asymptote" svn status $ci | sed -n 's/^\?//p' #svn add ... -- cgit v1.2.3