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!
@miscentries 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:24biblatexallows to define not only the output but also the data interface and the data source mapping. For both,bibtexandbiblatex/biberthere already exist examples for, e.g., managing address databases instead of bibliographies. See, e.g.,directoryor Ulrike Fischer's article biblatex variations – cabohah Nov 29 '23 at 10:15