summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/label3.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/label3.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/label3.asy7
1 files changed, 0 insertions, 7 deletions
diff --git a/Master/texmf/doc/asymptote/examples/label3.asy b/Master/texmf/doc/asymptote/examples/label3.asy
deleted file mode 100644
index f8d5e07049f..00000000000
--- a/Master/texmf/doc/asymptote/examples/label3.asy
+++ /dev/null
@@ -1,7 +0,0 @@
-import three;
-
-currentprojection=perspective(0,0,1,up=Y);
-
-label(scale(4)*"$\displaystyle\int_{-\infty}^{+\infty} e^{-\alpha x^2}\,dx=
-\sqrt{\frac{\pi}{\alpha}}$",O,blue,Embedded);
-