]> www.fi.muni.cz Git - evince.git/blob - help/C/evince.xml
e1281c12c8a964cb7b577129d6d51ad80ef340d7
[evince.git] / help / C / evince.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4   <!ENTITY legal SYSTEM "legal.xml">
5   <!ENTITY appversion "0.2">
6   <!ENTITY manrevision "1.0">
7   <!ENTITY date "April 2005">
8   <!ENTITY app "<application>Evince Document Viewer</application>">
9   <!ENTITY appname "Evince Document Viewer">
10 ]>
11
12 <!-- 
13       (Do not remove this comment block.)
14   Maintained by the GNOME Documentation Project
15   http://developer.gnome.org/projects/gdp
16   Template version: 2.0 beta
17   Template last modified Apr 11, 2002
18 -->
19
20 <!-- =============Document Header ============================= -->
21 <article id="index" lang="en">
22 <!-- please do not change the id; for translations, change lang to -->
23 <!-- appropriate code -->
24   <articleinfo> 
25     <title>&appname; Manual </title>       
26     <abstract role="description">
27       <para> 
28          The Evince Document Viewer application enables you to view documents of various formats like Portable 
29          Document Format (PDF) files and PostScript files
30       </para>
31     </abstract>
32     <copyright>
33       <year>2005</year>
34       <holder>Nickolay V. Shmyrev</holder>
35     </copyright>
36     <copyright>
37       <year>2004</year>
38       <holder>Sun Microsystems</holder>
39     </copyright>
40
41 <!-- translators: uncomment this:
42     <copyright>
43       <year>2002</year>
44       <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
45     </copyright>
46 -->
47
48     <publisher> 
49       <publishername> GNOME Documentation Project </publishername> 
50     </publisher> 
51
52     &legal;
53     <!-- This file  contains link to license for the documentation (GNU FDL), and 
54          other legal stuff such as "NO WARRANTY" statement. Please do not change 
55          any of this. -->
56
57     <authorgroup> 
58       <author>
59         <firstname>Sun</firstname>
60         <surname>GNOME Documentation Team</surname>
61         <affiliation><orgname>Sun Microsystems</orgname></affiliation>
62       </author>
63       <author> 
64         <firstname>Nickolay V. </firstname> 
65         <surname>Shmyrev</surname> 
66         <affiliation> 
67           <orgname>GNOME Documentation Project</orgname> 
68           <address> <email>nshmyrev@yandex.ru</email> </address> 
69         </affiliation> 
70       </author> 
71
72 <!-- This is appropriate place for other contributors: translators,
73      maintainers,  etc. Commented out by default.
74       <othercredit role="translator">
75         <firstname>Latin</firstname> 
76         <surname>Translator 1</surname> 
77         <affiliation> 
78           <orgname>Latin Translation Team</orgname> 
79           <address> <email>translator@gnome.org</email> </address> 
80         </affiliation>
81         <contrib>Latin translation</contrib>
82       </othercredit>
83 -->
84     </authorgroup>
85
86     <revhistory>
87       <revision> 
88         <revnumber>&appname; Manual V1.0</revnumber> 
89         <date>2005-04-06</date>
90         <revdescription>
91           <para role="author">Nickolay V. Shmyrev</para>
92           <para role="publisher">GNOME Documentation Project</para>
93         </revdescription>
94       </revision> 
95     </revhistory> 
96
97     <releaseinfo>This manual describes version &appversion; of &appname;
98     </releaseinfo> 
99     <legalnotice> 
100       <title>Feedback</title> 
101       <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>. 
102       </para>
103 <!-- Translators may also add here feedback address for translations -->
104     </legalnotice> 
105   </articleinfo> 
106
107   <indexterm zone="index"> 
108     <primary>&appname;</primary> 
109   </indexterm> 
110   <indexterm zone="index"> 
111     <primary>evince</primary> 
112   </indexterm>
113
114 <!-- ============= Document Body ============================= -->
115 <!-- ============= Introduction ============================== -->
116 <!-- Use the Introduction section to give a brief overview of what
117      the application is and what it does. -->
118   <sect1 id="evince-introduction"> 
119     <title>Introduction</title> 
120     <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.
121     </para>
122   </sect1>
123
124 <!-- =========== Getting Started ============================== -->
125
126   <sect1 id="evince-getting-started"> 
127     <title>Getting Started</title> 
128
129     <sect2 id="evince-start">
130     <title>To Start &appname;</title>
131     <para>You can start &app; in the following ways:
132     </para> 
133     <variablelist>
134       <varlistentry>
135         <term><guimenu>Applications</guimenu> menu</term>
136         <listitem>
137           <para>Choose <menuchoice> <guisubmenu>Graphics</guisubmenu> <guimenuitem>Evince Document Viewer</guimenuitem> </menuchoice>. 
138           </para>
139         </listitem>
140       </varlistentry>
141       <varlistentry>
142         <term>Command line</term>
143         <listitem>
144           <para>Execute the following command: <command>evince</command> 
145           </para> 
146         </listitem>
147       </varlistentry>
148     </variablelist>
149     </sect2>
150
151     <sect2 id="evince-when-start">
152     <title>When You Start &appname;</title>
153     <para>When you start &app;, the following window is displayed.</para>
154
155     <!-- ==== Figure ==== -->
156       <figure id="mainwindow-fig"> 
157         <title>&appname; Window</title> 
158         <screenshot> 
159           <mediaobject> 
160             <imageobject><imagedata
161                 fileref="figures/evince_start_window.png" format="PNG"/> 
162             </imageobject>
163             <textobject> 
164               <phrase>Shows &appname; main window. Contains titlebar, menubar, toolbar and display area. Menubar contains File, Edit, View, Go and Help menus. </phrase> 
165             </textobject> 
166           </mediaobject> 
167         </screenshot> 
168       </figure>
169
170     <para>The &app; window contains the following elements:
171     </para>
172       <variablelist>
173         <varlistentry>
174           <term>Menubar</term>
175           <listitem>
176             <para>The menus on the menubar contain all of the commands that you need to work with documents in &app;.</para>
177           </listitem>
178         </varlistentry>
179         <varlistentry>
180           <term>Toolbar</term>
181           <listitem>
182             <para>The toolbar contains a subset of the commands that you can access from the menubar.</para>
183           </listitem>
184         </varlistentry>
185         <varlistentry>
186           <term>Display area</term>
187           <listitem>
188             <para>The display area displays the document.</para>
189           </listitem>
190         </varlistentry>
191       </variablelist>
192
193       <para>
194         In &app;, you can perform the same action in several ways. For example, you can open a document in the following ways:
195                   <informaltable frame="all">
196                     <tgroup cols="2" colsep="1" rowsep="1">
197                       <colspec colname="COLSPEC0" colwidth="50*"/>
198                       <colspec colname="COLSPEC1" colwidth="50*"/>
199                       <thead>
200                         <row valign="top">
201                           <entry colname="COLSPEC0">
202                             <para>UI Component</para></entry>
203                           <entry colname="COLSPEC1" align="left"> 
204                             <para>Action</para></entry>
205                         </row>
206                       </thead>
207                       <tbody>
208                         <row valign="top">               
209                           <entry><para>Window</para></entry>
210                           <entry>
211                             <itemizedlist>
212                               <listitem>
213                                 <para>Drag a file into the &app; window from another application such as a file manager.</para>
214                               </listitem>
215                               <listitem>
216                                 <para>Double-click on the file name in the file manager</para>
217                               </listitem>
218                             </itemizedlist>
219                           </entry>
220                         </row>
221                         <row valign="top">               
222                           <entry><para>Menubar</para></entry>
223                           <entry><para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open</guimenuitem></menuchoice>.</para>
224 </entry>
225                         </row>
226                         <row valign="top">               
227                           <entry><para>Shortcut keys</para></entry>
228                           <entry><para>Press <keycombo><keycap>Ctrl</keycap><keycap>O</keycap></keycombo>.</para></entry>
229                         </row>
230                       </tbody>
231                     </tgroup>
232                   </informaltable>
233       </para>
234       <para>
235       This manual documents functionality from the menubar.
236       </para>
237     </sect2>
238   </sect1>
239
240 <!-- ================ Usage ================================ -->
241   <sect1 id="evince-usage"> 
242     <title>Usage</title> 
243
244     <!-- ================ Usage Subsection ================================ -->
245     <sect2 id="evince-open-file"> 
246       <title>To Open a File</title> 
247       <para>To open a File, perform the following steps:</para>
248       <orderedlist>
249         <listitem>
250           <para>
251             Choose <menuchoice> <guimenu>File</guimenu><guimenuitem>Open</guimenuitem> </menuchoice>.  </para>
252         </listitem>
253         <listitem>
254           <para>
255             In the <guilabel>Load file</guilabel> dialog, select the file you want to open.
256           </para>
257         </listitem>
258         <listitem>
259           <para>
260             Click <guibutton>Open</guibutton>. &app; displays the name of the document in the titlebar of the window.
261           </para>
262         </listitem>
263       </orderedlist>
264       <para> 
265         To open another document, choose <menuchoice> <guimenu>File</guimenu><guimenuitem>Open</guimenuitem> </menuchoice> again. &app; opens each file in a new window.
266       </para>
267       <para>
268         If you try to open a document with format that &app; does not recognize, the application displays an error message.
269       </para>
270     </sect2>
271
272     <sect2 id="evince-navigate-file">
273     <title>To Navigate Through a Document</title>
274       <para>You can navigate through a file as follows:</para>
275       <itemizedlist>
276         <listitem>
277           <para>To view the next page, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>Next Page</guimenuitem> </menuchoice>.
278           </para>
279         </listitem>
280         <listitem>
281           <para>To view the previous page, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>Previous Page</guimenuitem> </menuchoice>.
282           </para>
283         </listitem>
284         <listitem>
285           <para>To view the first page in the document, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>First Page</guimenuitem> </menuchoice>.
286           </para>
287         </listitem>
288         <listitem>
289           <para>To view the last page in the document, choose <menuchoice> <guimenu>Go</guimenu> <guimenuitem>Last Page</guimenuitem> </menuchoice>.
290           </para>
291         </listitem>
292         <listitem>
293           <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>
294         </listitem>
295       </itemizedlist>
296     </sect2>
297
298     <!-- ================ Usage Subsection ================================ -->
299     <sect2 id="evince-scroll-page"> 
300       <title>To Scroll a Page</title> 
301       <para>To display the page contents that are not currently displayed in the display area, use the following methods:</para> 
302         <itemizedlist> 
303           <listitem> 
304             <para>Use the arrow keys or space key on the keyboard.</para> 
305           </listitem> 
306           <listitem> 
307             <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> 
308           </listitem> 
309           <listitem> 
310             <para>Use the scrollbars on the window.</para> 
311           </listitem> 
312       </itemizedlist> 
313     </sect2>
314
315     <!-- ================ Usage Subsection ================================ -->
316          <sect2 id="evince-manipulate-zoom-factor"> 
317       <title>To Change the Page Size</title> 
318       <para>
319         You can use the following methods to resize a page in the &app; display area:
320       </para> 
321       <itemizedlist> 
322         <listitem> 
323           <para>
324             To increase the page size, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Zoom In</guimenuitem> </menuchoice>.
325           </para> 
326         </listitem> 
327         <listitem> 
328           <para>
329             To decrease the page size, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Zoom Out</guimenuitem> </menuchoice>.
330           </para> 
331         </listitem> 
332         <listitem> 
333           <para>
334             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>.
335           </para> 
336         </listitem> 
337         <listitem> 
338           <para>
339             To resize a page to fit within the &app; display area, choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Best Fit</guimenuitem> </menuchoice>.
340           </para> 
341         </listitem> 
342         <listitem> 
343           <para>
344             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.
345           </para> 
346         </listitem> 
347       </itemizedlist> 
348     </sect2> 
349
350     <sect2 id="evince-view-pages">
351       <title>To View Pages or Document Structure</title>
352       <para>To view bookmarks or pages, perform the following steps:
353       </para>
354       <orderedlist>
355         <listitem>
356           <para>
357             Choose <menuchoice> <guimenu>View</guimenu> <guimenuitem>Sidebar</guimenuitem> </menuchoice> or press <keycap>F9</keycap>.
358           </para>
359         </listitem>
360         <listitem>
361           <para>
362             Use the drop-down list in the side-pane header to select whether to display document structure or pages in the side pane.
363           </para>
364         </listitem>
365         <listitem>
366           <para>
367             Use the side-pane scrollbars to display the required item or page in the side pane.
368           </para>
369         </listitem>
370         <listitem>
371           <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>
372         </listitem>
373       </orderedlist>
374     </sect2> 
375
376     <sect2 id="evince-view-properties">
377       <title>To View the Properties of a Document</title>
378       <para>To view the properties of a document, choose 
379         <menuchoice>
380           <guimenu>File</guimenu>
381           <guimenuitem>Properties</guimenuitem>
382         </menuchoice>. 
383       </para>
384       <para>
385         The <guilabel>Properties</guilabel> dialog displays all information available
386       </para>
387     </sect2>
388
389     <sect2 id="evince-print-file">
390       <title>To Print a Document</title>
391       <para>
392         To print a Document, choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Print</guimenuitem> </menuchoice>.
393       </para>
394       <note>
395         <para>
396           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.
397         </para>
398       </note>
399       <para>
400         The <guilabel>Print</guilabel> dialog has the following tabbed sections:
401       </para>
402       <itemizedlist>
403         <listitem>
404           <para>
405             <link linkend="print-dialog-job">Job</link>
406           </para>
407         </listitem>
408         <listitem>
409           <para>
410             <link linkend="print-dialog-printer">Printer</link>
411           </para>
412         </listitem>
413         <listitem>
414           <para>
415             <link linkend="print-dialog-paper">Paper</link>
416           </para>
417         </listitem>
418       </itemizedlist>
419
420       <sect3 id="print-dialog-job">
421       <title>Job</title>
422         <variablelist>
423           <varlistentry> <term><guilabel>Print range</guilabel> </term> 
424             <listitem> 
425               <para>Select one of the following options to determine how many pages to print:</para>
426               <itemizedlist>
427                 <listitem>
428                   <para><guilabel>All</guilabel></para>
429                   <para>Select this option to print all of the pages in the document.</para>
430                 </listitem>
431                 <listitem>
432                   <para><guilabel>Pages From</guilabel></para>
433                   <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.
434                   </para>
435                 </listitem>                                                     
436               </itemizedlist>
437             </listitem>
438           </varlistentry>
439         </variablelist>  
440       </sect3>
441                 
442         <sect3 id="print-dialog-printer">
443         <title>Printer</title>
444         <variablelist>
445           <varlistentry> <term><guilabel>Printer</guilabel> </term> 
446             <listitem> 
447               <para>Use this drop-down list to select the printer to which you want to print the document.</para>
448               <note>
449               <para>
450                 The <guilabel>Create a PDF document</guilabel> option is not supported in this version of &app;.
451               </para>
452               </note>
453             </listitem>
454           </varlistentry>
455           <varlistentry> <term><guilabel>Settings</guilabel> </term> 
456             <listitem> 
457               <para>Use this drop-down list to select the printer settings. 
458               </para>
459               <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.
460               </para>
461             </listitem>
462           </varlistentry>
463           <varlistentry> <term><guilabel>Location</guilabel> </term> 
464             <listitem> 
465               <para>
466                 Use this drop-down list to select one of the following print destinations: 
467               </para>
468               <variablelist>
469                 <varlistentry>
470                   <term><guilabel>CUPS</guilabel></term>
471                   <listitem>
472                     <para>
473                       Print the document to a CUPS printer. 
474                     </para>
475                     <note>
476                       <para>
477                         If the selected printer is a CUPS printer, <guilabel>CUPS</guilabel> is the only entry in this drop-down list. 
478                       </para>
479                     </note>
480                   </listitem>
481                 </varlistentry>
482                 <varlistentry>
483                   <term><guilabel>lpr</guilabel></term>
484                   <listitem>
485                     <para>
486                       Print the document to a printer. 
487                     </para>
488                   </listitem>
489                 </varlistentry>
490                 <varlistentry>
491                   <term><guilabel>File</guilabel></term>
492                   <listitem>
493                     <para>
494                       Print the document to a PostScript file. 
495                     </para>
496                     <para>
497                       Click <guibutton>Save As</guibutton> to display a dialog where you specify the name and location of the PostScript file.
498                     </para>
499                   </listitem>
500                 </varlistentry>
501                 <varlistentry>
502                   <term><guilabel>Custom</guilabel></term>
503                   <listitem>
504                     <para>
505                       Use the specified command to print the document.
506                     </para>
507                     <para>
508                       Type the name of the command in the text box. Include all command-line arguments.
509                     </para>
510                   </listitem>
511                 </varlistentry>
512               </variablelist>
513             </listitem>
514           </varlistentry>
515           <varlistentry> <term><guilabel>State</guilabel> </term> 
516             <listitem> 
517               <para>This functionality is not supported in this version of &app;.
518               </para>
519             </listitem>
520           </varlistentry>
521           <varlistentry> <term><guilabel>Type</guilabel> </term> 
522             <listitem> 
523               <para>This functionality is not supported in this version of &app;.
524               </para>
525             </listitem>
526           </varlistentry>
527           <varlistentry> <term><guilabel>Comment</guilabel> </term> 
528             <listitem> 
529               <para>This functionality is not supported in this version of &app;.
530               </para>
531             </listitem>
532           </varlistentry>
533         </variablelist>
534         </sect3>
535                 
536         <sect3 id="print-dialog-paper">
537         <title>Paper</title>
538         <variablelist>
539           <varlistentry> <term><guilabel>Paper size</guilabel> </term> 
540             <listitem> 
541               <para>Use this drop-down list to select the size of the paper to which you want to print the document.</para>
542             </listitem>
543           </varlistentry>
544           <varlistentry> <term><guilabel>Width</guilabel> </term> 
545             <listitem> 
546               <para>Use this spin box to specify the width of the paper. Use the adjacent drop-down list to change the measurement unit.</para>
547             </listitem>
548           </varlistentry>
549             <varlistentry> <term><guilabel>Height</guilabel> </term> 
550             <listitem> 
551               <para>Use this spin box to specify the height of the paper.</para>
552             </listitem>
553           </varlistentry>
554           <varlistentry> <term><guilabel>Feed orientation</guilabel> </term> 
555             <listitem> 
556               <para>Use this drop-down list to select the orientation of the paper in the printer.</para>
557             </listitem>
558           </varlistentry>
559           <varlistentry> <term><guilabel>Page orientation</guilabel> </term> 
560             <listitem> 
561               <para>Use this drop-down list to select the page orientation.</para>
562             </listitem>
563           </varlistentry>
564           <varlistentry> <term><guilabel>Layout</guilabel> </term> 
565             <listitem> 
566               <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>
567             </listitem>
568           </varlistentry>
569           <varlistentry> <term><guilabel>Paper Tray</guilabel> </term> 
570             <listitem> 
571               <para>Use this drop-down list to select the paper tray.
572               </para>
573             </listitem>
574           </varlistentry>
575         </variablelist>
576       </sect3>
577     </sect2>
578
579     <!-- ================ Usage Subsection ================================ -->
580     <sect2 id="evince-copy-file"> 
581       <title>To Copy a Document</title> 
582       <para>To copy a file, perform the following steps:
583       </para>
584       <orderedlist>
585         <listitem>
586           <para>
587             Choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Save a Copy</guimenuitem> </menuchoice>. 
588           </para> 
589         </listitem>
590         <listitem>
591           <para> 
592             Type the new filename in the <guilabel>Filename</guilabel> text box in the <guilabel>Save a Copy</guilabel> dialog.
593           </para> 
594           <para> 
595             If necessary, specify the location of the copied document. By default, copies are saved in your home directory.
596           </para> 
597         </listitem>
598         <listitem>
599           <para> 
600             Click <guibutton>Save</guibutton>.
601           </para> 
602         </listitem>
603       </orderedlist>
604     </sect2>
605
606     <!-- this id must be kept in sync with evince-persist-file.cc/evince-persist-stream.cc -->
607     <sect2 id="evince-password">
608       <title>To Work With Password-Protected Documents</title>
609       <para>
610         An author can use the following password levels to protect a document:
611       </para>
612       <itemizedlist>
613         <listitem>
614           <para>User password that allows others only to read the document.
615           </para>
616         </listitem>        
617         <listitem>
618           <para>Master password that allows others to perform additional actions, such as print the document.
619           </para>
620         </listitem>        
621       </itemizedlist>
622       <para>
623         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>.
624       </para>
625     </sect2>
626
627     <!-- ================ Usage Subsection ================================ -->
628     <sect2 id="evince-close-file"> 
629       <title>To Close a Document</title> 
630       <para>To close a document, choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Close</guimenuitem> </menuchoice>. 
631       </para> 
632       <para> 
633         If the window is the last &app; window open, the application exits.
634       </para> 
635     </sect2> 
636
637   </sect1>
638
639 </article>