0

I have a code similar to

\section{1}
\begin{figure}[hbt!]
    \begin{minipage}{\textwidth}
    \centering
    \includegraphics[width=\textwidth]{img/img1}
\end{minipage}
\end{figure}

\pagebreak

\begin{figure}[hbt!] \begin{minipage}{\textwidth} \centering \includegraphics[width=\textwidth]{img/img2} \end{minipage} \end{figure}

\section{2} \input{figures/fig1}

\pagebreak

\input{figures/fig2}

\pagebreak

\input{figures/fig3}

Unfortunately, when compiling the figures appear within the first section, and not in section 2. Why is that so?

0 Answers0