I have this figure that I want to show sideways because it looks nicer that way. I do this:
Code: Select all
\begin{sidewaystable}
\begin{figure}[H]
\centering
\captionsetup{justification=centering}
\includegraphics[scale=.99]{Figures/hbar_pop_auf.pdf}
\end{figure}
\end{sidewaystable}
Code: Select all
\usepackage{float}
\begin{sidewaystable}
\begin{figure}[H]
\centering
\captionsetup{justification=centering}
\includegraphics[scale=.99]{Figures/hbar_pop_auf.pdf}
\end{figure}
\end{sidewaystable}
Does anyone know how to make the word "float" disappear or suggest a better strategy?
thanks