I am using the ACM template, in particular, the sig-conference one. I am trying to push a wide figure in a specific position:
\begin{figure*}
\subfloat[\]{}\qquad
\subfloat[\]{\}]
\caption{}
\label{fig:timeresult}
\end{figure*}
However, if I use the H parameter the figure does not show up in the final pdf.
\begin{figure*}[H]
\subfloat[\]{}\qquad
\subfloat[\]{\}]
\caption{}
\label{fig:timeresult}
\end{figure*}
Any advice?
Hwithfigure*(what would you want it to mean?)figure*means to span the figure at the top of the page over both columns, so you can not usehand definitely notHYou need to allow it to move to the top of the next page. – David Carlisle Dec 11 '17 at 13:36figure*to appear out of sequence with a single columnfigurethen you must have an old version of latex (older than 2015) – David Carlisle Dec 11 '17 at 13:39