Nawfal bin Mohmad Rouyan wrote:
> On Mon, 2004-04-05 at 19:05, Angus Leeming wrote:
>> Reuben Thomas wrote:
>
> <snip>
>
>> Reuben, I believe that this is configurable behaviour. Hack your
>> ${PREFIX}/share/lyx/layouts/stdlists.inc file, changing
>> NextNoIndent to 0. (Your lyx executable is to be found at
>> ${PREFIX}/bin/lyx.)
>
> I've set NextNoIndent to 0 and it works in the editor but when I
> view it in dvi/pdf format, it is still not indented.
>
> Is there anything else that I need to do?
Hmmmm. Confirmed.
Nawfal, you could cheat by outputting a protected space and then
starting a new paragraph. Ugly.
Jean-Marc, I believe that this is the code that generates the latex
(paragraph.C, line 1605):
if (style->isEnvironment()) {
os << "\\end{" << style->latexname() << "}\n";
texrow.newline();
}
Does it not need an extra '\n'?
--
Angus