Search found 1 match

by fergt
Fri Aug 12, 2011 10:04 am
Forum: BibTeX, biblatex and biber
Topic: Full List of References
Replies: 1
Views: 1313

Full List of References

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 ...