Am using "article" document class in LyX and trying to get the quote paragraph-environment to run with "small" text size and single-spacing (globally), while keeping the rest of the document (standard paragraph environment) with the default settings -- default text size and double-spacing.
Have tried using the following in the LaTeX Preamble:
\let\oldquote\quote
\renewcommand\quote{\small\singlespacing\oldquote}
This almost works. The problem is that some paragraphs in the standard environment take on the singlespacing that I am trying to apply (exclusively) to the quote environment. How do I make sure that the singlespacing only applies to the quote environment?
