GeneralVaried Paragraph Spacing

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
jonw9
Posts: 2
Joined: Sat Jul 19, 2008 8:56 pm

Varied Paragraph Spacing

Post by jonw9 »

Hi all, first post, although i have been getting help her for a while.

i am using a *.cls file provided by a professor for my thesis.

I seem to be doing ok, but there is one issue that is bothering me, and I think i want to "fix" it.

I understand that Latex varies the spacing in a sentance to get it to fit nicely on a line, but it seems to be doing this for paragraphs on a page.


some paragraphs have a single line between paragraphs, but others have almost 4! i assume this is to have the pages break nicely, but it appears sloppy to me to have such variances.

Is there a command I can use to eliminate this stretch?

Recommended reading 2024:

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

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

Ted
Posts: 94
Joined: Sat Jun 23, 2007 4:11 pm

Varied Paragraph Spacing

Post by Ted »

jonw9 wrote:Is there a command I can use to eliminate this stretch?
Try \raggedbottom.
-- Ted [home/blog]
jonw9
Posts: 2
Joined: Sat Jul 19, 2008 8:56 pm

Re: Varied Paragraph Spacing

Post by jonw9 »

Yup, that did it, thanks!
Post Reply