I want my references numbered and appear the following order: author, year, title, etc...
When I use apa.bst style with the natbib code:
\usepackage[round,numbers]{natbib}
the first line of each reference gets indented (number moves it to the right). How do I get second (and the following) line aligned with the first one?
\setlength\parindent{0pt}immediately before\bibliography{<my-bib-file(s)>}? – Mico Nov 29 '12 at 13:22