I want to make a document with two columns, with each column separate. In other words, I have two separate columns in which I can type, without text flowing from one column to another. My desired use for this is to create 'Questions' on the left column and 'Answers' on the the right column. If there was also a way to align the questions with the corresponding answers, that would be great.
|
migrated from stackoverflow.com Nov 5 '11 at 23:39
|
Parcolumns should work, but you need to wrap each question and answer in an environment to get good spacing:
|
||||
|
|
|
I've recently run across the paracol package on CTAN. It has some very nice features for synchronizing items in the columns. Here's a working example:
|
|||
|
|
|
Nor sure if I have completely grasped exactly what you need to do... If you do not need continuous flow of related text over page boundaries, and are using an editor like TeXworks TeX User Group TeXworks Editor ( Development version ) or similar that lets you work with the pdf previewer (Crtl Click in editor text or pdf)—I've use minipage environments for things like that in the past. It helps also by keeping the distinct text segments positionally related to each other, and the areas can even be positioned, and of different widths. There are also minipage options available.
|
||||
|
|
|
An ugly solution could also be the following:
It does the wrapping because I set the max width of each column, and the alignment because, well, it's a table. |
|||
|
|
