Download Adobe Framemaker MIF Reference Guide

Transcript
ADOBE FRAMEMAKER 8 251
MIF Reference Guide
# Type of math element
<DMathNewType Atom >
>
# end of DMathNew
>
# end of DMathCatalog
>
# end of Document
Define the custom element on a reference page that has a name beginning with FrameMath:
<Page
# Create a named reference page.
<PageType ReferencePage >
<PageTag `FrameMath1'>
# Create a named, unanchored frame.
<Frame
<FrameType NotAnchored >
<Tag `Real Numbers'>
...
# Create the math element in the first text line in the frame.
<TextLine
...
# Apply a specialized math font to the letter R.
<Font
<FTag `'>
<FFamily `MathematicalPi'>
<FVar `Six'>
<FWeight `Regular'>
># end of Font
<String `R'>
>
# end of TextLine