Is it possible to remove the latex parentheses from exponential functions?
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?
Similar questions, and some less similar but related, include: