Good evening,
I have enclosed a test that I am making for my students. I made two columns but I am having some formatting issues. Specifically, the last two questions are side by side and I cannot get them to line up under one column. Also, does anyone know how to make a line (solid and vertical) go through the entire document that separates the columns? Any suggestions would be appreciated.
I have attached the tex file and also the PDF
Best,
Nick
Page Layout ⇒ Multiple Columns in a document
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
Multiple Columns in a document
- Attachments
-
- Benchmark Test 3 (Chapters 5&6).tex
- (5.59 KiB) Downloaded 213 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

Multiple Columns in a document
Hi,
Probably you'll have to adjust \columsep also.
By the way, I noticed that you are using the obsolete command $$...$$; you should use \[...\] instead (the reasons can be found in the document l2tabu).
If you want the last page not to be balanced, you can use multicols* instead of the standard multicols environment.coachbennett1981 wrote:...Specifically, the last two questions are side by side and I cannot get them to line up under one column...
Use something likecoachbennett1981 wrote:...does anyone know how to make a line (solid and vertical) go through the entire document that separates the columns?
Code: Select all
\setlength\columnseprule{.4pt}
By the way, I noticed that you are using the obsolete command $$...$$; you should use \[...\] instead (the reasons can be found in the document l2tabu).
1,1,2,3,5,8,13,21,34,55,89,144,233,...