Quote:
Originally Posted by Haven I'm trying to write a LaTex file and i want to get divide what i have into two columns on one page. But i'm not sure how to format it. Any ideas? |
You could use the
tabular environment, or you could use the
tabbing environment, and, finally, my last idea for the moment, you could use the
multicols environment. For more information see the relevant documentation. (tabular and tabbing are explained in any decent intro to LaTeX, whereas multicols is described mainly in the package documentation that you can find
here)