[Tex/LaTex] Force scrbook class to have only oneside option

blank-pagedouble-sidedkoma-script

In my custom .cls class file I'm using the following code

\LoadClass[10pt,twoside=true,open=right,cleardoublepage=empty,chapterprefix=true]{scrbook}

This is ok, but I would like to force oneside option. In fact, when I compile, after chpaters that finish with odd numbers, a blank page is inserted. Here an example:

  • Chapter 1 finishes at page 3
  • Blank Page
  • Chapter 2 starts at page 5

Any suggestion? Thank you in advance.

Best Answer

As observed by the author on comments above, one solution was possible using open=any.