On 2011-10-29, jezZiFeR wrote: > Is there a possibility to make an enumeration in report (Koma-script), > which is not successional? I need an enumeration, which is like this:
> 1. > 2. > 3. > 5. > 4. > Is there any way to achieve this? Actually, there are several ways, all (or most) of them require raw LaTeX. The most simple is to start all items with non-standard numbers with a latex-inset (ERT) pressing Ctrl-l. Inside the inset, write the expected number in brackets, e.g. [5.]. The LyX GUI shows the "standard" number, but the output will be OK. The "enumitem" module might provide further options - read the enumitem documentation and try it out. Günter
