BibTeX, biblatex and biberReference spacing

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
robatron
Posts: 3
Joined: Wed Jan 06, 2010 3:24 pm

Reference spacing

Post by robatron »

I'm trying to get rid of the line spacing between each reference that is default in the reference section. My references come from a seperate .bib file and I am using the cite package.

Have looked around but can't find a solution. Does anyone know of a package that does this?

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
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Reference spacing

Post by frabjous »

With the natbib package you can do:
\setlength{\bibsep}{0pt}

What other options there would be I think would be determined by your document class and .bst file. (The .bib file has nothing to do with this.)
Post Reply