[texhax] \blockquote quotation vertical spacing
Uwe Lück
uwe.lueck at web.de
Wed Mar 24 15:27:37 CET 2010
At 05:34 24.03.10, Jesus Guillermo Andrade wrote:
>Hi all. I need to supress all additional vertical spacing between normal
>text and a \blockquote environment, so that the quotation has the same
>inter line space as the rest of the text. Do any have some ideas on how
>can this be done?
Maybe \topsep=0pt \partopsep=0pt in the document preamble suffice, but this
will affect all list environments. Otherwise something like
\newenvironment{myblockquote}{\topsep=0pt\partopsep=0pt\relax\blockquote}{\endblockquote}
HTH -- Uwe.
More information about the texhax
mailing list