Adobe framemaker 6.0 Manuale Utente

Pagina di 323
73
ADOBE FRAMEMAKER 6.0
MIF Document Statements
Syntax
Paragraph formats
A paragraph format is defined in a Pgf statement. Paragraph formats can be defined locally or stored in the 
Paragraph Catalog, which is defined by a PgfCatalog statement. 
PgfCatalog statement
The PgfCatalog statement defines the contents of the Paragraph Catalog. A MIF file can have only one 
PgfCatalog statement, which must appear at the top level in the order given in “MIF file layout” on page 66.
Syntax
Usage
If you don’t include a PgfCatalog statement, the MIF interpreter uses the paragraph formats defined in 
NewTemplate. (For information on defaults specified in templates, see page 9.) If you include PgfCatalog
paragraph formats in the MIF file replace default formats. The MIF interpreter does not add your 
paragraph format to the default Paragraph Catalog, although it provides default values for unspecified 
properties in a paragraph format (see “Creating and applying paragraph formats” on page 19). 
Pgf statement
The Pgf statement defines a paragraph format. Pgf statements can appear in many statements; the 
statement descriptions show where Pgf can be used.
The Pgf statement contains substatements that set the properties of a paragraph format. Most of these 
properties correspond to those in the Paragraph Designer. Properties can appear in any order within a Pgf 
statement, with the following exception: the PgfNumTabs statement must appear before any TabStop 
statements. 
<Conditional
Begin conditional text
<InCondition tagstring>
Specifies condition tag from Condition Catalog
<InCondition tagstring>
Additional statements as needed
>
End of Conditional statement
<Unconditional>
Returns to unconditional state
<PgfCatalog 
<Pgf…> 
Defines a paragraph format (see “Pgf statement” on page 73)
<Pgf…> 
Additional statements as needed
 … 
>
End of PgfCatalog statement