I have downloaded the package float in order to help in placing figures where I would like them. At the moment, 'All' figures are placed at the 'end' of document.
I have run the script 'float.dtx.
Subsequently, the [H] option has been inserted as seen below example; however, nothing has changed and the figures still appear at the end of document.
Does any one have an idea as to what is needed to activate the float programs appropriately or as to how to implement them?
Thank you.
%%%%% Inserting figure %%%%%%%%%%%%%%
\begin{figure}[H]
\begin{center}
\maketitle {\bf Title}
\includegraphics[scale=0.9]{Figure}
\caption{Explanatory statement}
\label{}
\end{center}
\end{figure}

\maketitlesupposed to do in the figure environment? It usually typesets the dcuments title including your name and the date. – Johannes_B Nov 22 '15 at 08:42\bfis obsolete and should be replaced by\bfseries. Thecenterenvironment adds extra vertical space, that you most likely not want. You can replace it by\centering. – Johannes_B Nov 22 '15 at 08:43\usepackage{float}afterdocumentclass? – Johannes_B Nov 22 '15 at 08:45