Adobe framemaker 6.0 User Manual

Page of 323
194
ADOBE FRAMEMAKER 6.0
MIF Equation Statements
Math statement
Math statement describes an equation within a document. It can appear at the top level or within a Page 
or Frame statement.
Syntax 
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.
<Math
Generic object statements 
Information common to all objects (see page 111)
<Angle integer>
Angle of rotation in degrees: 090180270
<ShapeRect L T W H>
Position and size of bounding rectangle, before rotation, in enclosing 
page or frame
<MathFullForm string>
Description of equation (defined in “MathFullForm statement syntax” 
on page 195)
<MathLineBreak dimension>
Allows automatic line breaks after this position
<MathOrigin X Y>
Position of equation in current frame or page
<MathAlignment keyword>
Alignment of equation within ShapeRect
keyword can be one of:
Left
 
Center
Right
Manual
<MathSize keyword>
Equation size (defined on page 189)
keyword can be one of:
MathLarge
MathMedium
MathSmall
>
End of Math statement