Le 17/04/11 18:27, Marcus Kriele a écrit :
Actually, when I come to think of it, I might have tried to use
NextNoIndent where the following paragraph was not the default style. So
it would be helpful to add to the description that NextNoIndent only has
an effect if the following paragraph has default style.
Would it be useful for sv classes? In which cases? We could change LyX
code to fit output better.
JMarc
In svmono it depends on the specific style of the following style.
Immediately after a theorem like environment the styles Svgraybox and
Default are not indented in the output but Petite is indented. As it
stands, in LyX the Default style is not indented but the other two
styles are.
I believe that other latex classes would also exhibit inconsistent
behavior. If it is not too difficult to implement, the best solution
could be to add a logical layout directive
"AdhereToPreviousNextNoIndent" with default values "1" for Default and
"0" for all other Styles in case the directive is not explicitly present.
Marcus