Generalpagenote | List Page Number

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
jmugan
Posts: 2
Joined: Mon May 23, 2011 5:35 am

pagenote | List Page Number

Post by jmugan »

Hi, I'm using memoir and I want to have page notes that list the page number like you see at the end of books. I've created a basic file. I'd like it to say "[1] bob the builder" instead of "[page] bob the builder" like it does now. Any suggestions? I'm using TexShop.

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}  

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

jmugan
Posts: 2
Joined: Mon May 23, 2011 5:35 am

Re: pagenote | List Page Number

Post by jmugan »

The magic incantation is \notepageref
Post Reply