I have a BibTeX file with a mix of entries, some with full author's names and some with just initials. I would like my typeset bibliography to only use initials. Is there a way to do this?
I have the following BibTeX commands currently in my file:
\usepackage[super,comma,sort&compress]{natbib}
\bibliography{thesis}
\bibliographystyle{named}
I have found documentation on how to do this with biblatex, but not with natbib.