summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/intro.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/intro.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/intro.asy9
1 files changed, 5 insertions, 4 deletions
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;