~D~ said:
I am trying to number inside a paragraph with list numbering
and the keystrokes are not working.
Is there something that isn't enabled?
Hi,
Ctrl+Alt+L should insert a {ListNum} field.
Since the inserted ListNum field doesn't contain any switch for which List
Template to use, it picks up and continues to use whatever list template
was last used (in the paragraph or above).
If it doesn't work as expected, the currently used list template isn't set
up properly.
It's probably better to define list number styles for your numbered
paragraphs, or to use one of the built-in named list templates in the
LISTNUM fields:
{ LISTNUM "NumberDefault" },
{ LISTNUM "OutlineDefault" }, or
{ LISTNUM "LegalDefault" }
You can change the view to show field codes (Alt+F9), and replace the
existing {LISTNUM} fields:
Select and copy a listnum field with specified template (= one of the three
above) to the clipboard (Ctrl+C). Then
Find what: ^d LISTNUM
Replace with: ^c
Regards,
Klaus