Pavel Sanda schrieb:

Unfortunately this layout is broken on linux, more precisely the level
input field is not visible.

The rest is OK? If yes then I must have forgotten to set a layout for the level groupbox. I'll fix this later today.

- os << "\\pdf_bookmarksopenlevel \"" << bookmarksopenlevel <<
"\"\n";
+ os << "\\pdf_bookmarksopenlevel " <<
convert<string>(bookmarksopenlevel) << '\n';

I dont understand what you mean. Can you be more verbose ? Now the argument is
string and we use number internally for all operations, so it is cleaner
to have the number in .lyx file too. Where you see the problem ?

The level is a number so we don't need to convert it to a string and can 
directly output it. This:
os << "\\pdf_bookmarksopenlevel \"" << bookmarksopenlevel << "\"\n";
was your original code so I wondered why you changed it now.

regards Uwe

Reply via email to