I want to make a two-column table that spans the entire page and is laid out something like this:
===================================
Column 1 text Column 2 text
===================================
Column 1 text Column 2 text
that wraps.
===================================
Where the equal signs are horizontal rules. For a (better) example of what I'm asking for, see this sample chapter of the Little Schemer. How can I create something similar?