Producing the Heading and Overview (Interleaf)The template uses
WRITE
statements to write the Interleaf formatting commands to the output document segments. Note that there is a\n
before each Interleaf command so each command written to the output segment starts on a separate line.The Interleaf commands written to the output segment and used for the heading and overview section are as follows:
<doc_title> -- starts a new page and defines the
title font and centers the title.
The definition of this command is
included in ”my_glob”.
<sect> -- starts a new section. It defines the
font of a section title, its margins etc.
The definition of this command is
included in ”my_glob”.
<Autonum, List8, 1, first-Yes> -- writes the first
section number.The following text appears in the output segment immediately following the contents of the include file:
<doc_title>
Description of SC_ACTIVITIES
<sect>
<Autonum, List8, 1, first-Yes><TAB>OverviewThis is followed by the text of the
sys_overview
file. This is an include file and can contain text and Interleaf formatting commands.