I have googled for hours without finding any solution for my warnings. The warning says: BibTeX: warning: 1 characters of junk seen at toplevel. I have 21 working Citations in my bibliography. If i add one more, doesn't matter which one, ill get the warning (even a copied one with a eg. changed name)
@article{courbariaux2016binarized,
title={Binarized Neural Networks: Training Deep Neural Networks with Weights and Activations Constrained to +1 or -1},
author={Matthieu Courbariaux and Itay Hubara and Daniel Soudry and Ran El-Yaniv and Yoshua Bengio},
year={2016},
eprint={1602.02830},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
It does not matter if I use another bibtex citation that worked already. I get the Warning for every Bibtex file. Not sure if you have enough Information to help me.
I use Natbib and Overleaf.
\documentclass[a4paper,12pt,twoside, numbers=noenddot]{scrartcl}
\usepackage[backend=biber,natbib=true]{biblatex}
\addbibresource{literatur/bibliography.bib}
% }
% @book{meyer2021embedded,
% title={Embedded Microprocessor System Design Using FPGAs},
% author={Meyer-Baese, Uwe},
% year={2021},
% publisher={Springer Nature},
% pages ={1}
% }
\begin{document}
\cite{meyer2021embedded}
\newpage
\end{document}
@article{....}entry ie a non-entry text at the top level ie not inside any entty type – David Carlisle Oct 07 '21 at 21:10Thanks for your help :)
– Tobs Oct 08 '21 at 15:36