0

I would like to reference addresses throughout a document and as an appendix generate a list with all the address entries used and the link to the places in the document where they were used.

Just like it is done with a bibliography.

I'm actually thinking it'd be the easiest to use a special kind of entry and store them in a bib file, and then use it as a list of citations.

How would you do it?

Many thanks!

  • 3
    You can use a bib file with @misc entries and if necessary a custom bst if one of the standard ones does not produce what you need – David Carlisle Nov 29 '23 at 09:24
  • 2
    biblatex allows to define not only the output but also the data interface and the data source mapping. For both, bibtex and biblatex/biber there already exist examples for, e.g., managing address databases instead of bibliographies. See, e.g., directory or Ulrike Fischer's article biblatex variations – cabohah Nov 29 '23 at 10:15
  • Depending on how you want the in-text references to look you could also consider a list of endnotes with backreferences (see for example https://tex.stackexchange.com/questions/675030/endnotes-are-not-linked) or maybe a Glossary (for example with https://ctan.org/pkg/glossaries-extra). – Marijn Nov 30 '23 at 15:49

0 Answers0