Code: Select all
\documentclass[14pt, extrafontsizes]{memoir}
\usepackage{blindtext}
\begin{document}
\mainmatter
\chapter{One}
\blindtext
\end{document}
Now the widest margin is on the right for odd pages and left for even pages. Is there a way to reverse/switch the left-right margins, so the widest margin is on the right for even pages and left on odd pages?