\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.
BibTeX, biblatex and biber ⇒ citations doubling up with bibliography
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
citations doubling up with bibliography
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.