I use the
landscape
environment to change the layout of the document. But, the page numbering style fixed at left side of the page, not at the bottom. I want to change the position of the numbering to bottom of the landscape page.I also tried \thispagestyle{plain} for the specific page, but nothing change. Is additional command needs to be written in the preamble for \thispagestyle to be effective? Or other commands should be used? How to do that?My command is as follows:
Code: Select all
\begin{document}
\thispagestyle{plain}
\begin{landscape}
...
\end{landscape}
\end{document}
Any suggestion is appreciated.
Best,
Lynn