This is what now I do : For example: ```mathematica Int[x Sin[x],x]//Steps ```  click one step, then paste it to .nb, then `//TeXForm` to get the TeX code. (kind of monkey job) I've tried `FullForm`, get nothing, `// Trace` gives back a lot of things, which seems a bit hard for me to pick out what I want. So is it possible to add a command to automatically get code like ```TeX \begin{aligned} \int f(x)\,dx&= ......\\ &= ......\\ ...... \end{aligned} ``` to make it easier for following steps? For example , using MaTeX to get nice formula.