BibTeX, biblatex and biberBibliography spacing for journal

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
anettow
Posts: 5
Joined: Thu Oct 08, 2009 5:06 pm

Bibliography spacing for journal

Post by anettow »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

anettow
Posts: 5
Joined: Thu Oct 08, 2009 5:06 pm

Re: Bibliography spacing for journal

Post by anettow »

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}
Post Reply