Could you help me figuring out what packages I should use to get all references sorted alphabetically?
These are the packages and settings I'm using.
Code: Select all
\usepackage{natbib}
\bibpunct{(}{)}{;}{a}{,}{,}
% ...
\bibliographystyle{plainnat}
\renewcommand{\bibname}{Referências}
\bibliography{Referencias}
Thank you in advance
Offroad