I just managed to switch from using BibTeX to biblatex with the biber backend. My references now appear how I want. However I have two new issues.
1) How do I change "Bibliography" to references? The old \renewcommand{\bibname}{References} does nothing.
2) How do I make the Bibliography appear in my Table of Contents because it now doesn't when using \printbibliography as per biblatex. Is it just a case of doing the \addcontentsline{toc}{chapter}{References}? Or is there a more subtle method?


\defbibheadingin thebiblatexmanual), but it depends on what sectional level your bibliography heading needs to be. Is it the equivalent of a chapter or section (or something else). – jon Aug 14 '12 at 18:49referencesinstead ofbibliographyin your\DefineBibliographyStringsif the class used wasarticle(or thearticleoption was used inmemoir)? My comment was meant mainly to bring out whether the looked-for answer was expecting to put the bibliography entry at a specific level in the ToC (e.g., sometimes books have the bibliography listed as a 'sectional' division rather than as equivalent to a chapter). – jon Aug 14 '12 at 19:15\bibnamenot working, was using a class that features\bibname(and not\refname). – lockstep Aug 14 '12 at 19:17