diff options
Diffstat (limited to 'help/C/print-2sided.page')
-rw-r--r-- | help/C/print-2sided.page | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/help/C/print-2sided.page b/help/C/print-2sided.page new file mode 100644 index 00000000..4f95e4e6 --- /dev/null +++ b/help/C/print-2sided.page @@ -0,0 +1,44 @@ +<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="1.25" version="0.1" date="2021-03-13" status="final"/> + <credit type="author"> + <name>Phil Bull</name> + <email>[email protected]</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> + Go to <guiseq><gui style="menuitem">File</gui><gui style="menuitem">Print</gui></guiseq> 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> |