Microsoft Office Online
Sign in to My Office Online (What's this?) | Sign in

 
 
Microsoft Office Word
Search
Search
 
Check for updates: (c) Microsoft
Office downloads
 
 
 
Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.

Email this linkEmail this link Printer-Friendly VersionPrinter-Friendly Version Bookmark and ShareShare
Field codes: ListNum field
 

{ LISTNUM ["Name"] [Switches] }

Inserts a set of numbers anywhere in a paragraph. LISTNUM fields can be incorporated into numbering from a simple or outline-numbered list.

ShowInstructions

Name

Associates a LISTNUM field with a specific list.

To emulate the AUTONUM, AUTONUMOUT, and AUTONUMLGL fields, use the NumberDefault, OutlineDefault, and LegalDefault names with the LISTNUM field.

ShowSwitches

\l

Specifies the level in the list, overriding the default behavior of the field.

\s

Specifies the start-at value for this field. This is always assumed to be an integer.

ShowExamples

Example 1

LISTNUM fields were used in this example to generate the numbers (i),(ii), and (iii):

The Borrower shall deliver to the Bank a certificate of its chief financial officer, certifying that (i) no Default has occurred, (ii) the attached financial statements have been prepared in accordance with generally accepted accounting principles, and (iii) the attached certificate correctly sets forth the calculations for determining the ratios specified in Sections 5.08, 5.09, and 5.10.

The first LISTNUM field in the example includes the name and the level switch:

{ LISTNUM NumberDefault \l 6}

Example 2

LISTNUM fields are used in this example to generate the letters that appear on the same lines as the numbers:

LISTNUM fields used to generate letters on the same lines as numbers

Each LISTNUM field in the example includes the name and the level switch:

{ LISTNUM OutlineDefault \l 4}

advertisement