Yes, I know I was writing about it a week ago and you helped me, but I can't stop to think about it. My problem appears when I want to add graphics into my document. The bottom margin is smaller on the pages with images than on the other.
I took my document to pieces and observed there was a problem even in so simply document like that:
Code: Select all
\documentclass[11pt]{book}
\usepackage[demo]{graphicx}
\usepackage[
centering,
papersize={160mm,235mm},
text={125mm,190mm},
]{geometry}
\setlength{\parskip}{0pt}
\setlength{\parindent}{11pt}
\usepackage{lipsum}
%----------------------------------
\begin{document}
\lipsum
\begin{figure}
{\begin{center}
\includegraphics{demo}
\end{center}}
\end{figure}
\lipsum
\end{document}
Please, copy it and check if you get the same problem. I use TeXshop.
Thanks!
krz