Using the scrbook class of KOMA script I created two distinc page styles named StyleA and StyleB via the \newpagestyle command. I'd like to apply the first style to a single page. If the content of the page I applied StyleA to, spans over multiple pages, the second style should be used by all subsequent pages. However, I don't know the size of the content in adavance.
How do I implement this behavior using KOMA script?
