I am using LaTeX and the figure environment.
I am well familiar with the parameters to that environment: [htbp], and I am also generally familiar with the strategies tha
Yes, include float package into the top of your document and H (capital H) as a figure specifier:
\usepackage{float} \begin{figure}[H] . . . \end{figure}