Rich Shepard wrote:
> Peter Wilson has extended the 'book' class with all sorts of nifty tweaks.
> He calls his package collection the 'memoir' class. In the first section of
> the book he describes the contents of \frontmatter{}, in which the
> copyright page (also including the publisher, CIP, ISBN and other goodies)
> is on the verso of the title page.
>
> All well and good, but he does not present the command to set this block
> of text off and have it display and print properly.
>
> Does anyone know how to do this?
Rich,
I do note really understand what you are asking for, but the outline structure
of the memoir manual is as follows:
\frontmatter
\pagestyle{empty} %% no pagination
<half title page>
\cleardoublepage %% start on recto page
<title page>
\clearpage %% start a new page (recto or verso)
<copyright page>
\clearpage
<memoir definition>
\cleardoublepage
\pagenumbering{roman} %% pagination lower roman
\pagestyle{headings} %% running headers
\tableofcontents
\clearpage
\listoffigures
\clearpage
\listoftables
\chapter{Preface}
<preface>
<introductions>
\mainmatter
<body text>
the copyright page itself has been done with normal paragraphs and tabulars.
HTH,
J�rgen.