Am Freitag, 11. Oktober 2002 12:44 schrieb Herbert Voss:
> Ralf Goertz wrote:
> > how can I start a environment immediatly after starting a new item?
> > I want to have something like
> >
> > I am going to proof it using two seperate claims
> > 1. Claim. I claim...
> > Proof. Here it is...
> > 2. Let A be this
> > Claim. ...
> > Proof. ...
> > Furthermore...
>
> write all in the itemize/enumerate layout, then
> - put the cursor into the line which should become another
> layout
> - Layout->Increase environment Depth
> - change this line(s) to proof or anything else.
>
> Herbert
No this doesn't work for an empty first line. That's what I do in the second
item of the above example. But I can't increase the depth of the line
containig the enumi-counter. In latex I want
\begin{enumerate}
\item \begin{claim*} blah... \end{claim*}
\begin{proof} blah \end{proof}
\item blah
\end{enumerate}
I just noticed that with amsthm a new line is started anyway but with ntheorem
ist works.
Ralf