diff options
author | mbkma <[email protected]> | 2021-03-12 11:24:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-29 20:45:35 +0200 |
commit | e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec (patch) | |
tree | 09d117459074c1f7fa8a9f2e0415d2f01a225e21 /help/C/printing.page | |
parent | 2651eeb6938177551676efc0a9ffde1e2c9ab9fc (diff) | |
download | atril-e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec.tar.bz2 atril-e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec.tar.xz |
update help
Diffstat (limited to 'help/C/printing.page')
-rw-r--r-- | help/C/printing.page | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/help/C/printing.page b/help/C/printing.page new file mode 100644 index 00000000..f6cef7fa --- /dev/null +++ b/help/C/printing.page @@ -0,0 +1,56 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="guide" style="task" + id="printing"> + + <info> + <link type="guide" xref="index#printing" /> + <link type="seealso" xref="noprint"/> + + <desc>How to print, and common questions about printing.</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> + <credit type="editor"> + <name>Anna Philips</name> + <email>[email protected]</email> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + + </info> + +<title>Printing a document</title> + +<list> + <item><p>To print a document:</p> + <steps> + <item> + <p>Click the <gui>File</gui> menu and + select <gui>Print</gui> or press + <keyseq><key>Ctrl</key><key>P</key></keyseq>.</p> + </item> + <item> + <p>Choose your printer from the list.</p> + </item> + <item><p>Click <gui>Print</gui>.</p></item> + </steps> + </item> +</list> + +<list> + <item> + <p>Printing is enabled for the following file formats:</p> + <list> + <item><p>Device Independent file format (.dvi)</p></item> + <item><p>DjVu (.djvu, .djv)</p></item> + <item><p>Portable Document Format (.pdf)</p></item> + <item><p>PostScript (.ps)</p></item> + <item><p>Tagged Image File Format (.tiff, .tif)</p></item> + </list> + </item> +</list> + +</page> |