I need to put into my thesis (portrait format) a figure in landscape format. I tried using pdflscape environment but it didn't work for me. Now I am trying to use sidewaysfigure environment. The figure looks good
but there is no caption under it. Where is my mistake? And is there any other way to put my figure in landscape format?
My code is:
\documentclass[11pt, a4paper, oneside]{Thesis}
\usepackage{wrapfig}
\usepackage{pdflscape}
\usepackage{rotating}
\usepackage{epstopdf}
\begin{sidewaysfigure}
\centering
\includegraphics{d:/Thesis/Thesis_InLaTeX/thesis_1/Figures/Scheme1.pdf}
\caption{Scheme of Tengiz--Koargalzhyn depression.}
\label{fig:scheme1}
\end{sidewaysfigure}
Update: new figure 

\fbox(\fbox{\includegraphics{...}}) to see if it's the case. – egreg Jul 13 '12 at 14:14