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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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