TransWikia.com

Using BibTeX/biblatex to make a list of references without having citations in the body of the document?

TeX - LaTeX Asked by TJ Ellis on June 4, 2021

Is there any way to have BibTeX or biblatex insert a bibliography without having citations in the body of the document itself? Maybe a way to hide the in-text citations, so that BibTeX still sees them and includes them in the bibliography, but does not print them in the body?

2 Answers

Use nocite{*} in the body of your document to include all the references in the .bib database. To include only some bibliographical entries, you can use nocite{key1,key2,...,keyn} to include only the entries corresponding to key1,key2,...,keyn.

Correct answer by Gonzalo Medina on June 4, 2021

In case of apacite package use the code belo

usepackage{url} % Evitar enlaces en bibliografía largos & enlazar enlaces de bibliografía
usepackage{breakurl} % Broken links
usepackage{hyperref} % Evitar enlaces en bibliografía largos & enlazar enlaces de bibliografía
usepackage{natbib}
usepackage{etoolbox}
bibliographystyle{apacite}

begin{document} 
bibliography{ref/lib} % lib.bib file inside ref folder
bibliographystyle{apacite}
nocite{*}
end{document}

Answered by Pablo Díaz on June 4, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP