Text FormattingDifferent vertical spaces between paragraphs

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
LarsWa
Posts: 5
Joined: Fri Nov 07, 2014 12:36 am

Different vertical spaces between paragraphs

Post by LarsWa »

I am writing a two-column document and I find that there are large spaces between some paragraphs. I believe it is because LaTeX wants all columns be filled with text all the way down, but I would prefer to have a “ragged” bottom and keep all vertical separations between paragraphs the same. Is there a command for making LaTeX do this?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Different vertical spaces between paragraphs

Post by Johannes_B »

Hi and welcome, the usual \raggedbottom comes to mind ;-)

But i don't know if it works in twocolumn mode. Hint: Try to prepare an example document showing just the described feature (or problem). Makes testing a solution much easier. Works also when searching for the cause of an error. More details can be found at Creating a minimal working example.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
LarsWa
Posts: 5
Joined: Fri Nov 07, 2014 12:36 am

Re: Different vertical spaces between paragraphs

Post by LarsWa »

\raggedbottom seems to work, also in two-column mode. ALmost all of the ugly paragraph separations disappeard. I will investigate the remaining ones. Thanks.
Post Reply