]> www.fi.muni.cz Git - evince.git/blob - help/C/print-order.page
aa2799acaaa7e71dc765559616a402fd6eb3bee7
[evince.git] / help / C / print-order.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="guide" style="task"
3       id="print-order">
4
5   <info>
6     <link type="guide" xref="index#printing"/>
7     <link type="guide" xref="printing"/>
8     
9     <desc>Use the Collate and Reverse options to make pages print in order.</desc>
10
11     <revision pkgversion="2.30.3" version="0.1" date="2010-07-26" status="review"/>
12     <credit type="author">
13       <name>Phil Bull</name>
14       <email>philbull@gmail.com</email>
15     </credit>
16     <license>
17       <p>Creative Commons Share Alike 3.0</p>
18     </license>
19   </info>
20
21 <title>Getting Copies To Print In The Correct Order</title>
22
23 <section>
24 <title>Reverse</title>
25 <p>
26 Printers usually print the first page first, and the last page last, so the 
27 pages end up in reverse order when you pick them up. 
28 </p>
29 <p>
30  To reverse the order:
31 </p>
32 <steps>
33  <item><p><guiseq><gui>File</gui><gui>Print...</gui></guiseq></p></item>
34  <item><p>In the <gui>General</gui> tab of the Print window under <em>Copies</em> check <gui>Reverse</gui>. The last page will be printed first, and so on.</p></item>
35  </steps>
36
37 </section>
38
39 <section>
40 <title>Collate</title>
41 <p>
42 If you are printing more than one copy of the document, the print outs will be grouped by page 
43 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 
44 its pages grouped together.
45 </p>
46
47 <p>
48  To Collate:
49 </p>
50 <steps>
51  <item><p><guiseq><gui>File</gui><gui>Print...</gui></guiseq></p></item>
52  <item><p>In the <gui>General</gui> tab of the Print window under <em>Copies</em> check <gui>Collate</gui>. </p></item>
53  </steps>
54  <media type="image" src="reverse-collate.png"/>
55 </section>
56
57
58
59 </page>