I want to reduce the space between items of my references. After reading many related posts and trying various methods, I was still unable to do that :(
I use BibTeX and here is my code (the references are contained in a separated file called "myref.bib"):
\documentclass[a4paper,12pt]{article}
\usepackage{CJKutf8}
\usepackage{amsfonts}
\usepackage{setspace,lipsum}
\begin{document}
This is the main content.
\begin{spacing}{0.7}
\bibliographystyle{alpha}
\bibliography{myref}
\end{spacing}
\end{document}
With this method, I can reduce the space in each item, however, the space between different entries is still huge. How to reduce them?

\raggedrightafter thespacingenvironment. – Johannes_B Feb 27 '16 at 06:41