If I ask sage for example:
simplify(x^(2-5))
it returns
x^(-3)
This makes sense on the command line, but when I use sagetex to include it to my latex document, it does the same and also typesets it in like x(−3) and not as x−3'. Is there any way to change this?