- #1
teroenza
- 195
- 5
I'm using Zotero to export my Bibtex file (references.bib), and including it with:
For some reason, in the final References section, it is including a chapter location (e.g. 1.1, 1.3, 3.1) every time I cite that reference.For example:
How can I suppress this, and get rid of that list of instances the reference is cited?
Code:
\addcontentsline{toc}{chapter}{\bibsecname}
\renewcommand{\bibname}{\bibsecname}
\bibliographystyle{plain}
\bibliography{references}
For some reason, in the final References section, it is including a chapter location (e.g. 1.1, 1.3, 3.1) every time I cite that reference.For example:
Miguel A. Cazalilla and Ana Maria Rey. Ultracold Fermi gases with emergent
SU( N ) symmetry. Reports on Progress in Physics, 77(12):124401, 2014. 1.1, 1.3,
3.1
How can I suppress this, and get rid of that list of instances the reference is cited?