BibTeX, biblatex and biberHow to list all uncited references in bibtex file to output

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
HypnosiS
Posts: 20
Joined: Sun Sep 21, 2008 2:58 pm

How to list all uncited references in bibtex file to output

Post by HypnosiS »

Code: Select all

\usepackage[sort&compress]{natbib}
...
\bibliographystyle{apalike}
\bibliography{refer}
I want to show all of the references in my thesis but latex only shows the ones that I cited in the thesis. How can I should all references?

p.s. While writing thesis, is it academically inaccurate to show a source if u dont cite it?

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

HypnosiS
Posts: 20
Joined: Sun Sep 21, 2008 2:58 pm

How to list all uncited references in bibtex file to output

Post by HypnosiS »

ah I found it \nocite{*} shows all of them

sorry I couldnt delete my topic. thanx anyway.
Post Reply