Use list levels to determine output level
Brought to you by:
drmacro
Nested lists
In the docs there are several nested lists, both bullets and numbered lists. If I tag the styles I get lists with only one level. I could make seperat styles for each level in the lists but it would introduce possible manual errors.
In the docx file the levels are indicated:
<w:pstyle w:val="Punktliste1">
<w:numpr>
<w:ilvl w:val="0">
<w:numid w:val="2">
</w:numid></w:ilvl></w:numpr></w:pstyle>
The ilvl -value specifies the lvl in the list. Would it be possible to use that information to auto-generate nested lists?
Anonymous