ADOBE FRAMEMAKER 10
MIF Reference
59
Syntax
System generated colors
FrameMaker will automatically generate new colors when multiple tags are applied on text. The ColorTag tag that
is generated is named with the "fm_gen_" prefix and appended with a system-generated integer.
Boolean expressions
A Boolean expression is defined in a BoolCond statement.
BoolCondCatalog statement
You can create Boolean expressions by linking different conditional tags using Boolean operators. In a MIF file,
Boolean condition expressions are defined using a
BoolCond statement. The Boolean expressions for a document
are stored in a
BoolCondCatalog statement.
The
BoolCondCatalog statement defines the contents of Boolean Expression Catalog for conditional text. A MIF
file can have only one
BoolCondCatalog statement, after Condition Catalog.
Syntax
BoolCond statement
The BoolCond statement defines a new boolean expression, which is used to evaluate the show/hide state of condi-
tional text. Statement must appear in
BoolCondCatalog statement. The property statement can appear in any order.
Syntax
<Conditional
Begin conditional text
<InCondition
tagstring
>
Specifies condition tag from Condition Catalog
<InCondition
tagstring
>
Additional statements as needed
…
>
End of Conditional statement
<Unconditional>
Returns to unconditional state
<BoolCondCatalog
<BoolCond.........>
Defines a Boolean expression
<BoolCond.........>
> #
End of BoolCondCatalog
<BoolCond
<BoolCondTag string>
Tag name used for Boolean expressions.