summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/label3ribbon.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/label3ribbon.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/label3ribbon.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/doc/asymptote/examples/label3ribbon.asy b/Master/texmf/doc/asymptote/examples/label3ribbon.asy
index d974b2fb748..59ccbc9237c 100644
--- a/Master/texmf/doc/asymptote/examples/label3ribbon.asy
+++ b/Master/texmf/doc/asymptote/examples/label3ribbon.asy
@@ -2,5 +2,5 @@ import three;
currentprojection=perspective(100,100,200,up=Y);
-draw(extrude(texpath("$\displaystyle\int_{-\infty}^{+\infty}e^{-\alpha x^2}\,dx=
-\sqrt{\frac{\pi}{\alpha}}$"),2Z),blue);
+draw(scale3(4)*extrude(texpath("$\displaystyle\int_{-\infty}^{+\infty}
+e^{-\alpha x^2}\,dx=\sqrt{\frac{\pi}{\alpha}}$"),2Z),blue);