Consider the block of code
sage: f = exp(x**2)
sage: latex(f)
e^{\left(x^{2}\right)}
It looks like sage is configured to include parentheses in the latex of an exponential function. Is it possible to configure sage to exclude these parentheses?
| 1 | initial version |
Consider the block of code
sage: f = exp(x**2)
sage: latex(f)
e^{\left(x^{2}\right)}
It looks like sage is configured to include parentheses in the latex of an exponential function. Is it possible to configure sage to exclude these parentheses?
| 2 | retagged |
Consider the block of code
sage: f = exp(x**2)
sage: latex(f)
e^{\left(x^{2}\right)}
It looks like sage is configured to include parentheses in the latex of an exponential function. Is it possible to configure sage to exclude these parentheses?
| 3 | retagged |
Consider the block of code
sage: f = exp(x**2)
sage: latex(f)
e^{\left(x^{2}\right)}
It looks like sage is configured to include parentheses in the latex of an exponential function. Is it possible to configure sage to exclude these parentheses?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.