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?
BibTeX, biblatex and biber ⇒ Reference spacing
NEW: TikZ book now 40% off at Amazon.com for a short time.

Reference spacing
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.)
\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.)