1 02/20/80 fig_index.compin
2
3 Syntax: .ifi 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.info without putting a centered Figure caption on the
10 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 fig_index macro is used to generate a list of Illustrations
20 entry when, for any reason, the fig macro cannot be used to create
21 the figure caption.
22 2) This macro advances the figure counter so care must be taken in
23 referencing the figure in the text.
24 3) See fig.info, fig_on.info, and fig_get_no.info for related
25 information.
26
27
28 Examples:
29 The following lines produce a figure with a left-justified figure
30 caption.
31
32 F I G U R E
33 .ifi fig_get_no 1
34 .spb
35 .ur Figure %figure%: Figure Data, 1975
36 .spb
37 .ur Figure %figure% above reflects the 1975 data.
38 .ifi fig_index "Figure Data, 1975"
39
40 END