[The MWE references one font "Bookman Old Style" - you might need to replace it. I have attached the referenced EPS graphic files]
"Simple" question(s)?
As shown I set the textblock height to be 540pt, but when it's processed it comes out at 550pt and I lose the gap that I thought I had between the bottom of the textblock and the footer. Any idea why - and why I seem to have lost the footskip?
(I guess it is \checkandfixthelayout, but I've done all the calculations in a spreadsheet and don't see why it should be changing anything. If I just use \fixthelayout the result is the same, but I don't get the readout of the layout parameters. If I do neither, the layout is completely wrong... even though the parameters I've set look perfectly sensible to me.)
Code: Select all
Code, edit and compile here:
\documentclass[final,twoside,openright,showtrims,10pt]{memoir} %\usepackage{calc, wrapfig}\usepackage{xltxtra,fontspec,xunicode}\usepackage{lipsum}\usepackage[calc]{picture}\stockroyalvo\settrimmedsize{663.3pt}{440pt}{*}\setlength{\trimtop}{\stockheight}\addtolength{\trimtop}{-\paperheight} % - \paperheight\setlength{\trimedge}{\stockwidth} % \trimedge = \stockwidth\addtolength{\trimedge}{-\paperwidth} % - \paperwidth\settrims{0.5\trimtop}{\trimedge}\settypeblocksize{540pt}{344pt}{*} % {344pt}{*} %{322.6pt}{*}\setulmargins{56pt}{*}{*} % keep type block and page size fixed, spec top margin to text block only\setlrmargins{*}{*}{1} % edge margin is 3rd (last) parameter * the spine margin\setheadfoot{36pt}{36pt} % header height and footskip (distance from the bottom of the text block to the footer)\setheaderspaces{*}{12pt}{*} % specify only the headsep (distance from the bottom of the header to text block)\checkandfixthelayout\setlength{\pdfpagewidth}{\paperwidth}\setlength{\pdfpageheight}{\paperheight}% Font stuff\defaultfontfeatures{Scale=MatchLowercase}\setmainfont{Bookman Old Style}\setlxvchars[\normalfont] % main font, involved in optimal character to line fitting\font\bookmanNine="Bookman Old Style" at 9pt\font\bookmanNineItalic="Bookman Old Style Italic" at 9pt% Graphics\newcommand{\starBreakChapterStart}{%\begin{center}\makebox(\textwidth, 72pt){\includegraphics{WingDing24.eps}}\end{center}}% Page & Chapter setup\makepagestyle{fragPage}