how to make a compact bibliography in latex
June 18th, 2007 by Lawrence David
for my thesis proposal, i’ve tried to reduce the volume of space my bibliography takes up as much as possible. here are some of the strategies i’ve employed: use single-spacing, make the font small, and make the citations print in two-column style:
\begin{singlespace}
\begin{footnotesize}
\begin{twocolumn}
\bibliography{main}
\bibliographystyle{unsrtnat}
\end{twocolumn}
\end{footnotesize}
\end{singlespace}