I'm a new user for latex, I would be grateful if you could help me to force a figure to appear in a particular place in report, my code I've already used is:
\usepackage{graphicx}
\begin{figure}
\centering
\includegraphics[scale=0.3]{fig_ch1}
\caption{Types of DG}
\label{fig_ch1}
\end{figure}
\begin{figure}[htbp]you'll allow the figure to be placed here or at least at a suitable position nearby. – TeXisFun Jul 25 '18 at 21:02figureenvironment is to mark the content as a float that is not part of the main text flow and can be moved to help with page breaking, – David Carlisle Jul 25 '18 at 21:03