diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/label3solid.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/label3solid.asy | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Master/texmf/doc/asymptote/examples/label3solid.asy b/Master/texmf/doc/asymptote/examples/label3solid.asy deleted file mode 100644 index 476d41fdbc3..00000000000 --- a/Master/texmf/doc/asymptote/examples/label3solid.asy +++ /dev/null @@ -1,6 +0,0 @@ -import three; - -currentprojection=perspective(100,100,200,up=Y); - -draw(scale3(4)*extrude("$\displaystyle\int_{-\infty}^{+\infty} -e^{-\alpha x^2}\,dx=\sqrt{\frac{\pi}{\alpha}}$",2Z),blue); |