GeneralNumber of pages in bibliography items

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mm
Posts: 4
Joined: Tue Mar 24, 2009 3:37 am

Number of pages in bibliography items

Post by mm »

Hello guys,

I have created the bibliography by:

Code: Select all

\begin{thebibliography}

\bibitem[aa][aa]{xxx}

(...)
Now, i want to display the numbers of pages where certain bibitem is used. So, in the generated file it would be:

Code: Select all

AA xxx 0, 5, 11
where 0,5 and 11 are the number of pages where it is used. Also, it would be nice if that numbers were automatically links.

Thanks in advance!

Recommended reading 2024:

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

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

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Number of pages in bibliography items

Post by phi »

Hello,
try hyperref's pagebackref option.
Post Reply