Re: Indention of Quote paragraphs

2008-08-18 Thread Jürgen Spitzmüller
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


Indention of Quote paragraphs

2008-08-16 Thread Louis A. Turk
In the memoir class the Quote paragraph is indented on both sides. Is
there any way to remove indention from the right side?

Lou