10
votes
3answers
168 views

setspace and quoting environment result in superfluous empty line

I was trying to set up the quoting environment by the package of the same name, which included single line spacing for block quotes as opposed to one and a half line spacing for normal text. The ...
2
votes
0answers
81 views

Make all \begin{quote} … \end{quote} blocks single spaced with setspace? [duplicate]

Possible Duplicate: Reduce the space between a quotation and a title I am writing a double-spaced paper using the setspace package. I need quotations to be formatted with single spacing, ...
3
votes
2answers
370 views

Reduce the space between a quotation and a title

When I use the quotation environment at the start of a section I get too much space between the title and the start of the quotation. How to modify spacing around quotation environment? has ways to ...
10
votes
3answers
1k views

Line spacing inside quote environment

I use the setspace package to set double spacing throughout the document. It also sets double spacing inside the quote environment. But, I want one half space inside the quote environment. How can ...