I'm writing a non fiction book using the memoir package.
I've been playing around quite a lot, and I must say I'm very satisfied with Peter Wilson's guide.
Pagenotes are great because they allow me to have all notes at the end of the book, divided by chapter, with continuos numbering.
There is one thing though I can't seem to find: how to change the indentation of multiples lines in the endnotes (so that the text of the the second and successive lines is aligned with the text of the first line, not with the note number).
With normal footnotes I could do this:
\documentclass{article}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage{scrextend}
\deffootnote[1em]{1.5em}{1em}{\textsuperscript{\thefootnotemark}}
\begin{document}
\blindtext\footnote{\blindtext}
\end{document}
How do I achieve the same result with pagenotes?

memoirdocument class, yet the MWE uses thearticledocument class and thescrextendpackage. What gives? – Mico May 27 '12 at 11:21