diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-29 00:06:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-29 00:06:37 +0000 |
commit | d9b69c486ff463e30179a9e8bdacf6710f0ebc91 (patch) | |
tree | 1ff82edb1147b80fc710394e364298779bc5b4d1 /Build/source/utils/asymptote/examples/label3.asy | |
parent | 8a2548cb37acbacd1a379a9771b3076788a210f0 (diff) |
asy 1.78
git-svn-id: svn://tug.org/texlive/trunk@13994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/examples/label3.asy')
-rw-r--r-- | Build/source/utils/asymptote/examples/label3.asy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/examples/label3.asy b/Build/source/utils/asymptote/examples/label3.asy index 5c966b0d9a5..e3abafc56b0 100644 --- a/Build/source/utils/asymptote/examples/label3.asy +++ b/Build/source/utils/asymptote/examples/label3.asy @@ -1,7 +1,8 @@ import three; currentprojection=perspective(1,1,1,up=Y); +currentlight=Headlamp; -label("$\displaystyle\int_{-\infty}^{+\infty} e^{-\alpha x^2}\,dx= +label(scale(4)*"$\displaystyle\int_{-\infty}^{+\infty} e^{-\alpha x^2}\,dx= \sqrt{\frac{\pi}{\alpha}}$",O,blue); |