Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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?

share|improve this question
Welcome to TeX.SE! Have you tried issuing the command \setlength\parindent{0pt} immediately before \bibliography{<my-bib-file(s)>}? – Mico Nov 29 '12 at 13:22
@Mico, yes I tried a few options like \setlength\parindent{0pt} \setlength\mybibindent{0in} \setlength{\bibindent}{0pt} \setlength{\bibhang}{0pt} but non of them seem to work with the natbib package? With other popular bibliography styles I can get references numbered, no problem, but not in the order I want them to be. – Dana Nov 29 '12 at 14:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.