Page Layout ⇒ Aligment of double column text at last page (balance column)
Aligment of double column text at last page (balance column)
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.
- Attachments
-
- As I want to have it.
- example2.JPG (135.33 KiB) Viewed 34687 times
-
- As it is in default.
- example1.JPG (132.19 KiB) Viewed 34686 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Aligment of double column text at last page (balance column)
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)
Thank you very much, it works great

Exactly what I was looking for.
Thumbs Up

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