On Sep 2, 7:36 am, Caboose <
ccaabboooos...@gmail.com> wrote:
> \defbibheading{memoir}{\bibsection}
this command in biblatex works as follows:
\defbiblatex{<name of heading>}{<code to execute>}
... so to get your bibliography heading to say 'References', all you
need to do is:
\defbibheading{references}{\chapter*{References}}
\printbibliography[heading=references]
or use \section* if you want the 'level' of bibliography to be equal
to your section format.
biblatex meshes well with memoir, but you don't need to cater to the
memoir commands if you use biblatex.
cheers,
jon.