File: print-2sided.page

package info (click to toggle)
papers 49.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 21,044 kB
  • sloc: ansic: 37,728; sh: 197; xml: 127; makefile: 113
file content (45 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download | duplicates (7)
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
<page xmlns="http://projectmallard.org/1.0/"
      type="guide" style="task"
      id="print-2sided">

  <info>
    <link type="guide" xref="printing"/>

    <desc>Printing two-sided and multi-page per sheet.</desc>

    <revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/>
    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>

  </info>

<title>Two-sided and multiple pages per side layout for printing</title>

<p>
 You can print on both sides of each sheet of paper:
</p>

<steps>
 <item>
  <p>
   Press the menu button in the top-right corner of the window and press the <gui style="button">Print</gui> button.
  </p>
 </item>
 <item>
  <p>
   Go to the <gui>Page Setup</gui> tab of the Print window and choose an option from the <gui>Two-sided</gui> drop-down list.
  </p>
 </item>
 <item>
  <p>
   You can print more than one page of the document per <em>side</em> of paper too. Use the <gui>Pages per side</gui> option to do this.
  </p>
 </item>
</steps>

</page>