I have a tex file, as follows
Code: Select all
\documentclass{singlecol-new}
\usepackage{natbib}
\begin{document}
hello, \cite{myRef}
\bibliographystyle{ieeetr}
\renewcommand{\bibname}{References}
\bibliography{D:/myFile}
\end{document}
I wish to have them appear in alphabetical order (http://www.inderscience.com/info/inauth ... mp.php#ref)
Can anyone advise on me on how to achieve this?
I would also like the references in main body of the text to appear in square brackets (eg [37]) but at the moment they appear in round brackets (eg (37)). How can I do this?
thank you