Got an problem regarding landscape pages in a portrait report. The first sheet is according to the koma manual and works fine. The second with the same code won't.
Example:
\documentclass[ 12pt,
paper=a4,
pagesize,
DIV=calc,
liststotocnumbered,
headsepline,
footsepline]
{scrreprt}
\usepackage[left=1.5cm,right=1.5cm,top=1cm,bottom=1cm,includeheadfoot]{geometry}
%langue settings
%header and footer settings
\begin{document}
First page in portrait\\
\storeareas\myvalues
\KOMAoptions{pagesize, paper=landscape, DIV=20}
Second page in landscape\\
\clearpage
\myvalues
Third page in portrait again\\
\KOMAoptions{pagesize, paper=landscape, DIV=20}
Fourth page NOT in landscape!!!!\\
\clearpage
\end{document}
Some ideas?
best regards
\storeareasis undefined. – Ian Thompson Jun 19 '12 at 14:16\storeareas. The current version on ctan is 3.11. – Ian Thompson Jun 19 '12 at 14:57