Adobe FRAMEMAKER 10 User Manual page 38

Hide thumbs Also See for FRAMEMAKER 10:
Table of Contents

Advertisement

Creating a simple page layout
If you want some control of the page layout but do not want to create master pages, you can use the
substatements
DPageSize
the text frame in the document. The MIF interpreter uses this information to create master pages and body pages.
These statements correspond to the Normal Page Layout options.
The following example is in the sample file
<MIFFile 8.00>
<Document
<DPageSize 7.5" 9.0">
<DMargins 2" 1" .5" .5">
<DColumns 1>
<DTwoSides No>
>
<TextFlow
<TFTag `A'>
<TFAutoConnect Yes>
<Para
<ParaLine
<String `This paragraph appears on a body page within a'>
<String ` text flow tagged A.'>
>
>
>
Creating a single-sided custom layout
If the document that you're importing needs a custom master page, you must specify a custom page layout. For
example, a document might need a master page for background graphics.
To create a custom layout for a single-sided document, you do the following:
Create a right master page.
Create a single, empty body page.
Create an empty, tagged text flow that is linked to the master page.
Create a tagged text flow that is linked to the body page and contains all the document's text.
The MIF code shown in this section is also in the sample file
To create the master page
To create a master page layout, use the
the text frame.
To specify the number of text columns in the text frame, use the
frame's specification does not include this statement, the text frame has only one column.
This example sets up a right master page with a text frame containing one text column:
<MIFFile 8.00>
<Document
<DPageSize 7.5" 9.0">
<DTwoSides No>
>
<Page
<PageType RightMasterPage>
<PageTag `Right'>
,
, and
DMargins
DColumns
columlay.mif
statement to create the page and use the
Page
to specify the page size, margins, and number of columns in
:
# Hand generated
# Set the page size.
# Set the margins.
# Set the number of columns in the default
# text frame.
# Set document to single-sided.
# end of Document
# Document text is in this text flow.
# Make this a tagged text flow.
# Automatically connect text frames.
# end of ParaLine
# end of Para
# end of TextFlow
# End of MIFFile
.
snglpage.mif
TRNumColumns
# Hand generated
# Set the document page size.
# Make this a single-sided document.
# end of Document
# Create a right master page.
ADOBE FRAMEMAKER 10
Document
statement to create
TextRect
statement. By default, if the text
33
MIF Reference

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents