I am using double column format and want to put my PDF figure on whole page. I want to put my PDF figure in between text, but my picture is displaying on last page of file when i generated the latex PDF. and using following command which is given below. How i can fix my PDF picture position???
\begin{figure*}[!ht]
\centering
\includegraphics[width=1\textwidth]{Figure6.pdf}
\caption{Taxonomy of SDN based smart building.}
\label{fig:mesh1}
\end{figure*}
figure) environment, if you don't want it to float? Also: please make a compilable example → What is a minimal working example (MWE) – DG' Jan 28 '19 at 17:23figureenvironment is to allow latex to move it, and as you have used the optional argument to specify that it may not be placed on a page of figures, it is quite likely to go to the end of the document. addpto the option or perhaps just remove the option altogether. – David Carlisle Jan 28 '19 at 17:23figure*float in a two column document. However I am sure that there are answers covering this specific case elsewhere ... – Fran Jan 28 '19 at 17:42[h]is superfluous in this type of float, have no sense link now this question to answers that are all about fixing position using [!h] (already tried by the OP without success) or worse,[H](that in this case, can remove the float instead of fix the positions). Of course, add another answer there resolve the contradiction, ... – Fran Jan 29 '19 at 00:20