Possible Duplicate:
Longtable: page breaks within row possible?
I'm using longtable and it sometimes contains a text more than 1 page.
I couldn't figure out how to break page when it overflows.
It seems there is no way to do it by longtable. However, is there an alternative to longtable?
To illusturate, what i need is, transforming the following

to this one:

Thanks in advance.
PS: Bold lines of the figures are the borders of the longtable. Note that there are only one longtable which contains 4 rows and 2 columns :)
PS2: I cannot add more rows since i'm using an environment template
mdframedpackage along withminipageto set the width. Something like:\begin{minipage}{10cm} \begin{mdframed} text to frame \end{mdframed} \end{minipage}– mythealias Dec 07 '12 at 15:55tabbingenvironment can be used. You lose the automatic running header, but you will have correct page brakes and the text lines up. – Sveinung Dec 07 '12 at 16:04