summaryrefslogtreecommitdiffstats
path: root/help/C/gedit-printing-order.page
blob: 629a0ded406b486aa3f804198f88d36de0e1fcb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="gedit-printing-order">

  <info>
    <link type="guide" xref="gedit-printing#printing-order-select"/>
    <desc>Set the pages to print in a certain order.</desc>
  </info>

<title>Getting Copies To Print In The Correct Order</title>

  <section id="printing-reverse">
    <title>Reverse</title>

    <p>Printers usually print the first page first, and the last page last, so
    the pages end up in reverse order when you pick them up. To reverse the
    order:</p>

    <steps>
      <item>
        <p>Select <guiseq><gui style="menu">File</gui>
        <gui style="menuitem">Print</gui></guiseq>.</p>
      </item>
      <item>
        <p>In the <gui style="tab">General</gui> tab of the Print dialog under
        <gui style="group">Copies</gui>, check
        <gui style="checkbox">Reverse</gui>.</p>
      </item>
    </steps>

    <p>The last page will be printed first, and so on.</p>
</section>

  <section id="printing-collate">
    <title>Collate</title>
    
    <p>If you are printing more than one copy of the document, the print outs
    will be grouped by page number by default. (e.g. The copies of page one come
    out, then the copies of page two, etc.) Collating will make each copy come
    out with its pages grouped together.</p>

    <p>To Collate:</p>
    <steps>
      <item>
        <p>Click <guiseq><gui style="menu">File</gui>
        <gui style="menuitem">Print</gui></guiseq>.</p>
      </item>
      <item>
        <p>In the <gui style="tab">General</gui> tab of the Print dialog under
        <gui style="group">Copies</gui> check
        <gui style="checkbox">Collate</gui>.</p>
      </item>
    </steps>

<!--TODO: Fix image <media type="image" src="reverse-collate.png"/> -->
</section>

</page>