BibTeX, biblatex and biberIncrease Spacing between Bibliography Items

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
jack1234
Posts: 3
Joined: Sun Jun 26, 2011 10:33 pm

Increase Spacing between Bibliography Items

Post by jack1234 »

How to increase space between bibliography items?

I try this.

Code: Select all

\setlength\bibitemsep{1.5\itemsep}
But it gives me errors mentioned that \bibitemsep is undefined.

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

User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Increase Spacing between Bibliography Items

Post by cgnieder »

Can you make a Infominimal working example that shows your issue? It will be much easier for us to help if we see some compilable code starting with \documentclass and ending with \end{document}.

Regards
site moderator & package author
Post Reply