BibTeX, biblatex and biberHow to include the pages where a reference did appear?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
ggna
Posts: 1
Joined: Sun Oct 04, 2015 5:20 pm

How to include the pages where a reference did appear?

Post by ggna »

Hi,

suppose Ref. [1] appeared in pages 12, 34, and 56 of a document. How to have it listed something like:

[1] A. N. Author, Book's title (Town, Publisher, 1900) (p. 12, 34, 56)

in the References section at the end of the document?

It is a makeindex/bibtex mixed problem. (I wouldn't mind solving it via a combination of shell commands, such as sed under linux.)

Many thanks!

Giuseppe.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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

How to include the pages where a reference did appear?

Post by Johannes_B »

Welcome,

the keyword is backref, but i would need a bit more information about how the bibliography is generated, i.e. a minimal working example

By the way, i don't think that has anything to do with the index.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply