I want one page in the middle of my article(the No.2 page in this example) is in landscape style, and other pages in portrait. So the pagckage pdflscape is introduced. It's all right for the page and its content, except that the page number in footer rotate too. I think this is the result by pdflscape. But I don't want the position of page header/footer(include page number) changed(as shown on the attached picture). So, is there a better way to get a landscape page with its header/footer keeping in its original position?
MWE:
\begin{document}
\pagestyle{plain}
some text in portrait
\clearpage
\begin{landscape}
some text in landscape
\end{landscape}
\clearpage
some text in portrait
\end{document}

sidewaysfigureorsidewaystablewith therotating.stypackage... – MadyYuvi Aug 20 '19 at 06:45geometrycan not achieve a certain landscape page when other pages are portrait? – lyl Aug 20 '19 at 12:21