Text Formatting ⇒ Spaces between paragraphs
Spaces between paragraphs
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. Can I anyhow forbid the stretching of those spaces?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 90
- Joined: Fri Nov 06, 2009 7:29 am
Spaces between paragraphs
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
Spaces between paragraphs

I've set \setlength{\parskip}{0pt plus 0pt minus 0pt} in my preamble, and look at this. 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!