ADOBE FRAMEMAKER 10
MIF Reference
102
InitialAutoNums statement
The InitialAutoNums statement controls the starting values for autonumber series in a document. A MIF file can
have only one
InitialAutoNums statement, which must appear at the top level in the order given in “MIF file layout”
on page 52.
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 52.
Syntax
<DeriveTag
tagstring
>
Tags to include in the generated file
<DeriveLinks
boolean
>
Yes automatically creates hypertext links in generated files
>
End of BookComponent statement
<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