Adobe framemaker 6.0 User Manual

Page of 323
108
ADOBE FRAMEMAKER 6.0
MIF Document Statements
An autonumber format includes a series label to identify the type of autonumber series and one or more 
counters. The InitialAutoNums statement initializes the counters so that series that continue across files in 
a book are numbered correctly. Any statement that increments the counter value starts from the initial 
setting. 
Syntax
Dictionary statement
The Dictionary statement lists all the words in the document dictionary. A MIF file can have only one 
Dictionary statement, which must appear at the top level in the order given in “MIF file layout” on page 66. 
Syntax 
<InitialAutoNums
<AutoNumSeries
<FlowTag string>
Specifies flow that the file uses to number the series
<Series string>
Specifies autonumber series
<NumCounter integer>
Initializes autonumber counter
<NumCounter…>
Additional statements as needed
>
End of AutoNumSeries statement
<AutoNumSeries…>
Additional statements as needed
>
End of InitialAutoNums statement
<Dictionary
<OKWord string>
Word in dictionary 
<OKWord string>
Additional statements as needed
>
End of Dictionary statement