Advanced multilevel list

  • Thread starter Thread starter preRUN
  • Start date Start date
P

preRUN

Hello,

I need to create a multilevel list in Word 2007.
The list should includes 3 levels.
Level 1 - include numbers.
Level 2 - include letters + level 1. My problem is at this point - I need
that level 1 will be included in the first paragraph only! The rest
paragraphs will not include level 1.
Level 3 - include numbers. Example:
*****************
1. level 1
2. a. level 2 with level 1
b. level 2 without level 1
1) level 3
2) level 3
c. level 2 without level 1
3. level 1
***************** End

I have tried to make stayls for each level but with no success.
The funny thing is that I did it in the past with Word 2000 (I don't
remember how..), and can't repeat it in Word 2007.

Thanks in advanced.
Rani
 
Set up the desired multilevel list and then make use of a LISTNUM field each
time you want to insert an "extra" multilevel number within a paragaraph. For
example, to display "1. a." you would apply level 1 numbering to the
paragraph and then insert a LISTNUM field as follows:

2. { LISTNUM \l 2 } <-- This is a level 1 number with a LISTNUM field

which would display

2. a.

You can add the LISTNUM field either via Insert | Quick Parts | Field or by
pressing Ctrl+F9; if you choose the latter, type the code as shown. Press F9
to update.

In order to show/hide field codes, you can press Alt+F9. Whenever you want
to change numbering levels for a LISTNUM field, right-click the field and
choose Increase Indent or Decrease Indent from the context menu.
 
Back
Top