From 1e68ac74cb516c2688e64cdc6a15480551b2f80d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 27 Apr 2014 22:55:27 +0000 Subject: asymptote 2.25 git-svn-id: svn://tug.org/texlive/trunk@33704 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/asymptote/CAD.pdf | Bin 68052 -> 67509 bytes .../doc/asymptote/TeXShopAndAsymptote.pdf | Bin 31594 -> 31514 bytes Master/texmf-dist/doc/asymptote/asy-latex.pdf | Bin 194499 -> 194507 bytes Master/texmf-dist/doc/asymptote/asyRefCard.pdf | Bin 53907 -> 53467 bytes Master/texmf-dist/doc/asymptote/asymptote.pdf | Bin 1272144 -> 1260519 bytes Master/texmf-dist/doc/asymptote/examples/intro.asy | 9 +++++---- 6 files changed, 5 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/doc/asymptote') diff --git a/Master/texmf-dist/doc/asymptote/CAD.pdf b/Master/texmf-dist/doc/asymptote/CAD.pdf index 2eeebe293a4..3f428a5d92e 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 e956672af0d..ad41ec7184e 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 bb3e9426e26..ec0c9594682 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 c65e097e700..15077605062 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 8dd542c1c2f..0b884cd79ef 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/asymptote/examples/intro.asy b/Master/texmf-dist/doc/asymptote/examples/intro.asy index fcafefb32a6..68aa7e0347f 100644 --- a/Master/texmf-dist/doc/asymptote/examples/intro.asy +++ b/Master/texmf-dist/doc/asymptote/examples/intro.asy @@ -15,8 +15,9 @@ usersetting(); viewportsize=pagewidth-2pagemargin; // To generate bibliographic references: -// asy -k goysr -// bibtex goysr_ +// asy -k intro +// bibtex intro_ +// asy -k intro bibliographystyle("alpha"); itempen=fontsize(22pt); @@ -418,7 +419,7 @@ asyinclude("saddle",8cm); //defaultpen(0.5); title("Lifting TeX to 3D"); -item("Glyphs are first split into simply connected regions and then decomposed into planar B\'ezier surface patches \cite{Bowman09,Shardt10}:"); +item("Glyphs are first split into simply connected regions and then decomposed into planar B\'ezier surface patches \cite{Bowman09,Shardt12}:"); asyfigure("../examples/partitionExample"); viewportmargin=(2,1cm); @@ -932,7 +933,7 @@ subitem("generalizes MetaPost path construction algorithms to 3D;"); subitem("lifts \TeX\ to 3D;"); subitem("supports 3D billboard labels and PDF grouping."); -bibliography("refs"); +bibliography("../examples/refs"); viewportmargin=(2,2); viewportsize=0; -- cgit v1.2.3