BibTeX, biblatex and bibercitation in an Enumerate is backref'ed with index, not page

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
wasabi
Posts: 3
Joined: Sat Jun 21, 2014 4:34 am

citation in an Enumerate is backref'ed with index, not page

Post by wasabi »

I have the following text:

Code: Select all

\begin{enumerate}
\item bla
\item blabla
\item Quando o material termoplástico resfria, este endurece, desenvolvendo aderência entre o aço e o concreto, agora comprimido. \cite{Leonhardt}
\end{enumerate}
This section happens in what ends up being page 12. Now, when the bibliography is presented, it comes out as:

Image

Where that 3 at the end is obviously the backref to the citation. This is the index of the enumerate item (if I move the citation to the second item, it becomes a 2, for example).

How does one make the backref return the page number?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

citation in an Enumerate is backref'ed with index, not page

Post by Johannes_B »

Can you give us a minimal working example showing the problem?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
wasabi
Posts: 3
Joined: Sat Jun 21, 2014 4:34 am

Re: citation in an Enumerate is backref'ed with index, not p

Post by wasabi »

Sorry for the late reply, but I found a solution. Since what I wanted was a pageref, setting the hyperref option to [backref=page] solved the issue.
Post Reply