I tried align, eqnarray, gather which I used for decades and many more.
What do I do wrong ?
The Latex code is a direct export from Maple and works in the \begin{equation} struct as below.
Code: Select all
\begin{equation}
{\it Q1}={\frac {1}{17920}}\, \left( \sin \left( {\it ts} \right)
\right) ^{2}{a}^{6} \left( 54969\,{a}^{2} \left( \cos \left( {\it ts}
\right) \right) ^{6}-65627\,{a}^{2} \left( \cos \left( {\it ts}
\right) \right) ^{4}-13160\, \left( \cos \left( {\it ts} \right)
\right) ^{4}{m}^{2} +21547\, \left( \cos \left( {\it ts} \right)
\right) ^{2}{a}^{2} +11200\,{m}^{2} \left( \cos \left( {\it ts}
\right) \right) ^{2}-1929\,{a}^{2}+1960\,{m}^{2} \right)
\end{equation}
However, when I try to wrap the equation using align or eqnarray I get the error that \right is missing and the error refers to the last \right in the equation. I tried to break with eqnarray around &+& 21547 as an example.
Anyone can make this equation wrap by any means without error messages ?
I usually have no problem with this, and this should wrap as the equation has no errors in the example above.
Obviously I must miss something simple.