> On Friday, 10 Mar 2017 at 16:08, Uwe Brauer wrote: > [...]
> You may need to add ":exports results" to the src line. > Also, you should also modify the code to wrap the output in an equation > environment: > disp('\begin{equation}') > disp(ltxjac) > disp('\end{equation}') > this works for me then. Thanks I want to dig more into that especially when it comes to the output of non symbolic variables (which is the default) to format those expressions seems harder to me.