02/20/80 fig.compin Syntax: .ifi fig "figure-title" Function: This compose macro 1) increments the figure counter 2) outputs a centered, perhaps multiline figure caption below the figure with appropriate spacing between figure and caption 3) adds the 'figure-title' to the list of Illustrations in the Table of Contents if the creation of such a list has been enabled (see fig_on.info) Arguments: 'figure-title' is the title of the figure, as it is to appear in the list of Illustrations in the Table of Contents (initial caps, no underlines). Notes: 1) The figure counter is maintained on a per-section basis for documents done in sections (those in which the 'section' variable has been set), and on a per-document basis for all other documents. 2) After the fig macro is used, the 'figure' compose variable contains the figure number of the current figure. 'figure' will be of the form '
-N' if the 'section' variable has been set. 'figure' can be used in the text to refer to the current figure. (See fig_get_no.info for references to a figure other than the current figure.) 3) See fig_index.info, fig_on.info, and fig_get_no.info for related information. Examples: If the first use of the fig macro in an unsectioned document is .ifi fig "Figure Title" the result is Figure 1. Figure Title If the fourth use of the fig macro in Section 3 of a document is .ifi fig "First Part of Figure Title!Second Part of Figure Title" the result is Figure 3-4. First Part of Figure Title Second Part of Figure Title The following lines generate a simple figure preceding some text. _________ __________ | | | | |_________| |__________| .ifi fig "Two Boxes" .ur The two boxes in Figure %figure% above ... The result is _________ __________ | | | | |_________| |__________| Figure 1. Two Boxes The two boxes in Figure 1 above... (END) ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by BULL HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved