Paul A. Rubin wrote:
> From http://tug.org/TeXnik/mainFAQ.cgi?file=paragraph/margins (slightly
> modified):
>
> In the preamble, add the following:
> \newenvironment{widePar}[2]%
>   {\begin{list}{}{\leftmargin#1\rightmargin#2}\item{}}{\end{list}}
>
> In ERT at the start of the paragraph you want to make wider:
> \begin{widePar}{-0.5in}{-0.5in}
>
> In ERT at the end of the paragraph:
> \end{widePar}

If you use a KOMA class:

\begin{addmargin}[<leftMargin>]{<rightMargin>}
...
\end{addmargin}

Jürgen

Reply via email to