I am trying to include a circuit schematic in the landscape mode. I am
trying to use the "rotating" package. But my figure is included
upside-down!! I do the following:
\usepackage{graphicx}
\usepackage{rotating}
....
\begin{sidewaysfigure}
\centering
\includegraphics{figures/schematic.eps}
\caption{Circuit Schematic}
\label{fig:schematic}
\end{sidewaysfigure}
I don't want empty space before this figure occurs (which takes a full
page). Thanks for your help..
Gaurav
Gaurav
Gaurav Aggarwal wrote:
>
> Hello,
>
> I am trying to include a circuit schematic in the landscape mode. I am
> trying to use the "rotating" package. But my figure is included
> upside-down!! I do the following:
[..]