If I understand correctly, the main text box on a page is a special box, since in addition to the normal paragraph typesetting, text can also overflow into the next page. Is it possible to, say, have two minipages (or any sort of boxes that I can position arbitrarily in my document) so that the text in the first box that overflows gets put into the second box?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
With a lot of manual intervention it's possible, but not with the standard A "reduced version" of TeX's page builder is available to split vertical boxes:
Now the box register Careful reading of the TeXbook or TeX by topic is necessary, as this low level mechanism has never been canned into high level macros. |
|||
|
|

multicol. Columns aren't too arbitrarily positioned though. – doncherry Sep 5 '11 at 0:27mdframed. – Alan Munn Sep 5 '11 at 0:58flowframwith documentation inffuserguide.pdf. – Will Robertson Sep 5 '11 at 15:57