Text FormattingHow to disable column balance in a twocolumn document?

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
nipj
Posts: 17
Joined: Thu May 10, 2018 6:15 am

How to disable column balance in a twocolumn document?

Post by nipj »

Does

Code: Select all

\documentclass[twocolumn, 12pt]
has a command to disable auto column balance as "multicol" package has

Code: Select all

\raggedcolumns
to switch balancing off, totally.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

How to disable column balance in a twocolumn document?

Post by kaiserkarl13 »

Not balancing columns is the default behavior.
Post Reply