I need to place the figure under a specific paragraph but it appears at a randome position. Can you please modify my code using the appropriate command? Thanks
\begin{figure}
\centering
\graphicspath{Figures/}
\includegraphics[width=0.75\textwidth]{Figures/capacitor.jpg}
\caption{Capacitor...}
\label{Capacitor 1}
\end{figure}
figureenvironmnent. To nevertheless add a caption to your image, you can make use of the\captionofcommand from thecaptionpackage. – leandriis Feb 21 '20 at 21:17figureenvironment is to specify that it is a float that may be moved to help page breaking. – David Carlisle Feb 21 '20 at 21:29