Example

// Sample control file to output a 2-UP  printstream
// input is in line and consists of 2 pages per document
// MUP is done on output and pages are placed horizontally
<input>
    <content>
1  Document 1  Page 1
       more of page 1
1  Document 1  Page 2
       more of page 2  
1  Document 2  Page 1
       more of page 1
1  Document 2  Page 2
       more of page 2
    </content>
    <name> INPUT
    <type>I A
    <doc>  T  %%TOPOFDOC C
    <field> %%TOPOFDOC
       <REF> '1'  'Document '
        <loc> 0 1 2
    </field>
    <pagesize> 8.5 11 IN
  <mup>
    <mgrid> 1 1  R C
    <msize> 40 66 8.5 11 IN
  </mup>
</input>

<output>
   <name> OUTPUT
   <file> F:\OUTPUT.LIN
  <mup>
     <mgrid> 2 1  R C
     <msize> 40 66 8.5 11 IN
  </mup>
</output>