Thanks for taking the time to ready my posting.
I'm having a problem with moving page numbers when I use the pdflscape and the rotating packages together. In the first MWE, where rotating is included using clockwise rotations:
Code: Select all
\documentclass[12pt]{article}
\usepackage{pdflscape}
\usepackage[clockwise]{rotating}
\usepackage{lipsum}
\begin{document}
\lipsum{1-2}
\clearpage
\begin{landscape}
\begin{sidewaysfigure}
\caption{Test figure}
\end{sidewaysfigure}%
\end{landscape}
\clearpage
\end{document}
Code: Select all
\documentclass[12pt]{article}
\usepackage{pdflscape}
\usepackage[counterclockwise]{rotating}
\usepackage{lipsum}
\begin{document}
\lipsum{1-2}
\clearpage
\begin{landscape}
\begin{sidewaysfigure}
\caption{Test figure}
\end{sidewaysfigure}%
\end{landscape}
\clearpage
\end{document}
Note that these measurements were made using Ghostview and the respective PDF files as produced using PDFLaTeX.
It strikes me at the outset that perhaps this isn't the desired behavior, that the page numbers should, in fact, always be in the same spot, but then there's often much more going on with LaTeX than I am immediately aware of. Am I doing something wrong? If I am, please tell me! If I don't understand something that's happening and what I'm seeing is actually the expected result, please tell me that, too! Finally, if my instincts are correct and what's going on isn't what should be happening, then can someone be so kind as to confirm the behavior?
I am using both these packages together so that I can achieve PDF page rotations in PDF viewers when pages contain landscape figures and I wish to preserve the orientation of the captions along the short dimension of the page, that is, in parallel with the page numbers. The behavior about which I am inquiring is a problem for me because I wish to invoke "rotating" using the counterclockwise option.
Thank you again for your time!!
Christian
(The new server is noticeably faster; thanks!)