Adobe framemaker 6.0 Manuale Utente

Pagina di 323
31
ADOBE FRAMEMAKER 6.0
 Using MIF Statements
<MIFFile 6.00> #Hand generated
<FontCatalog
<Font
<FTag `Emphasis'>
<FAngle `Italic'>
> # end of Font
> # end of FontCatalog
<Para
<PgfTag `Body'>
<ParaLine
<String `You can format characters within a paragraph by '>
<Font
<FTag `Emphasis'>
> # end of Font
<String `applying'>
<Font
<FTag `'>
> # end of Font
<String ` a character format from the character catalog.'>
> # end of ParaLine
> # end of Para
Remember to include a second Font statement to end the scope of the applied character format.
To locally define a character format, use a complete Font statement:
<Para
<PgfTag `Body'>
<ParaLine
<String `You can also format characters by '>
<Font
<FTag `Emphasis'>
character property statements
> # end of Font
<String `applying'>
<Font
<FTag `'>
> # end of Font
<String ` a locally defined character format.'>
> # end of ParaLine
> # end of Para
Like paragraph formats, character formats inherit properties from previously defined character formats. 
Unlike paragraph formats, however, a character format ends at the close of a Para statement.
See the sample file charfmt.mif for examples of using character formats.