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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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