rgheck wrote:

> I think you jus thave to do it the hard way:
> 
> \renewenvironment{quotation}
> {\small\list{}{\listparindent 1em%
> \itemindent    \listparindent
> \rightmargin   \leftmargin
> \parsep        \z@ \...@plus\p@}%
> \item\relax}
> {\endlist}
> 

Or a bit easier (and more generalizable):

\newcommand*{\OriginalQuotation}{}
\let\OriginalQuotation\quotation
\renewcommand*{\quotation}{\OriginalQuotation\small}

Jürgen


Reply via email to