summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/worksheet.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/worksheet.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/worksheet.asy5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/worksheet.asy b/Master/texmf/doc/asymptote/examples/worksheet.asy
index b3aa2dba8a0..f26797acabb 100644
--- a/Master/texmf/doc/asymptote/examples/worksheet.asy
+++ b/Master/texmf/doc/asymptote/examples/worksheet.asy
@@ -22,7 +22,7 @@ z += step;
for(int i=1; i <= 14; ++i) {
draw(pic,z--z+length);
z += step;
- draw(pic,z--z+length,dashed);
+ draw(pic,z--z+length,dashed+gray);
z += step;
void label(int i) {
label(pic,string(i)+".",z,0.2NE,fontsize(0.8*1.5*2*height*mm)+gray);
@@ -41,5 +41,8 @@ draw(pic,z--z+length);
add(pic.fit(),(0,0),W);
add(pic.fit(),(0,0),E);
+newpage();
+add(pic.fit(),(0,0),W);
+add(pic.fit(),(0,0),E);