accidentially didnt post it to the list, sorry for that...
Martijn Wisse schrieb:
I'm just starting out with LyX as I need to make a report for my
studies and I want it to look really good this time.
But now I have stumbled upon a thing I can't solve myself with the
help files. I need to make this list of requirements like the example
below (yes that's dutch :)) but I can't find a way to do this in a
good way in LyX. I don't want to go back to Word and manually put in
all the digits...
Can someone please help me? Thanks a lot!
So here is the example:
2) Milieubelasting (geluidshinder, landschapvervuiling)
2.1 De milieuklasse voor betonconstructies moet milieuklasse
3 conform NEN 6720 bedragen. (E200.21)
Simply put the following in ERT (LaTeX-Code) before your enumeration starts:
\renewcommand{\theenumii}{\theenumi.\arabic{enumii}}
\renewcommand{\labelenumii}{\theenumii}
Please note that this changes enumeration style for the rest of the
document, if you want to reset it, put
\renewcommand{\theenumii}{(\alph{enumii})}
\renewcommand{\labelenumii}{\theenumii}
in ERT at the desired place.
Florian