1 12/14/80  dot_tab_get_no.compin
 2 
 3 Syntax:  .ifi dot_tab_get_no n
 4 
 5 
 6 Function:
 7 This compose macro generates the number of a "dot number" table other
 8 than the current table.
 9 
10 
11 Arguments:
12 'n' is an integer; the number of the nth "dot number" table relative to
13    the current table.
14 
15 
16 Notes:
17 1) The number of the nth "dot number" table relative to the current
18    table (e.g., -1 = first preceding, 2 = second following) is
19    calculated and set into the 'table' compose variable.  The form of
20    the number is the same as that generated by the dot_tab macro (see
21    dot_tab.compin.info.)  'table' is used to refer to the desired
22    table.
23 2) See dot_tab.compin.info, tab.compin.info, dot_tab_index.compin.info,
24    tab_index.compin.info, and tab_on.compin.info for related
25    information.
26 
27 
28 Examples:
29 The following lines reference the next three "dot number" tables that
30 follow Table 2 in the text of an unsectioned document.
31 
32      .ifi dot_tab_get_no 1
33      .ur Table %table%,
34      .ifi dot_tab_get_no 2
35      .ur Table %table%, and
36      .ifi dot_tab_get_no 3
37      .ur Table %table% below illustrate these results.
38 
39 Table 2.1, Table 2.2, and Table 2.3 below illustrate these results.
40 
41 (END)