1 12/14/80 dot_tab_index.compin
2
3 Syntax: .ifi dot_tab_index "table-title"
4
5
6 Function:
7 This compose macro adds a 'table-title' to the list of Tables in the
8 Table of Contents, if creation of such a list has been enabled see
9 tab_on.compin.info, without putting a centered table heading on the
10 output page.
11
12
13 Arguments:
14 'table-title' is the title of the table, as it is to appear in the list
15 of Tables first caps no underlines.
16
17
18 Notes:
19 1) The dot_tab_index macro is used to generate a list of Tables entry
20 when, for any reason, the dot_tab macro cannot be used to create the
21 table heading.
22 2) This macro advances the table "dot number" counter so care must be
23 taken in referencing the table in the text. The next use of the
24 tab, tab_index, or tab_get_no macro resets the table "dot number"
25 counter back to zero.
26 3) See dot_tab.compin.info, tab.compin.info,
27 dot_tab_get_no.compin.info, tab_get_no.compin.info, and
28 tab_on.compin.info for related information.
29
30 END