Is there a way to have different chapter headings for odd and even starting chapters using fncychap with scrbook class? I'm using a personal style (a mix of Sonny and Bjornstrup) that has a large chapter number on the right that is not clearly visible when chapter starts on even pages.
Edit:
This is style definition in fncychap.sty
%%%%%%PERSONAL DEF
\DeclareOption{Personal}{%
\ChNameVar{\Large\sf}
\ChNumVar{ \fontsize{76}{80}\usefont{OT1}{pzc}{m} {n}\selectfont\color{darkgray}}}
\ChTitleVar{\Large\sf\em\color{Sepia}}
\ChRuleWidth{0.5pt}
\ChNameUpperCase
\renewcommand{\DOCH}{%
\vskip -100\p@%
\raggedleft
\Huge\CNoV\thechapter
}
\renewcommand{\DOTI}[1]{%
\CTV\raggedleft\mghrulefill{\RW}\par\nobreak
\vskip 5\p@
\CTV\FmTi{#1}\par\nobreak
\mghrulefill{\RW}\par\nobreak
\vskip 20\p@}
\renewcommand{\DOTIS}[1]{%
\CTV\raggedleft\mghrulefill{\RW}\par\nobreak
\vskip 5\p@
\CTV\FmTi{#1}\par\nobreak
\mghrulefill{\RW}\par\nobreak
\vskip 5\p@}
And this is a pic of the output (sorry for low quality, only way to post it from netbook)
This chapter starts on odd page. I'm searching for a way to move the large chapter number on left when chapter starts on even page.
