BibTeX, biblatex and biber ⇒ citations doubling up with bibliography
citations doubling up with bibliography
\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.
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
Code: Select all
\usepackage{natbib}