Given a .bib file, is there any latex command (or sequence of commands) that produces a file (pdf, ps) with all the references in the bib file ordered (alphabetically, by date or something similar) ?
Usually bibtex only shows the references that are called inside a tex code by \cite{} but there must be a way of showing them all with a single command, I guess.
Thanks
BibTeX, biblatex and biber ⇒ Full List of References
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Full List of References
Hi,
you could use \nocite, such as
then all references will appear in the bibliography list, even if not cited.
Stefan
you could use \nocite, such as
Code: Select all
\nocite{*}
Stefan
LaTeX.org admin