On Thu, 7 Mar 2002, Guenter Milde wrote:
> As this workaround is not really WYSIWYM, I have the following Feature
> Request: An option for use in *.layout files that distinguishes the two
> cases of environment use, say:
>
> # drop the \end{env-name} \begin{env-name} in case of subsequent
> # paragraphs with same env-name
> LatexType Environment # as is
>
> # put a \begin{env-name} \end{env-name} around each paragraph
> LatexType EnvironmentParagraph # new proposal
ok, it makes life easier, but you do not need this really.
Have a look at
http://www.lyx.org/help/layouts/layout.php#hangindent
it defines an environment as a command, an EnvironmentParagraph ;-)
Herbert