diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/label3.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/label3.asy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/doc/asymptote/examples/label3.asy b/Master/texmf/doc/asymptote/examples/label3.asy index fdf8d512e39..f8d5e07049f 100644 --- a/Master/texmf/doc/asymptote/examples/label3.asy +++ b/Master/texmf/doc/asymptote/examples/label3.asy @@ -1,7 +1,7 @@ import three; -currentprojection=perspective(1,1,1,up=Y); +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); +\sqrt{\frac{\pi}{\alpha}}$",O,blue,Embedded); |