On Sep 21, 2007, at 9:40 AM, Nicolás wrote:
Hi!
I have just read a paper containing an interesting feature. Each
citation in the bibliography section contains a list of links to the
pages where such citation appears. For example, if citation [1]
appears in pages 5 and 7, in the bibliography section we have:
[1] Me and you, "The book of our lives", in Kindly Publication,
2007 5 7
Does someone know how to achieve that?
Use hyperref, specifying "pagebackref" as an option.
E.g., include in your preamble: \usepackage[pagebackref]{hyperref}
For the hyperref manual, see:
<ftp://ctan.tug.org/tex-archive/macros/latex/contrib/hyperref/doc/
manual.html>
Bennett