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 34195 times
-
- As it is in default.
- example1.JPG (132.19 KiB) Viewed 34194 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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 34165 times