Page LayoutSpine margin not alternating sides in memoir layout

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
ryan408
Posts: 1
Joined: Fri Jun 26, 2009 4:26 am

Spine margin not alternating sides in memoir layout

Post by ryan408 »

First post here, go easy on me. :)

I'm trying to lay out a book using the memoir class. The problem I'm having is that even though I'm using the twoside option my margins don't flip flop sides for recto and verso pages. The wider margin that I want for the spine always stays on the left while the page numbers and header flip flop like they should.

Here's the sample code I'm using to test out my margin setup.

Does anyone see anything I'm doing wrong?

Code: Select all

\documentclass[twoside,openright,onecolumn,postvopaper,final,extrafontsizes]{memoir}

\usepackage{lipsum} % dummy text

\setstocksize{8in}{5.375in}
\settrimmedsize{8in}{5.375in}{*}
\settrims{0pt}{0pt}
\setlrmarginsandblock{3cm}{2.5cm}{*}
\setulmarginsandblock{2.5cm}{2.5cm}{*}
\checkandfixthelayout
\setlength{\evensidemargin}{\oddsidemargin}

\begin{document}

\lipsum
\lipsum

\end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Lucia
Posts: 36
Joined: Wed Dec 31, 2008 9:03 pm

Spine margin not alternating sides in memoir layout

Post by Lucia »

Hello ryan408.

I've been studying the memoir manual for the last few days, but I haven't yet produced any document using this class. However, I did try your example and suggest this: use the command \checkandfixthelayout after the \setlength{\evensidemargin}{\oddsidemargin} command. This did change the margins for me. If this is not the proper solution for your problem, maybe someone will guide us to the right one.

Hope this helps,
Lucia
Post Reply