Example of two FIELD elements: in the first the coordinates are taken from an EE file, in the second the coordinates are taken from the IDF file itself.

The TEXT elements demonstrate the use of different SYMBOLSETs.

<IDF UNITS="INCHES">

<PAGE>

<FIELD NAME="Field1" LEFT= "1" TOP="1" WIDTH="4" HEIGHT="2" DEFINE="AUTO" SHAPE="BOX">
<TEXT ALIGN="CENTRE,CENTRE" SYMBOLSET="8U">Text centered in field;
coordinates of the field can be moved
by editing the fields file with EscapeE
Symbolset 8U ÙµÁ</TEXT>
</FIELD>

<FIELD NAME="Field2" LEFT= "1" TOP="4" WIDTH="4" HEIGHT="2" DEFINE="YES" SHAPE="BOX">
<TEXT ALIGN="CENTRE,CENTRE" TYPEFACE="3" SYMBOLSET="10U">Text centered in the field;
coordinates fixed by the IDF.
Symbolset 10U ÙµÁ</TEXT>
</FIELD>

</PAGE>

</IDF>