Basically, I have a blank page, I inserted the subsection title and underneath I want to add a sideways figure.
\subsection{Findings}
\begin{sidewaysfigure}
\centering
\includegraphics[scale = 0.2]{hi.pdf}
\captionof{figure}{picture1}
\label{123}
\end{sidewaysfigure}
However, the problem is that I managed to get subsection title printed on one page, but the sideways figure is always on the another page. Is it possible make them appear on the same page ?
sidewaysfigure, which always is placed on a separate page, so not really the normal float placement issue. – Torbjørn T. Mar 30 '14 at 21:51\rotateboximplictly applied to the content, it shouldn't start a new page normally. (but will default to t or p of course, not h) – David Carlisle Mar 30 '14 at 21:55hso you're right that the end result is that it never ends up on the current page – David Carlisle Mar 30 '14 at 22:02rotatinginstead oflscapein an earlier question. Sorry I mislead you, the link in @TorbjørnT.'s comment above has working code. – David Carlisle Mar 30 '14 at 22:10