Louis A. Turk wrote:
> In the memoir class the Quote paragraph is indented on both sides. Is
> there any way to remove indention from the right side?

Put in preamble:

\renewenvironment{quote}%
               [EMAIL PROTECTED]
                \item[]}%
               {\endlist}

\renewenvironment{quotation}%
               {\list{}{\listparindent 1.5em%
                        \itemindent    \listparindent
                        \rightmargin   \z@
                        \parsep        \z@ [EMAIL PROTECTED]@}%
                \item[]}%
               {\endlist}

Jürgen

Reply via email to