ADOBE FRAMEMAKER 10
MIF Reference
179
DMathCatalog statement
The DMathCatalog statement describes the custom math elements in a document. It must appear in a Document
statement.
Syntax
<DMathMediumHoriz
integer
>
Horizontal spread for medium equations
<DMathLargeHoriz
integer
>
Horizontal spread for large equations
<DMathSmallVert
integer
>
Vertical spread for small equations expressed as a percentage of
equation’s point size; negative values decrease space and positive
values increase space
<DMathMediumVert
integer
>
Vertical spread for medium equations
<DMathLargeVert
integer
>
Vertical spread for large equations
<DMathShowCustom
boolean
>
Specifies whether to show all math elements or only custom
elements in Insert Math Element dialog box
<DMathFunctions
tagstring
>
Font for functions
<DMathNumbers
tagstring
>
Font for numbers
<DMathVariables
tagstring
>
Font for variables
<DMathStrings
tagstring
>
Font for strings
<DMathGreek
tagstring
>
Font for Greek characters
<DMathCatalog…>
Describes custom math elements (see “DMathCatalog statement,”
next)
>
End of Document statement
<DMathCatalog
Lists custom math elements
<DMathGreekOverrides
tagstring
>
Identifies a redefined Greek symbol and forces lookup on reference
page;
tagstring
argument must match the name of reference
frame
<DMathGreekOverrides
tagstring
>
Additional statements as needed
…
<DMathOpOverrides
Identifies built-in operator with redefined display properties
<DMathOpName
tagstring
>
Name of built-in operator from reference frame
<DMathOpTLineOverride
boolean
>
No uses default glyph for operator; Yes looks up operator on text
line in reference frame
<DMathOpPositionA
integer
>
Position of first operand expressed as a percentage of equation
font size
<DMathOpPositionB
integer
>
Position of second operand
<DMathOpPositionC
integer
>
Position of third operand
>
End of DMathOpOverrides statement