I'm trying to make my sections start on the right page.
I'm using the document class scrartcl class from KOMA-Script with the twoside option. I added it because I was under the impression it would automatically assign all sections to begin on right pages. It does however not. The only other lines in my preamble that I can see has anything to do with the page layout relating to this issue are:
Code: Select all
\setpapersize{A4}
\setmargins{3.5cm}{1.5cm}{14.7cm}{23.42cm}{14pt}{1cm}{0pt}{2cm}
\defpagestyle{cb}{%
(\textwidth,0pt)%
{\pagemark\hfill\headmark\hfill}% doublesided, left page
{\hfill\headmark\hfill\pagemark}% doublesided, right page
%{\hfill\headmark\hfill\pagemark}% onesided
(\textwidth,1pt)}%
Thanks