Jan Engelhardt wrote:
If I had
StandardEnvironment with textA
LyxCodeEnv
StandardEnv with textB
then the 2nd StandardEnv would begin unindented,
Because it isn't a new paragraph. LyX doesn't treat Standard following
LyXCode as a new paragraph, though it does treat LyXCode following
standard as a new paragraph. This is not obviously sensible.
while using
StandardEnv with textA
StandardEnv with ProgramListing object
StandardEnv with textB
as well as
StandardEnv with textA, ProgramListing object, textB
and
StandardEnv with textA
LyxCodeEnv with ProgramListing object
StandardEnv with textB
indents the textB paragraph when it appears in the PDF. How could this
be avoided?
This seems like a bug, and I don't see any way around it. You might want
to post a bug at bugzilla about this. I'll cc it to the devel list.
rh