>>>>> "Frank" == Frank Derichsweiler <[EMAIL PROTECTED]>
>writes:
Frank> Dear LaTeX experts within the LyX community, I have a problem
Frank> with the LaTeX \newenvironment command. I can define my new
Frank> environment and it works fine, but there is one problem. If I
Frank> write (LaTeX mode)
Frank> \begin{myenvironment} Some text in the environment
Frank> \end{myenvironment}% following text
Frank> I always get an implict \par in front of the "following text"
Frank> text. The whole document requires a \parskip-value > 0,
Frank> therefore setting it to 0cm does not work. I tried to reset it
Frank> within the environment and the newenvironment, but that does
Frank> not work. Adding a \vspace*{-\parskip} seems _very_ _ugly_.
Yes, I know that LyX does not offer any way to avoid that. Beofre
coding such a behaviour, we would have to think about a good user
intereface allowing to choose between these two different behaviours.
JMarc
PS: feel free to submit an enhancement request on bugzilla.lyx.org.
JMarc