2012/11/21 Andreas Paeffgen: > Wanted in Toc and Text > > Appendix A > This > > Appendix B > That > > Appendix C > Bibliography
Quoting the memoir manual:
"If you want to change the heading, redefine \bibsection. For example,
to have the bibliography as a numbered section instead of an
unnumbered chapter, redefine it like
\renewcommand{\bibsection}{%
\section{\bibname}
\prebibhook}"
In your case, replace \section by \chapter in the quoted redefinition.
HTH
Jürgen
