I'm trying to write something with two columns that spans multiple pages.
I want to put one thing in the left side and one in the right side. Is there ``proper'' way of doing this, or should I just try and bodge it with tabular/table?
|
I'm trying to write something with two columns that spans multiple pages. I want to put one thing in the left side and one in the right side. Is there ``proper'' way of doing this, or should I just try and bodge it with tabular/table? |
|||
|
Looking at CTAN by Topic I've found reference to
I've never used them but I hope some of them will suit your needs. |
|||||||||
|
twocolumn, e.g.\documentclass[twocolumn]{article}, work for you? – N.N. Oct 20 '11 at 13:54changepagepackage is what you're after? It provides theadjustwidthenvironment. – Werner Oct 20 '11 at 14:17