Page Layoutstrange big gap between two paragraphs

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
neumannturing
Posts: 32
Joined: Sun Mar 01, 2009 8:29 am

strange big gap between two paragraphs

Post by neumannturing »

There is a big gap between two paragraphs(the gap is about 1 inch). This segment is in the middle of the whole paper. The spacing between all other paragraphs is fine. What is wrong?

Code: Select all

paragraph 1 bla bla bla
\begin{figure}[t]
\newlength{\modelsize}
  \modelsize = \linewidth
  \advance \modelsize -\columnsep
  \divide \modelsize 1
  \centering
  \includegraphics[scale=0.4]{picture file}
  \caption{bla bla bla}
  \label{fig:mciso}
\end{figure}

paragraph 2 bla bla bla.

Recommended reading 2024:

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

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

daleif
Posts: 199
Joined: Wed Nov 19, 2008 12:46 am

Re: strange big gap between two paragraphs

Post by daleif »

full minimal example please.

BTW: what are that length calculation for?
Post Reply