Document Classespagenotes in Memoir class

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
dad13
Posts: 3
Joined: Sun Jan 30, 2011 7:41 pm

pagenotes in Memoir class

Post by dad13 »

I have no difficulty using the endnote package in Memoir class, but I wanted to put the notes at the end of the chapters they belong to, so, following the manual, I put a \makepagenote command in the preamble, and obtained the warning that the macro was not recognized. So I created a simple document with only this macro in the preamble and a few simple pagenotes in a text. Same result. I can live without the pagenotes, but the problem is irritating me. Any suggestions? Thanks.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

pagenotes in Memoir class

Post by meho_r »

Try this example:

Code: Select all

\documentclass{memoir}

\makepagenote

\begin{document}

\chapter{One}

Some text\pagenote{An end note.} 

Some text\pagenote{Another end note.}

\printpagenotes*

\chapter{Two}

Some text\pagenote{And one more end note.}

Some text\pagenote{The last end note.}

\printpagenotes*

\end{document}
dad13
Posts: 3
Joined: Sun Jan 30, 2011 7:41 pm

Re: pagenotes in Memoir class

Post by dad13 »

Dear meho_r : thank you for the reply. I did what you said and got the same irritating error message: undefined control sequence

\makepagenote

I am coming to the conclusion there is something wrong with my memoir package installation -- yet I have been using it on a large project without any previous difficulty (my first experience of this class). Perhaps the best thing to do is re-install.

Thanks again,

dad13
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

pagenotes in Memoir class

Post by meho_r »

You can try reinstalling the package. The code I provided in my previous post works fine on my installation (TeXLive 2010 on Debian). Here are packages used (add \listfiles before \documentclass in the example and compare your output, versions and dates of packages from your .log file with the following:)

Code: Select all

*File List*
  memoir.cls    2010/09/19 v3.6g configurable book, report, article document cl
ass
   ifpdf.sty    2010/01/28 v2.1 Provides the ifpdf switch (HO)
 ifxetex.sty    2010/09/12 v0.6 Provides ifxetex conditional
ifluatex.sty    2010/03/01 v1.3 Provides the ifluatex switch (HO)
    etex.sty    1998/03/26 v2.0 eTeX basic definition package (PEB)
   mem10.clo    2008/01/30 v0.3 memoir class 10pt size option
mempatch.sty    2009/07/24 v6.0f Patches for memoir class v1.6180339
untitled-1.ent
untitled-1.ent
 ***********
dad13
Posts: 3
Joined: Sun Jan 30, 2011 7:41 pm

Re: pagenotes in Memoir class

Post by dad13 »

Dear meho_r: thanks again for the advice. All is now under control.

Regards, dad13
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

pagenotes in Memoir class

Post by localghost »

dad13 wrote:[…] All is now under control. […]
Then please mark the topic accordingly as written in Section 3 of the Board Rules (to be read before posting).


Best regards and welcome to the board
Thorsten
Post Reply