Adobe framemaker 6.0 User Manual

Page of 323
69
ADOBE FRAMEMAKER 6.0
MIF Document Statements
CharUnits statement
The CharUnits statement specifies the default units for measuring font size and line spacing. This is to 
accommodate the Japanese “Q” units of measurement. This statement can appear anywhere at the top level 
or within any statement.
Syntax
Verbose statement
The Verbose statement turns on a debugging mode for MIF. It can appear anywhere at the top level or 
within any statement.
Syntax
Usage
When Verbose mode is on, the MIF interpreter writes detailed stream of processing descriptions to a 
window. In UNIX versions of FrameMaker products, these descriptions appear in the window from which 
the FrameMaker product was started. To display messages in Windows and Macintosh versions, you must 
turn on Show File Translation Errors in the FrameMaker product’s Preferences dialog box. The messages 
appear in a console window in Windows and in an Error Log window on the Macintosh. The processing 
descriptions can be quite long, but may be essential for debugging a program that creates MIF for input to 
a FrameMaker product. A Verbose statement can occur unnested or within markup statements, as 
explained later in this chapter. A Verbose statement remains in effect until the interpreter encounters 
another Verbose statement that changes the setting.
Comment statement
The Comment statement identifies an optional comment. 
Syntax
Usage
Comments can appear within Comment statements, or they can follow a number sign (#). When it 
encounters a number sign, the MIF interpreter ignores all text until the end of the line, including angle 
brackets.
<CharUnits keyword>
Default units for font size and line spacing
keyword can be one of:
CUpt
CUQ
<Verbose boolean>
Yes turns on debugging information
<Comment comment-text>
Identifies a comment