BibTeX, biblatex and bibercitations doubling up with bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
rsmnsu
Posts: 4
Joined: Mon Nov 13, 2017 8:02 pm

citations doubling up with bibliography

Post by rsmnsu »

\documentclass[]{article}
\usepackage{hyperref}
\bibliographystyle{apalike}

\bibliography{paper1}
\bibliographystyle{apalike}

My bibliography is doubling up with references in square bracket. How can I remove the elements in square bracket. for example
[Acemoglu et al., 2015] Acemoglu, D., Ozdaglar, A., and Tahbaz-Salehi, A. (2015). Systemic risk and stability in Financial networks. The american economic review, 105(2):564-608.
In my bibliography section I do not want [Acemoglu et al., 2015] appear at all. The bibliography should be like
1. Acemoglu, D., Ozdaglar, A., and Tahbaz-Salehi, A. (2015). Systemic risk and stability in Financial networks. The american economic review, 105(2):564-608.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

citations doubling up with bibliography

Post by Johannes_B »

Welcome, you have not given enough info. But i guess, simply load

Code: Select all

\usepackage{natbib}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply