Related to this question: Does someone know, why LyX, when I create a bibliography via the "bibliography" module, inserts as the second argument the title of the bibliography section instead of a string, representing the largest label ?
So if I would like to have 12 entries in my bibliography and insert the bibliography environment via the appropriate module, by looking at the source code, Lyx inserts \begin{thebibliography}{References} instead of \begin{thebibliography}{99} as its supposed to be. (Or at least a different number other that 99 since at the time of creating the bibliography environment LyX doesn't know yet how many entries there are in that.)
So can someone tell me how I can make LyX correctly handle the bibliography environment ? (Of course I can use "evil red code" to achieva what I want, but this is not elegant).