summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/poster.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/poster.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/poster.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/poster.asy b/Master/texmf-dist/doc/asymptote/examples/poster.asy
index cbcefc4bf69..b49d064d84e 100644
--- a/Master/texmf-dist/doc/asymptote/examples/poster.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/poster.asy
@@ -16,7 +16,7 @@ label(background,"$x\sin\frac{1}{x}$",F(0.92/pi),3SE,grey+fontsize(14pt));
frame f=background.fit();
box(f,RadialShade(yellow,0.6*yellow+red),above=false);
background.erase();
-add(background,f);
+add(background,f);
title("Young Researchers' Conference",align=3S,fontsize(48pt));
center("University of Alberta, Edmonton, April 1--2, 2006");