after my last sideways equation problem was quickly resolved thanks to your help, i have another one now. In the next part of my thesis I have more of the same too-long-for-one-page piecewise functions. The problem is that now the lines consist of sums of integrals and most of the integral limits contain fractions.
I can't get this kind of integral in an array working in the sideways environment and i assume it is because with the limits the line is too tall for textheight. I've been using:
\begin{sideways}%
\parbox{\textheight}{%
\begin{multline}
...
\begin{array}
...
\end{array}
...
\end{multline}}
\end{sideways}
in scrbook, TexnicCenter, Miktex distribution, MS Windows.
And apart from the fact that I can't turn the equation, it does not look professional the way tex formulas usually do at all. If i put the integral in its own equation environment, it looks nice and normal. But as soon as I put it in an array, it's shrunk to the height of a line. I'll attach a picture of the difference. Is there anything i can to do allow the lines more space in an array?
Thanks in advance for your help!! If there's anything I forgot, please ask, I'm here waiting for an answer anyway.

Anne