• Compact bibliography list in LaTeX

    by  • Wednesday 2 November 2011 • Research • 0 Comments

    I have already written about how to compact lists earlier today. Now is the time to compact the bibliography… This is how the regular bibliography in LaTeX looks like:

    First I found a suggestion to use the setspace function, but it turns out that it is much easier to just use the bibsep option to natbib. Just add the following to the preamble:

    \usepackage{natbib}
    \setlength{\bibsep}{0.0pt}

    and you will get something like this:

    About

    Alexander Refsum Jensenius is a music researcher and research musician living in Oslo, Norway.

    http://www.arj.no

    Leave a Reply

    Your email address will not be published. Required fields are marked *