I've exported a Maple worksheet to LaTeX. The main problem is the Maple input is too long for one line, how do I put in line breaks?
This is the code I want to fix,
\begin{mapleinput}
\mapleinline{active}{1d}{eq1 := diff(theta[1](t), `$`(t, 2))+(1+Delta)*sin(theta[1](t))+ mu*((theta[1](t)/theta[0])\symbol{94}2-1)*(diff(theta[1](t), t))-beta*cos(theta[1](t))*(diff(sin(theta[1](t))+sin(theta[2](t)), `$`(t, 2))) = 0;}{}
\end{mapleinput}
Currently it does this.
You can see how it needs a line break.
