<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks, William.<div><br></div><div>Apologies for cluttering this list. </div><div><br></div><div>David</div><div><br><div><div>On Jan 2, 2013, at 10:08 AM, William Adams wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">On Jan 2, 2013, at 10:56 AM, David Derbes wrote:<br>
<br>
> The \part command in Memoir prints a Part title page on odd number pages, then a blank page, then starts the next chapter (or in my case, section) on an odd number page.
<br>
> What I'd like to do is print some text (typically a quote from the literature of physics) on the back of the Part title page, currently blank and unavailable. I don't want to change the pagination; I only want to use this blank page. Alternatively, the text
 could be added below the Part title and the following page be kept blank. I don't know what is better stylistically, nor how to achieve either in LaTeX.<br>
<br>
It would be better on usenet:comp.text.tex or texhax, since it isn't OS X specific.<br>
<br>
That said, some hooks:<br>
<br>
the blank page after a part is introduced by \afterpartskip, which is initially defined as:<br>
<br>
{\vfil\newpage}<br>
<br>
so you could hook into it by redefining it as (if you want stuff on the new page):<br>
<br>
\renewcommand{afterpartskip}{\vfil\newpage\myafterpartmacrohere}<br>
<br>
then define \myafterpartmacrohere to do whatever you want.<br>
<br>
Adjust as necessary.<br>
<br>
William<br>
<br>
<br>
-- <br>
William Adams<br>
senior graphic designer<br>
Fry Communications<br>
Sphinx of black quartz, judge my vow.<br>
<br>
</div>
</span></font></div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">----------- Please Consult the Following Before Posting -----------<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a><br>
List Reminders and Etiquette: <a href="http://email.esm.psu.edu/mac-tex/">http://email.esm.psu.edu/mac-tex/</a><br>
List Archive: <a href="http://tug.org/pipermail/macostex-archives/">http://tug.org/pipermail/macostex-archives/</a><br>
TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/">http://mactex-wiki.tug.org/</a><br>
List Info: <a href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br>
<br>
</div>
</span></font></div>
</div>

</blockquote></div><br></div></body></html>