Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/C/evince.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/evince.xml')
-rw-r--r--help/C/evince.xml637
1 files changed, 637 insertions, 0 deletions
diff --git a/help/C/evince.xml b/help/C/evince.xml
new file mode 100644
index 0000000..c626a5c
--- /dev/null
+++ b/help/C/evince.xml
@@ -0,0 +1,637 @@
+<?xml version="1.0"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+ <!ENTITY legal SYSTEM "legal.xml">
+ <!ENTITY appversion "0.2">
+ <!ENTITY manrevision "1.0">
+ <!ENTITY date "April 2005">
+ <!ENTITY app "<application>Evince Document Viewer</application>">
+ <!ENTITY appname "Evince Document Viewer">
+]>
+
+<!--
+ (Do not remove this comment block.)
+ Maintained by the GNOME Documentation Project
+ http://developer.gnome.org/projects/gdp
+ Template version: 2.0 beta
+ Template last modified Apr 11, 2002
+-->
+
+<!-- =============Document Header ============================= -->
+<article id="index" lang="en">
+<!-- please do not change the id; for translations, change lang to -->
+<!-- appropriate code -->
+ <articleinfo>
+ <title>&appname; Manual V&manrevision;</title>
+ <copyright>
+ <year>2005</year>
+ <holder>Nickolay V. Shmyrev</holder>
+ </copyright>
+ <copyright>
+ <year>2004</year>
+ <holder>Sun Microsystems</holder>
+ </copyright>
+
+<!-- translators: uncomment this:
+ <copyright>
+ <year>2002</year>
+ <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
+ </copyright>
+-->
+
+ <publisher>
+ <publishername> GNOME Documentation Project </publishername>
+ </publisher>
+
+ &legal;
+ <!-- This file contains link to license for the documentation (GNU FDL), and
+ other legal stuff such as "NO WARRANTY" statement. Please do not change
+ any of this. -->
+
+ <authorgroup>
+ <author>
+ <firstname>Sun</firstname>
+ <surname>GNOME Documentation Team</surname>
+ <affiliation><orgname>Sun Microsystems</orgname></affiliation>
+ </author>
+ <author>
+ <firstname>Nickolay V. </firstname>
+ <surname>Shmyrev</surname>
+ <affiliation>
+ <orgname>GNOME Documentation Project</orgname>
+ <address> <email>nshmyrev@yandex.ru</email> </address>
+ </affiliation>
+ </author>
+
+<!-- This is appropriate place for other contributors: translators,
+ maintainers, etc. Commented out by default.
+ <othercredit role="translator">
+ <firstname>Latin</firstname>
+ <surname>Translator 1</surname>
+ <affiliation>
+ <orgname>Latin Translation Team</orgname>
+ <address> <email>translator@gnome.org</email> </address>
+ </affiliation>
+ <contrib>Latin translation</contrib>
+ </othercredit>
+-->
+ </authorgroup>
+
+ <revhistory>
+ <revision>
+ <revnumber>&appname; Manual V1.0</revnumber>
+ <date>&date;</date>
+ <revdescription>
+ <para role="author">Nickolay V. Shmyrev</para>
+ <para role="publisher">GNOME Documentation Project</para>
+ </revdescription>
+ </revision>
+ </revhistory>
+
+ <releaseinfo>This manual describes version &appversion; of &appname;
+ </releaseinfo>
+ <legalnotice>
+ <title>Feedback</title>
+ <para>To report a bug or make a suggestion regarding the &appname; application or this manual, follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>.
+ </para>
+<!-- Translators may also add here feedback address for translations -->
+ </legalnotice>
+ </articleinfo>
+
+ <indexterm zone="index">
+ <primary>&appname;</primary>
+ </indexterm>
+ <indexterm zone="index">
+ <primary>evince</primary>
+ </indexterm>
+
+<!-- ============= Document Body ============================= -->
+<!-- ============= Introduction ============================== -->
+<!-- Use the Introduction section to give a brief overview of what
+ the application is and what it does. -->
+ <sect1 id="evince-introduction">
+ <title>Introduction</title>
+ <para>The &app; application enables you to view documents of various formats like Portable Document Format (PDF) files and PostScript files. &app; follows Freedesktop.org and GNOME standards to provide integration with Desktop Environment.
+ </para>
+ </sect1>
+
+<!-- =========== Getting Started ============================== -->
+
+ <sect1 id="evince-getting-started">
+ <title>Getting Started</title>
+
+ <sect2 id="evince-start">
+ <title>To Start &appname;</title>
+ <para>You can start &app; in the following ways:
+ </para>
+ <variablelist>
+ <varlistentry>
+ <term><guimenu>Applications</guimenu> menu</term>
+ <listitem>
+ <para>Choose <menuchoice> <guisubmenu>Graphics</guisubmenu> <guimenuitem>Evince Document Viewer</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Command line</term>
+ <listitem>
+ <para>Execute the following command: <command>evince</command>
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+
+ <sect2 id="evince-when-start">
+ <title>When You Start &appname;</title>
+ <para>When you start &app;, the following window is displayed.</para>
+
+ <!-- ==== Figure ==== -->
+ <figure id="mainwindow-fig">
+ <title>&appname; Window</title>
+ <screenshot>
+ <mediaobject>
+ <imageobject><imagedata
+ fileref="figures/evince_start_window.png" format="PNG"/>
+ </imageobject>
+ <textobject>
+ <phrase>Shows &appname; main window. Contains titlebar, menubar, toolbar and display area. Menubar contains File, Edit, View, Go and Help menus. </phrase>
+ </textobject>
+ </mediaobject>
+ </screenshot>
+ </figure>
+
+ <para>The &app; window contains the following elements:
+ </para>
+ <variablelist>
+ <varlistentry>
+ <term>Menubar</term>
+ <listitem>
+ <para>The menus on the menubar contain all of the commands that you need to work with documents in &app;.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Toolbar</term>
+ <listitem>
+ <para>The toolbar contains a subset of the commands that you can access from the menubar.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Display area</term>
+ <listitem>
+ <para>The display area displays the document.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>
+ In &app;, you can perform the same action in several ways. For example, you can open a document in the following ways:
+ <informaltable frame="all">
+ <tgroup cols="2" colsep="1" rowsep="1">
+ <colspec colname="COLSPEC0" colwidth="50*"/>
+ <colspec colname="COLSPEC1" colwidth="50*"/>
+ <thead>
+ <row valign="top">
+ <entry colname="COLSPEC0">
+ <para>UI Component</para></entry>
+ <entry colname="COLSPEC1" align="left">
+ <para>Action</para></entry>
+ </row>
+ </thead>
+ <tbody>
+ <row valign="top">
+ <entry><para>Window</para></entry>
+ <entry>
+ <itemizedlist>
+ <listitem>
+ <para>Drag a file into the &app; window from another application such as a file manager.</para>
+ </listitem>
+ <listitem>
+ <para>Double-click on the file name in the file manager</para>
+ </listitem>
+ </itemizedlist>
+ </entry>
+ </row>
+ <row valign="top">
+ <entry><para>Menubar</para></entry>
+ <entry><para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open</guimenuitem></menuchoice>.</para>
+</entry>
+ </row>
+ <row valign="top">
+ <entry><para>Shortcut keys</para></entry>
+ <entry><para>Press <keycombo><keycap>Ctrl</keycap><keycap>O</keycap></keycombo>.</para></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ <para>
+ This manual documents functionality from the menubar.
+ </para>
+ </sect2>
+ </sect1>
+
+<!-- ================ Usage ================================ -->
+ <sect1 id="evince-usage">
+ <title>Usage</title>
+
+ <!-- ================ Usage Subsection ================================ -->
+ <sect2 id="evince-open-file">
+ <title>To Open a File</title>
+ <para>To open a File, perform the following steps:</para>
+ <orderedlist>
+ <listitem>
+ <para>
+ Choose <menuchoice> <guimenu>File</guimenu><guimenuitem>Open</guimenuitem> </menuchoice>. </para>
+ </listitem>
+ <listitem>
+ <para>
+ In the <guilabel>Load file</guilabel> dialog, select the file you want to open.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Click <guibutton>Open</guibutton>. &app; displays the name of the document in the titlebar of the window.
+ </para>
+ </listitem>
+ </orderedlist>
+ <para>
+ To open another document, choose <menuchoice> <guimenu>File</guimenu><guimenuitem>Open</guimenuitem> </menuchoice> again. &app; opens each file in a new window.
+ </para>
+ <para>
+ If you try to open a document with format that &app; does not recognize, the application displays an error message.
+ </para>
+ </sect2>
+
+ <sect2 id="evince-navigate-file">
+ <title>To Navigate Through a Document</title>
+ <para>You can navigate through a file as follows:</para>
+ <itemizedlist>
+ <listitem>
+ <para>To view the next page, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>Next Page</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>To view the previous page, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>Previous Page</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>To view the first page in the document, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>First Page</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>To view the last page in the document, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>Last Page</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>To view a particular page, enter the page number or page label in the text box on the toolbar, then press <keycap>Return</keycap>.</para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <!-- ================ Usage Subsection ================================ -->
+ <sect2 id="evince-scroll-page">
+ <title>To Scroll a Page</title>
+ <para>To display the page contents that are not currently displayed in the display area, use the following methods:</para>
+ <itemizedlist>
+ <listitem>
+ <para>Use the arrow keys or space key on the keyboard.</para>
+ </listitem>
+ <listitem>
+ <para>Drag the display area in the opposite direction to the direction in which you want to scroll. For example, to scroll down the page, drag the display area upwards in the window.</para>
+ </listitem>
+ <listitem>
+ <para>Use the scrollbars on the window.</para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <!-- ================ Usage Subsection ================================ -->
+ <sect2 id="evince-manipulate-zoom-factor">
+ <title>To Change the Page Size</title>
+ <para>
+ You can use the following methods to resize a page in the &app; display area:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ To increase the page size, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Zoom In</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ To decrease the page size, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Zoom Out</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ To resize a page to have the same width as the &app; display area, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Fit page width</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ To resize a page to fit within the &app; display area, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Best Fit</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ To resize the &app; window to have the same width and height as the screen, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Full Screen</guimenuitem> </menuchoice>. To resize the &app; window to the original size, click on the <guibutton>Exit Full Screen</guibutton> button.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2 id="evince-view-pages">
+ <title>To View Pages or Document Structore</title>
+ <para>To view bookmarks or pages, perform the following steps:
+ </para>
+ <orderedlist>
+ <listitem>
+ <para>
+ Choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Sidebar</guimenuitem> </menuchoice> or press <keycap>F9</keycap>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Use the drop-down list in the side-pane header to select whether to display document structure or pages in the side pane.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Use the side-pane scrollbars to display the required item or page in the side pane.
+ </para>
+ </listitem>
+ <listitem>
+ <para>Click on an entry to navigate to that location in the document. Click on a page to navigate to that page in the document.</para>
+ </listitem>
+ </orderedlist>
+ </sect2>
+
+ <sect2 id="evince-view-properties">
+ <title>To View the Properties of a Document</title>
+ <para>To view the properties of a document, choose
+ <menuchoice>
+ <guimenu>File</guimenu>
+ <guimenuitem>Properties</guimenuitem>
+ </menuchoice>.
+ </para>
+ <para>
+ The <guilabel>Properties</guilabel> dialog displays all information available
+ </para>
+ </sect2>
+
+ <sect2 id="evince-print-file">
+ <title>To Print a Document</title>
+ <para>
+ To print a Document, choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Print</guimenuitem> </menuchoice>.
+ </para>
+ <note>
+ <para>
+ If you cannot choose the <guimenuitem>Print</guimenuitem> menu item, the author of the document has disabled the print option for this document. To enable the print option, you must enter the master password when you open the document. See <xref linkend="evince-password"/> for more information about password-protected files.
+ </para>
+ </note>
+ <para>
+ The <guilabel>Print</guilabel> dialog has the following tabbed sections:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <link linkend="print-dialog-job">Job</link>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="print-dialog-printer">Printer</link>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="print-dialog-paper">Paper</link>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <sect3 id="print-dialog-job">
+ <title>Job</title>
+ <variablelist>
+ <varlistentry> <term><guilabel>Print range</guilabel> </term>
+ <listitem>
+ <para>Select one of the following options to determine how many pages to print:</para>
+ <itemizedlist>
+ <listitem>
+ <para><guilabel>All</guilabel></para>
+ <para>Select this option to print all of the pages in the document.</para>
+ </listitem>
+ <listitem>
+ <para><guilabel>Pages From</guilabel></para>
+ <para>Select this option to print the selected range of pages in the document. Use the spin boxes to specify the first page and last page of the range.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect3>
+
+ <sect3 id="print-dialog-printer">
+ <title>Printer</title>
+ <variablelist>
+ <varlistentry> <term><guilabel>Printer</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the printer to which you want to print the document.</para>
+ <note>
+ <para>
+ The <guilabel>Create a PDF document</guilabel> option is not supported in this version of &app;.
+ </para>
+ </note>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Settings</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the printer settings.
+ </para>
+ <para>To configure the printer, click <guibutton>Configure</guibutton>. For example, you can enable or disable duplex printing, or schedule delayed printing, if this functionality is supported by the printer.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Location</guilabel> </term>
+ <listitem>
+ <para>
+ Use this drop-down list to select one of the following print destinations:
+ </para>
+ <variablelist>
+ <varlistentry>
+ <term><guilabel>CUPS</guilabel></term>
+ <listitem>
+ <para>
+ Print the document to a CUPS printer.
+ </para>
+ <note>
+ <para>
+ If the selected printer is a CUPS printer, <guilabel>CUPS</guilabel> is the only entry in this drop-down list.
+ </para>
+ </note>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><guilabel>lpr</guilabel></term>
+ <listitem>
+ <para>
+ Print the document to a printer.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><guilabel>File</guilabel></term>
+ <listitem>
+ <para>
+ Print the document to a PostScript file.
+ </para>
+ <para>
+ Click <guibutton>Save As</guibutton> to display a dialog where you specify the name and location of the PostScript file.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><guilabel>Custom</guilabel></term>
+ <listitem>
+ <para>
+ Use the specified command to print the document.
+ </para>
+ <para>
+ Type the name of the command in the text box. Include all command-line arguments.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>State</guilabel> </term>
+ <listitem>
+ <para>This functionality is not supported in this version of &app;.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Type</guilabel> </term>
+ <listitem>
+ <para>This functionality is not supported in this version of &app;.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Comment</guilabel> </term>
+ <listitem>
+ <para>This functionality is not supported in this version of &app;.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect3>
+
+ <sect3 id="print-dialog-paper">
+ <title>Paper</title>
+ <variablelist>
+ <varlistentry> <term><guilabel>Paper size</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the size of the paper to which you want to print the document.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Width</guilabel> </term>
+ <listitem>
+ <para>Use this spin box to specify the width of the paper. Use the adjacent drop-down list to change the measurement unit.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Height</guilabel> </term>
+ <listitem>
+ <para>Use this spin box to specify the height of the paper.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Feed orientation</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the orientation of the paper in the printer.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Page orientation</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the page orientation.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Layout</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the page layout. A preview of each layout that you select is displayed in the <guilabel>Preview</guilabel> area.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry> <term><guilabel>Paper Tray</guilabel> </term>
+ <listitem>
+ <para>Use this drop-down list to select the paper tray.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect3>
+ </sect2>
+
+ <!-- ================ Usage Subsection ================================ -->
+ <sect2 id="evince-copy-file">
+ <title>To Copy a Document</title>
+ <para>To copy a file, perform the following steps:
+ </para>
+ <orderedlist>
+ <listitem>
+ <para>
+ Choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Save a Copy</guimenuitem> </menuchoice>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Type the new filename in the <guilabel>Filename</guilabel> text box in the <guilabel>Save a Copy</guilabel> dialog.
+ </para>
+ <para>
+ If necessary, specify the location of the copied document. By default, copies are saved in your home directory.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Click <guibutton>Save</guibutton>.
+ </para>
+ </listitem>
+ </orderedlist>
+ </sect2>
+
+ <!-- this id must be kept in sync with evince-persist-file.cc/evince-persist-stream.cc -->
+ <sect2 id="evince-password">
+ <title>To Work With Password-Protected Documents</title>
+ <para>
+ An author can use the following password levels to protect a document:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>User password that allows others only to read the document.
+ </para>
+ </listitem>
+ <listitem>
+ <para>Master password that allows others to perform additional actions, such as print the document.
+ </para>
+ </listitem>
+ </itemizedlist>
+ <para>
+ When you try to open a password-protected document, &app; displays a security dialog. Type either the user password or the master password in the <guilabel>Enter document password</guilabel> text box, then click <guibutton>Open Document</guibutton>.
+ </para>
+ </sect2>
+
+ <!-- ================ Usage Subsection ================================ -->
+ <sect2 id="evince-close-file">
+ <title>To Close a Document</title>
+ <para>To close a document, choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Close</guimenuitem> </menuchoice>.
+ </para>
+ <para>
+ If the window is the last &app; window open, the application exits.
+ </para>
+ <para>To quit &app; at any time, no matter how many windows are open, choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Quit</guimenuitem> </menuchoice>. </para>
+ <note>
+ <para>When you quit, &app; closes all documents opened in the current session.</para>
+ </note>
+ </sect2>
+
+ </sect1>
+
+</article>