Two column bibliographies in LaTex and bibitem spacing

For two columns, use the multicol package along with the following code:


begin{multicols}{2}
bibliography{bibtexFile}
end{multicols}

Use setlength{itemsep}{1pt} inside of the thebibliography environment to change the spacing of bibliography items.

Leave a Reply

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