BibTeX, biblatex and biber ⇒ Bibliography spacing for journal
Bibliography spacing for journal
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Bibliography spacing for journal
Left-justify in BibTex:
\setlength{\bibhang}{0em}
Space between bibliography items:
\setlength{\bibsep}{16.0pt}