[Tex/LaTex] Change linespacing in bibliography

bibliographiesline-spacing

While the entirety of my document is written with double-spacing, I would like to have my bibliography section written single-spaced. I am using report document class.

Just to be clear, I am not trying to change the spacing between different entries, rather I'm trying to change the spacing within each entry.

Thanks in advance !

Best Answer

Are you searching for this?

In the preamble:

\usepackage{setspace}

Where the bibliography should appear:

\begingroup
\setstretch{1.0}
\printbibliography
\endgroup