ADOBE FRAMEMAKER 10
MIF Reference
199
chem: The chem expression defines pre-upper and pre-lower indexes, subscripts, and superscripts. Each position
can have one expression. The following table shows all possible forms of
chem.
tensor: The tensor expression represents specially formatted tensor notation. The first operand describes the
position of the tensor indexes; subsequent operands define the indexes. The leftmost tensor index corresponds to
the least significant bit of the first operand in binary format; the rightmost index corresponds to the most significant
bit. 0 is the subscript position; 1 is the superscript position. The following table shows forms of
tensor.
<MathFullForm
`indexes[2,2,char[x],num[1,"1"],num[2,"2"],num[3,"3"],num[4,
"4"]]'>
Example MathFullForm statement
<MathFullForm `chem[1,0,0,0,char[x],num[1,"1"]]'>
<MathFullForm `chem[0,0,1,0,char[x],num[1,"1"]]'>
<MathFullForm `chem[1,0,1,0,char[x],num[1,"1"],num[2,"2"]]'>
<MathFullForm `chem[1,1,0,0,char[x],num[1,"1"],num[2,"2"]]'>
<MathFullForm `chem[0,0,1,1,char[x],num[1,"1"],num[2,"2"]]'>
<MathFullForm
`chem[1,1,1,0,char[x],num[1,"1"],num[2,"2"],num[3,"3"]]'>
<MathFullForm
`chem[1,0,1,1,char[x],num[1,"1"],num[2,"2"],num[3,"3"]]'>
<MathFullForm
`chem[1,1,1,1,char[x],num[1,"1"],num[2,"2"],num[3,"3"],num[4
,"4"]]'>
Example MathFullForm statement
<MathFullForm `tensor[2,char[x],num[1,"1"],num[2,"2"]]'>
<MathFullForm `tensor[1,char[x],num[1,"1"],num[2,"2"]]'>
<MathFullForm
`tensor[1,char[x],num[1,"1"],num[2,"2"],num[3,"3"]]'>
<MathFullForm
`tensor[6,char[x],num[1,"1"],num[2,"2"],num[3,"3"]]'>
<MathFullForm
`tensor[2,char[x],num[1,"1"],num[2,"2"],num[3,"3"]]'>
<MathFullForm
`tensor[5,char[x],num[1,"1"],num[2,"2"],num[3,"3"]]'>
Example MathFullForm statement