Text FormattingSpaces between paragraphs

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
velisarus
Posts: 8
Joined: Thu Nov 26, 2009 1:20 am

Spaces between paragraphs

Post by velisarus »

Hi everyone!

I have some problems with the spaces between paragraphs -- they are stretches. Yes, I know, this is normal behavior of LaTeX... But that looks awful.
pg_0006.pdf
(53.81 KiB) Downloaded 427 times
Can I anyhow forbid the stretching of those spaces?
Russian page layout artist

Recommended reading 2024:

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

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

magicmoose
Posts: 90
Joined: Fri Nov 06, 2009 7:29 am

Spaces between paragraphs

Post by magicmoose »

Hi there,

You could try setting \setlength{\parskip}{length} in your preamble, where length is the distance between paragraphs, and can be in cm, pt etc...

Hope that helps
velisarus
Posts: 8
Joined: Thu Nov 26, 2009 1:20 am

Spaces between paragraphs

Post by velisarus »

Yes, that helps! And yes, I'm fool, that was so simple... :oops:

I've set \setlength{\parskip}{0pt plus 0pt minus 0pt} in my preamble, and look at this.
pg_0006_corrected.pdf
(56.25 KiB) Downloaded 321 times
Of course, now I have some other problems, like widows and orphans, but that's not very important in this case. Besides, I can fix it... Actually those spaces were made by \widowpenalty=10000 (\clubpenalty=10000), so it's useful to change theirs values.

It's important to say, that there are no spaces between paragraphs in Russian typography -- they are forbidden.

Thank you, magicmoose!
Russian page layout artist
Post Reply