How can I solve this? what's the problem causing it? here's a sample of the .bib file
Thanks!
here's my packages and document set up, any help would be appreciated
\documentclass[12pt,a4paper]{article}
\usepackage{amsfonts, amsmath, amssymb, amsthm}
\usepackage[none]{hyphenat}
\usepackage{geometry}
\newgeometry{left=2cm, right=2cm, top=2cm, bottom=2cm}
\usepackage[version=4]{mhchem}
\usepackage{mathtools, nccmath}
\newtheorem{defi}{Definition}[section]
\newtheorem{thm}{Theorem}[section]
\newtheorem{exm}{Example}[section]
\newtheorem{rem}{Remark}[section]
\newtheorem{prop}{Proposition}[section]
\newtheorem{lem}{Lemma}[section]
\newenvironment{Proof}{\begin{sloppypar}\noindent{\sf Proof.}}{\end{sloppypar}}
\numberwithin{equation}{section}
\begin{document}
\bibliographystyle{IEEEtran}
\nocite{*}
\bibliography{References}
\end{document}
einstein,yang, andmills. Please, please write the field asauthor = {On the integrability of the {Einstein}-{Yang}-{Mills} equations},; this will prevent BibTeX from applying sentence style (which induces lowercasing) to the three names in question. – Mico May 13 '18 at 19:13