I am writing a thesis document in Latex. I have already written several pages in it but suddenly at one page the spacing between paragraphs is too much (3-4 lines).
As its a long documents so, its a bit difficult for me to provide the working example. I was wondering if somebody has also faced the similar problem or know the possible reason of this weird results.
By the was, I am writing the paragraphs in the following way:
Here the para-1 ends.
The para-2 begins here after a gap of one line. Now, it ENDS here.
Para-3 has started with a gap of one line.
PS: it is a single sided document
UPDATE:
I have found that if I remove the line below the equation then everything become ok but if i put the line below the equation then, the problem of weird spacing comes. I have used the same method of putting equation and paragraphs in other sections but did not face any problem.
\begin{gather}
\text{positional distance component, } d_p(i,j) = \sqrt{ ( n_x^i - n_x^j )^2 + ( n_y^i - n_y^j )^2 } \\
\text{and color distance component, } d_c(i,j) = \sqrt{ ( n_L^i - n_L^j )^2 + ( n_a^i - n_a^j )^2 + ( n_b^i - n_b^j )^2 }
\end{gather}
The weightage of the two distance components can be varied by chaning the value of two multiplying constants ($\mathit{w_p}$ and $\mathit{w_c}$) for position and color components of distance measure.
\begin{figure}[H](ortable)? – egreg May 07 '15 at 17:38centerenvironment around a figure-environment? – Johannes_B May 07 '15 at 17:41flushbottomis active? – Johannes_B May 07 '15 at 17:41\flushbottom(or equivalent) if the document is in two-sided mode. You can try\raggedbottomand see if that 'fixes' it. Note, however, that the bottoms of pages will not all end at the same place. – jon May 07 '15 at 17:41twosidelisted. – jon May 07 '15 at 17:44\raggedbottomin the preamble solves the issue. – David Carlisle May 07 '15 at 17:50\raggedborromsolves the problem -- it suppresses the stretch.) – barbara beeton May 07 '15 at 18:53