写真が正しい位置に表示されない

写真が正しい位置に表示されない
\section{Results}
In the figures attached in \textbf{Section 0.6} and in this section, two options are show that can be accessed by the user.


\begin{figure}[!h]
\centering
\includegraphics[width=0.75\textwidth]{bookin2.jpg}
\caption{A User entering Specific Data to book a room.}
\end{figure}
\begin{figure}[!h]
\centering
\includegraphics[width=0.75\textwidth]{data.jpg}
\caption{User can view his data, if he commands the system.}
\end{figure}

It has made it much simpler for the user, to simultaneously access his previous booking details, and make a new booking for further use.

これら 2 つの画像を 1 つのセクションに縦に並べようとしていますが、最初の画像しか配置されません。2 番目の画像は、2 つのセクションの後のドキュメントの末尾に配置されます。レポートを書いています。何か助けになることはありませんか?

答え1

使用

\begin{figure}[H]
...
\end{figure}

パッケージ付き

\usepackage{float}

関連情報