summaryrefslogtreecommitdiffstats
path: root/help/C/gedit-printing-order.page
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/gedit-printing-order.page')
-rw-r--r--help/C/gedit-printing-order.page58
1 files changed, 58 insertions, 0 deletions
diff --git a/help/C/gedit-printing-order.page b/help/C/gedit-printing-order.page
new file mode 100644
index 0000000..629a0de
--- /dev/null
+++ b/help/C/gedit-printing-order.page
@@ -0,0 +1,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>