diff options
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/label3.asy')
-rw-r--r-- | Master/texmf-dist/doc/asymptote/examples/label3.asy | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/label3.asy b/Master/texmf-dist/doc/asymptote/examples/label3.asy new file mode 100644 index 00000000000..f8d5e07049f --- /dev/null +++ b/Master/texmf-dist/doc/asymptote/examples/label3.asy @@ -0,0 +1,7 @@ +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); + |