diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/label3.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/label3.asy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/label3.asy b/Master/texmf/doc/asymptote/examples/label3.asy index 5c966b0d9a5..fdf8d512e39 100644 --- a/Master/texmf/doc/asymptote/examples/label3.asy +++ b/Master/texmf/doc/asymptote/examples/label3.asy @@ -2,6 +2,6 @@ import three; currentprojection=perspective(1,1,1,up=Y); -label("$\displaystyle\int_{-\infty}^{+\infty} e^{-\alpha x^2}\,dx= +label(scale(4)*"$\displaystyle\int_{-\infty}^{+\infty} e^{-\alpha x^2}\,dx= \sqrt{\frac{\pi}{\alpha}}$",O,blue); |