On Wed, 24 Jul 2002 10:08:28 +0200 (CEST), you wrote:
> On Wed, 24 Jul 2002, seguso wrote:
>
> > On Wed, 24 Jul 2002 06:22:13 +0000, you wrote:
> >
> > > sorry, I did not understand that you need the FIRST LINE
> > > indentation.
> >
> >
> > I'm sorry, I should have said that from the beginning. :-P
> >
> > Thanks anyway.
> > I can always do an after-the-fact latex editing.
> >
> > bye,
> > Maurizio
> >
>
> Hi Maurizio
>
> What is exactly the latex (not DVI) ouput you are waiting for ? May be can
> you help LyX with ERT, but I don't know latex enough to find the proper
> construction.
>
Thanks Alain,
it is very simple.
I would like to get the following latex output :
\begin{enumerate}
\item This is the first item, and spans
only one paragraph. It has no left
indentation, as you can see.
\item This is the second item, and it
spans two paragraphs. This is the
first paragraph and has no indenta-
tion.
qqqqqq This is the second paragraph, and
is indented. But it has no numbering,
because it belongs to the same enu-
meration item, the second one.
\end{enumerate}
Notice that the blank line above the qqqqq is necessary,
otherwise latex doesn't understand that a new paragraph is beginning.
Which in dvi appears as:
1. This is the first item, and spans
only one paragraph. It has no left
indentation, as you can see.
2. This is the second item, and it
spans two paragraphs. This is the
first paragraph and has no indenta-
tion.
qqqqqq This is the second paragraph,
and it is indented. But it has no num-
bering, because it belongs to the same
enumeration item, the second one.
Thanks again,
Maurizio