Set the page geometry basd on the size of the “text block” in memoir

memoir

A publisher has asked me to set the page geometry on letter paper to a "text block" (containing all text, including headers and footers) of 4.5”×7.5” on standard letter paper. It must be two-sided printing for the header but no inner margin or correction for spine, the "text block" must be exactly in the middle of the page on even and odd pages alike. I'm using Memoir which only allows specification of a typeblock and this does not include the header. My footer is empty. No margin notes.

Is there a way to tell Memoir that all text, so in this case header and typeblock, must occupy these 4.5”×7.5” bounds?

So far I've tried:

\setlrmarginsandblock{1.5in}{1.5in}{*}
\setulmarginsandblock{1.5in}{1.5in}{*}
\checkandfixthelayout
\setlength{\evensidemargin}{\oddsidemargin}
\checkandfixthelayout

The problem is that I don't know the right values for the margins and can't calculate them without knowing the size of the header.

Btw, their advise for letter paper is to use (in Word) 2in left/right margins and 1.75in upper and lower margin. When I do this with 12pt Libertine font, it just doesn't look right to me, the line width is far smaller than Memoir's default.

Best Answer

Not a complete answer but with some calculations on your part memoir can set up their desired page layout.

The text width and horizontal location is easy, just \setlrmarginsandblock{2in}{2in}{*}; letterpaper is 11 by 8.5 inches so a centered textblock of 4.5 inches needs equal margins of 2 inches.

Vertical specifications are more problematic. The macro \setheaderspaces can be used to specify the designated space for headers and footers (above and below the textblock); there is also \setheadfootfor setting the space for header and footer texts and\setlength{\textheight}{...}` for the height of the textblock.

I don't know what Word upper and lower margins mean. Have you tried \setulmargins{1.75in}{1.75in}{*} and see if that satisfies them?

Please see figures 2.2 and 2.3 in the manual for some indications. I think that you might have to do some calculations as to how you want your pages to look.