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.
Содержание FRAMEMAKER 6.0
Страница 1: ...MIF Reference Online Manual FrameMaker 6 0 Adobe ...
Страница 15: ...15 ADOBE FRAMEMAKER 6 0 Introduction ...
Страница 142: ...142 ADOBE FRAMEMAKER 6 0 MIF Document Statements update the text inset when changes are made to the original file ...
Страница 159: ...159 ADOBE FRAMEMAKER 6 0 MIF Book File Statements ...
Страница 232: ...232 ADOBE FRAMEMAKER 6 0 MIF Asian Text Processing Statements ...
Страница 252: ...252 ADOBE FRAMEMAKER 6 0 Examples ...
Страница 268: ...268 ADOBE FRAMEMAKER 6 0 MIF Compatibility ...