Hi,
I am writing a paper in IEEE double column format.
Is there a way how to align the both column in last page?
It means that references will be divided in both columns uniformly, so the both column will end at the same high from bottom of the page.
example1.JPG is as it is in default in IEEE template.
example2.JPG is how I found it in lot of IEEE papers.
Thank you.
Page Layout ⇒ Aligment of double column text at last page (balance column)
Aligment of double column text at last page (balance column)
- Attachments
-
- As I want to have it.
- example2.JPG (135.33 KiB) Viewed 34130 times
-
- As it is in default.
- example1.JPG (132.19 KiB) Viewed 34129 times
Last edited by afinko on Tue Mar 17, 2009 12:32 am, edited 2 times in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Aligment of double column text at last page (balance column)
The following works, but may not be compatible with all packages (especially ones that modify how TeX produces output):
Code: Select all
\documentclass{article}
\usepackage{balance}
\begin{document}
blah blah
\bibliographystyle{mystyle}
\balance
\bibliography{references}
\end{document}
Aligment of double column text at last page (balance column)
kaiserkarl13:
Thank you very much, it works great
Exactly what I was looking for.
Thumbs Up
Thank you very much, it works great

Exactly what I was looking for.
Thumbs Up

- Attachments
-
- Final balanced paper.jpg (150.45 KiB) Viewed 34100 times