Code: Select all
\PassOptionsToPackage{page}{pagenote}
\documentclass[11pt]{memoir}
\usepackage[page]{pagenote}
\makepagenote
\begin{document}
\frontmatter
\thispagestyle{empty} % suppress page number on title page
\mainmatter
\chapter{Jacket Summary}
This book explains how to raise your child to be curious about the world and how to prepare him or her for the ongoing
technological explosion \pagenote[\pagename]{bob the builder.}
\clearpage
\printpagenotes
\end{document}