diff options
author | David Bordoley <bordoley@msu.edu> | 2003-12-24 04:24:18 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-12-24 04:24:18 +0800 |
commit | 0ec6b743429bf9d172adcf0ce87f3d4c99a6f188 (patch) | |
tree | 9f6896e099109d299556b89a9dc307f495a04f73 /help | |
parent | 5f13aaa3436783b34541742b17095dc55e4db006 (diff) | |
download | gsoc2013-epiphany-0ec6b743429bf9d172adcf0ce87f3d4c99a6f188.tar.gz gsoc2013-epiphany-0ec6b743429bf9d172adcf0ce87f3d4c99a6f188.tar.zst gsoc2013-epiphany-0ec6b743429bf9d172adcf0ce87f3d4c99a6f188.zip |
Updated printing docs from spark. GET A CVS ACCOUNT! *hint*hint* patch
2003-12-23 David Bordoley <bordoley@msu.edu>
* help/C/epiphany.xml:
Updated printing docs from spark. GET A CVS ACCOUNT!
*hint*hint*
patch from Piers Cornwell <piers@myrealbox.com>
Diffstat (limited to 'help')
-rw-r--r-- | help/C/epiphany.xml | 79 |
1 files changed, 77 insertions, 2 deletions
diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index 4453e7cb0..73119d1a9 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -432,13 +432,88 @@ </guibutton>. </para> </sect2> + <sect2 id="using-print-setup"> + <title>Using Print Setup</title> + <para> + Print setup allows you to configure how web pages are printed. + </para> + <variablelist> + <varlistentry> + <term>Margins</term> + <listitem> + <para> + The distance from the edge of the page to the content. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>Colors</term> + <listitem> + <para> + Print in grayscale or color. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>Footers</term> + <listitem> + <para> + Choose whether to display page numbers and current date + at the bottom of every page. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>Headers</term> + <listitem> + <para> + Choose whether to display the web page title and address + at the top of every page. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>Size</term> + <listitem> + <para> + The paper size. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>Orientation</term> + <listitem> + <para> + Defines whether the top of the page is the short (portrait) or + long (landscape) edge of the paper. + </para> + </listitem> + </varlistentry> + </variablelist> + </sect2> + <sect2 id="using-print-preview"> + <title>Using Print Preview</title> + <para> + With print preview, you can see how a page will look once it has been + printed. To print preview the current page, choose <menuchoice> + <guimenu>File</guimenu> <guimenuitem>Print Preview</guimenuitem> + </menuchoice>. + </para> + </sect2> <sect2 id="to-print-page"> <title>To Print a Page</title> <para> To print a page, choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Print</guimenuitem> </menuchoice>. Enter the - name of you printer in the <guilabel>Printer</guilabel> - field and click <guibutton>Print</guibutton>. + name of the printer in the <guilabel>Printer</guilabel> + field or enter a name in the <guilabel>File</guilabel> field + to print to a file. + </para> + <para> + In the <guilabel>Page Range</guilabel> section, choose <guilabel> + All Pages</guilabel> to print the entire web page, <guilabel>Selection + </guilabel> to print the currently selected part of the web page only or + <guilabel>Pages</guilabel> to print the range of pages that you specify. </para> </sect2> <sect2 id="to-find-text-in-page"> |