When specifying a float's placement, e.g. [htpb], is the order of the arguments specifying the priority of them?
Example:
\begin{figure}[htpb]
\includegraphics[width=0.7\textwidth]{sampleImage}
\caption{Example caption}
\label{fig:sampleImage}
\end{figure}
\labelalways belongs after\caption, otherwise you label the last label-able item instead. – Martin Scharrer Dec 19 '11 at 11:25\caption{Example caption\label{fig:sampleImage}}. – Stephen Dec 19 '11 at 21:05