0

I use the following code to add figures:

\begin{figure}
\centering
    \includegraphics[width=0.8\textwidth]{orig.png}
    \caption{pic}
    %\label{fig:awesome_image}
\end{figure}

However the figure doesn't appear where it should. For example:

\subsection{A}

\subsubsection{a}

text

[the figure code]

\subsubsection{b}

text

[This is where the figure shows up]

\subsection{B}

What could be the problem? Thanks.

Roy
  • 101

0 Answers0