I am using \printbibliography command to create bibliography in biblatex. The problem is the page number is located at the center bottom while i want it to be at the right bottom. I don't have the slightest how to modify it. I've tried modifying the environment but seems not to be the case. Anyone has an idea?
edit here's the MWE:
\documentclass[12pt,oneside]{book}
\usepackage{fancyhdr}
\usepackage[style=authoryear,labelnumber,defernumbers]{biblatex}
\addbibresource{bibli.bib}
\begin{document}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\addtolength{\headheight}{0pt}
\setlength{\headsep}{0pt}
\renewcommand{\headrulewidth}{0pt}
\rfoot{\thepage}
\thispagestyle{fancy}
\cite{haber}
\printbibliography
\end{document}
\documentclass...and contain only code that is necessary to demonstrate the problem. This saves others the work of having to reproduce an example, and it helps to narrow down the problem. – Jake Dec 20 '11 at 3:40