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