How can I prohibit putting figure after the footnote? I have pretty simple LaTeX code that has a lot of figure environments, and I see the figure is inserted after the footnote.
\documentclass[10pt, onepage]{article}
\usepackage{graphics,graphicx}
\usepackage{hyperref}
... dependent code\footnote{You should use at least JRE 1.5 or later, but I highly recommend using JRE 1.6 or later}, you can safely use the JRE 1.5 or later.
\begin{figure}
\centering
\includegraphics[width=0.5\textwidth]{pic_install/4_configure_build_path.png}
\caption{Configuration menu}
\label{fig:config_build}
\end{figure}

\feetbelowfloatcommand in preamble if usingmemoirclass. – Leone Jul 07 '21 at 21:10