My document has multiple occurrences of the code fragment
\item~\newline
\begin{center}
\includegraphics{...}
\end{center}
\item
and occasionally, the first item comes right at the end of a page, so the item label is separated from the figure. How can I avoid this? (I use this construct so as to get the item label above the figure instead of aligned with the figure's bottom, which is what happens by default).
\itemusingetoolbox. Add\usepackage{etoolbox} \preto\item{\needspace{2\baselineskip}}in your document preamble. Would that work? That would be general though for all lists (enumerate,itemizeanddescription). – Werner Dec 15 '11 at 23:42