I'm using book with the oneside option. Although, I'm using the oneside option I would like to start the chapters in odd pages only (like if the openright option was enabled).
Apparently, the openright option does not work because with oneside all pages are right. Do you know how to solve it?
best,
minimal example:
\documentclass[a4, 11pt,oneside,openright]{book}
\begin{document}
\chapter{First}
\chapter{Second}
\chapter{Third}
\end{document}

onesidejust for having equal margins on both sides? – egreg Jun 20 '14 at 20:14