I'm playing with FriCAS in sandbox and the problem is, When asked to find indefinite integral (as well as in many other cases), FriCAS outputs auto-generated variables in a rather unsightly manner, for example,
integrate(x^x, x)
outputs $\int_{}^x\%A^{\%A}\mathbb{d}\%A$ which is quite ugly.
The question is, is there a way to prettify the output? How can I substitute $\%A$ with $t$, for example?