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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
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