diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-20 23:59:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-20 23:59:26 +0000 |
commit | c575a3e01c48c6807ff66e39df09c16ece08af60 (patch) | |
tree | c3bb87255b16358bb998849d2d83302bedea2e78 /Build/source/utils/asymptote/examples/poster.asy | |
parent | 3927b41be4f2831464a2c190c28042b7285dd91b (diff) |
asymptote 1.82
git-svn-id: svn://tug.org/texlive/trunk@14356 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/examples/poster.asy')
-rw-r--r-- | Build/source/utils/asymptote/examples/poster.asy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/utils/asymptote/examples/poster.asy b/Build/source/utils/asymptote/examples/poster.asy index d476dd079de..cfe4ad855e3 100644 --- a/Build/source/utils/asymptote/examples/poster.asy +++ b/Build/source/utils/asymptote/examples/poster.asy @@ -11,22 +11,22 @@ xaxis(background,grey); yaxis(background,-0.25,0.25,grey); real a=1.2/pi; draw(background,graph(background,f,-a,a,10000),grey); -label(background,"$x\sin\frac{1}{x}$",F(0.92/pi),3SE,grey+fontsize(14)); +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); -title("Young Researchers' Conference",align=3S,fontsize(48)); +title("Young Researchers' Conference",align=3S,fontsize(48pt)); center("University of Alberta, Edmonton, April 1--2, 2006"); skip(4); center("A general conference for\\ the mathematical and statistical sciences\\ -for graduate students, by graduate students.",fontsize(32)); +for graduate students, by graduate students.",fontsize(32pt)); label("Registration and abstract submission online.",(0,-0.5)); label("\tt http://www.pims.math.ca/science/2006/06yrc/",point(SW),NE, - black+fontsize(18)); + black+fontsize(18pt)); |