Hello.
I am preparing a manuscript for publication. The journal specifies that in the bibliography, all entries should be left-justified (no hanging indents), and that an extra vertical space should be left between entries.
Is there a way to specify this format in BiBTeX?
Thanks,
Annette
BibTeX, biblatex and biber ⇒ Bibliography spacing for journal
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Bibliography spacing for journal
In case anyone else is looking for the answer, I'm posting what I learned from one of my colleagues. You can set the spacing in the preamble.
Left-justify in BibTex:
\setlength{\bibhang}{0em}
Space between bibliography items:
\setlength{\bibsep}{16.0pt}
Left-justify in BibTex:
\setlength{\bibhang}{0em}
Space between bibliography items:
\setlength{\bibsep}{16.0pt}