I am writing an IEEEtran article. I use graphicx for inserting .pdf images. Normally, LaTeX selects a position like A. I want LaTeX automatically find and insert the image to a position like B. How can I do that? This is my code:
\usepackage{graphicx}
\begin{document}
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics{Figures/Fig1.pdf}\\
\caption{hi}\label{hi}
\end{figure}
\end{document}


\documentclassare you using? – AboAmmar Mar 28 '15 at 20:55\documentclass[conference,hidelinks]{IEEEtran}– user2991243 Mar 28 '15 at 21:46