I'm building e LaTeX document on OSX (MacTex 2010) and I have a weird problem of space insertion when placing a large figure. Basically, wherever I insert a figure that latex needs to place somewhere else on the compiled text, I get a wide space between the two paragraphs preceding and ending the figure.
Here's a working example (hope got it right- it compiles for me):
Code: Select all
Code, edit and compile here:
\documentclass[english,11pt,twoside,openright]{book}\usepackage[T1]{fontenc}\usepackage[latin9]{inputenc}\usepackage{graphicx}\usepackage[english,italian]{babel}\usepackage{lipsum}\begin{document}\chapter{General introduction}\section{Life at low temperatures}\lipsum[1-3]\begin{center}\begin{figure}\includegraphics[width=0.8\textwidth]{image}\caption{\lipsum[1]}\end{figure}\end{center}\lipsum[4-6]\end{document}
http://dl.dropbox.com/u/6835227/prova.pdf
thank you for helping