When i use a figure alone (and nothing more) in an itemize environment as in the sample code
\item[11.7]
\begin{center}
\includegraphics [width=9cm]{code-page629.eps}
\end{center}
the numbering (11.7 in this case) is printed in the bottom left corner. Is it possible to print the numbering in the top left corner? (see the attached figure). I do not provide a MWE since there is no need to run something, it is actually a "theoretical" question .. thanks a lot !



\usepackage[export]{adjustbox}to the preamble andvalign=tinto the optional argument of\includegraphics. – leandriis 13 hours agocenterenvironment doe not only center the image but also changes the horizontal position of the number. Lastly, the combination of anitemizeenvironment with a manually numbered item seems a bit strage. – leandriis 13 hours ago