Document Classes ⇒ pagenotes in Memoir class
pagenotes in Memoir class
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.
NEW: TikZ book now 40% off at Amazon.com for a short time.

pagenotes in Memoir class
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}
Re: pagenotes in Memoir class
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
\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
pagenotes in Memoir class
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
***********
Re: pagenotes in Memoir class
Dear meho_r: thanks again for the advice. All is now under control.
Regards, dad13
Regards, dad13
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
pagenotes in Memoir class
Then please mark the topic accordingly as written in Section 3 of the Board Rules (to be read before posting).dad13 wrote:[…] All is now under control. […]
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10