Adobe framemaker 6.0 Manual De Usuario

Descargar
Página de 323
234
ADOBE FRAMEMAKER 6.0
 Examples
<MIFFile 6.00> # Identifies this as a MIF file.
# The macros below are used only for the second paragraph of text,
# to illustrate how they can ease the process of MIF generation.
define(pr,
`
<Para
 '
)
define(ep,
`
>
'
)
define(ln,
`
<ParaLine <String
')
define(en,`>>
'
)
# First paragraph of text.
<Para
#
# <PgfTag> statement forces a lookup in the document’s Paragraph
# Catalog, so you don’t have to specify the format in detail here.
<PgfTag `Body'>
#
# One <ParaLine> statement for each line in the paragraph.
# Line breaks don’t matter; the MIF interpreter adjusts line breaks
# when the file is opened or imported.
<ParaLine
<String `MIF (Maker Interchange format) is a group of '>
>
<ParaLine
<String ` statements that describe all text and graphics '>
>
<ParaLine
<String `understood by a FrameMaker product in an easily parsed, '>
>
<ParaLine
<String `readable text file. MIF provides a way to exchange '>
>
<ParaLine
<String `information between a FrameMaker product and other ' >
>
<ParaLine
<String `applications while preserving graphics, document '>
>
<ParaLine
<String `structure, and format. ' >
>
> # end of Para