I'm using the code seen below and I'm trying to make the surnames of the authors appear in capital letters (with the first letter in large caps and the following letters in small caps), as seen in the pictures attached.
This is what I want:
and this is what I'm getting:
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{natbib}
\bibliographystyle{chicago2}
\begin{document}
\cite{picallo1990modal}
\bibliography{bibliography}
\end{document}


natbib? This is much easier to do if you usebiblatex. (Unrelated, but you need to putCatalanin{...}to preserve its capitalization.) – Alan Munn Mar 06 '22 at 13:47\printbibliographycommand in abiblatexdocument the citations will show up but the bibliography won’t be produced. – Alan Munn Mar 06 '22 at 14:42chicago2bib style available online? If so, where? – Mico Mar 06 '22 at 16:07