I use biber with backref, but backref points to a wrong page. Option backref always gets it one page wrong.
Why does it so and how can I solve the problem?
Here's what might be related to the problem:
\usepackage[backend=biber,backref,style=authoryear,isbn=false,dashed=true]{biblatex}
\usepackage[%
colorlinks,urlcolor = black,pdfpagelabels,pdfstartview = FitH,
bookmarksopen = true,bookmarksnumbered = true,linkcolor = black,
plainpages = false,hypertexnames = false,citecolor = black
]{hyperref}
\thispagestyle{empty}
\tableofcontents
\clearpage
%start counting afresh after toc
\setcounter{page}{2}
\pagenumbering{roman}(orRomanoralphorAlph) for the frontmatter and\pagenumbering{arabic}after the\clearpagefor the mainmatter, using thehyperrefpackage with optionplainpages=false, and in Adobe ReaderEdit > Preferences > Page Display > Page Content and Information > Use logical page numbers(or the equivalent in your preferred PDF viewer)? – Stephen Jan 16 '13 at 20:46