[Tugindia] spacing problem with long equations

Aditya Mahajan adityam at umich.edu
Mon Jan 5 14:40:24 CET 2009


On Mon, 5 Jan 2009, Sreejith Kuttanikkad wrote:

> Dear CVR, Kannan,Kalidos,
> Thank you very much for the tips. The \allowdisplaybreaks works very well
> for the small example I sent. However in my document, that did not change
> much.
> So again on the test code I sent, I increased the length of the second
> equation by adding two more lines and then with \allowdisplaybreaks it does
> not make any difference.


> I think the problem is with my split environment.

split does not break across pages, on purpose. If you are using tbtags 
option for amsmath, then you can get the same visual result by changing

\begin{equation}
\begin{split}
...
\\
...
\\
...
\end{split}
\end{equation}

to

\begin{align}
....
\notag \\
,,,,
\notag \\
...
\end{align}


Aditya


More information about the tugindia mailing list