I enter my authors into JABREF as:
author = Orti, E. and Bredas, J.L. and Clarisse, C.
I wish if there is more than one author to have "Orti et al" shown. How can I do this please?
thank you
Code: Select all
\documentclass[10pt]{article}
\usepackage[numbers]{natbib}
\begin{document}
hi \citep{ref1}
\bibliographystyle{unsrt}
\bibliography{D:/myBib}
\end{document}