I am using the oneside layout of MastersDoctoralThesis. I want to give a different header for even and odd pages. The process should be simple with fancyhdr, however it not supported in this template, unfortunately.
This is so far I've come across:
\clearpairofpagestyles
\cehead{even header}
\cohead{odd header}
However, it prints "odd header" on ALL the pages and ignores my cehead command.
