Relative Content

Tag Archive for rlatexquarto

In Quarto, how do I set the line spacing to single spaced in my bibliography while the rest of the text is double spaced?

I am writing a paper in Quarto, and have nearly everything how I want it at this point, save for a few troublesome formatting issues. Most importantly, how do I single space the bibliography while having the rest of the text as double spaced? I am using linestretch: 2 in the _quarto.yml file in order to do the double spacing. With keep-tex: true I thought I could just use begin{singlespace} and end{singlespace} around the references, but that doesn’t change anything.