Math Statement - Adobe FRAMEMAKER 6.0 Manual

Mif reference
Table of Contents

Advertisement

Math statement

A Math statement describes an equation within a document. It can appear at the top level or within a Page
or Frame statement.
Syntax
<Math
Generic object statements
<Angle integer>
<ShapeRect L T W H>
<MathFullForm string>
<MathLineBreak dimension>
<MathOrigin X Y>
<MathAlignment keyword>
<MathSize keyword>
>
Usage
Values of the ShapeRect statement specify the coordinates and size of the bounding rectangle before it is
rotated. The equation is rotated by the value specified in an Angle statement. The MathFullForm string
defines the mathematical properties of the equation. For a complete description, see "MathFullForm
statement," next.
Whenever you save a document as a MIF file using the Save As command, a FrameMaker product writes
all the Math substatements, except ObColor, to the file. It writes an ObColor statement only when the
equation is in a color other than black. The ObColor statement specifies the color for the entire equation
object. To specify color for an individual element within an equation, use the formatting code (*qstringq*)
(see "MathFullForm statement syntax" on page 195).
If you are writing an output filter for converting FrameMaker equations to a format used by another appli-
cation, you might be able to ignore some of the Math substatements. You don't need MIF statements for
FrameMaker's math features that are unsupported by another application.
If you are writing an input filter for converting equations created with another application to FrameMaker
equations, you must provide a ShapeRect or MathOrigin substatement to specify the equation's location
on the page. The other Math substatements are not required. If you don't provide them, the MIF inter-
preter uses preset values. If you don't define the equation in a MathFullForm statement, an equation
prompt appears in the FrameMaker document.
Information common to all objects (see page 111)
Angle of rotation in degrees: 0, 90, 180, 270
Position and size of bounding rectangle, before rotation, in enclosing
page or frame
Description of equation (defined in "MathFullForm statement syntax"
on page 195)
Allows automatic line breaks after this position
Position of equation in current frame or page
Alignment of equation within ShapeRect
keyword can be one of:
Left
Center
Right
Manual
Equation size (defined on page 189)
keyword can be one of:
MathLarge
MathMedium
MathSmall
End of Math statement
ADOBE FRAMEMAKER 6.0
194
MIF Equation Statements

Advertisement

Table of Contents
loading

Table of Contents