Search found 1 match

by cmcork3
Thu Oct 18, 2018 9:55 pm
Forum: Text Formatting
Topic: Vertical Space around "quote" Environment
Replies: 3
Views: 12959

Vertical Space around "quote" Environment

When dealing with how to create equal space above and below a quote environment in Memoir, when the quoted material is single-spaced but the main text is double-spaced, I found that this works:

\begin{Spacing}{1}
\begin{quote}
% text to be quoted
\end{quote}
\end{Spacing}\noindent

Some variation ...