~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to help/nl/commandline.page

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-09-27 15:15:15 UTC
  • mfrom: (1.1.69 upstream)
  • Revision ID: package-import@ubuntu.com-20110927151515-bhjwti5yqq9ouvlm
Tags: 3.2.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
  <info>
5
5
    <link type="guide" xref="index#advanced"/>
6
 
    <title type="sort">Command Line</title>
 
6
    <title type="sort">Command line</title>
7
7
    <desc>The <cmd>evince</cmd> command can open any number of files, at specific pages and in various modes.</desc>
8
 
    <revision pkgversion="2.30.3" version="0.1" date="2010-07-26" status="review"/>
 
8
    <revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/>
9
9
    <credit type="author">
10
10
      <name>Phil Bull</name>
11
11
      <email>philbull@gmail.com</email>
18
18
 
19
19
  </info>
20
20
 
21
 
<title>The Command Line</title>
 
21
<title>The command line</title>
22
22
 
23
23
<p>
24
24
To start the Document Viewer from the command line, type <cmd>evince</cmd>. You
31
31
</p>
32
32
<screen>evince file1.pdf file2.pdf</screen>
33
33
<p>
34
 
Evince also supports the handling of files on the web.  For example, after the evince command you can give the location of a file on the web:
 
34
The <app>document viewer</app> also supports the handling of files on the web.  For example, after the evince command you can give the location of a file on the web:
35
35
</p>
36
36
<screen>evince http://www.claymath.org/millennium/P_vs_NP/pvsnp.pdf</screen>
37
37
<section>
38
 
    <title>Opening A Document At A Specific Page</title>
 
38
    <title>Opening a document at a specific page</title>
39
39
    <p>
40
40
    You can use the <cmd>--page-label</cmd> switch to open a document at a
41
41
    specific page. For example, to open a document to page 3, you would type:
42
42
    </p>
43
 
    <screen>evince --page-label=3</screen>
 
43
    <screen>evince --page-label=3 file.pdf</screen>
44
44
    <p>
45
45
    The page label should be in the same format as the page number displayed in
46
46
    the Document Viewer toolbar.
47
47
    </p>
48
48
</section>
49
49
<section>
50
 
    <title>Opening A Document In Fullscreen Mode</title>
 
50
    <title>Opening a document in fullscreen mode</title>
51
51
    <screen>evince --fullscreen file.pdf</screen>
52
52
</section>
53
53
<section>
54
 
    <title>Opening A Document In Presentation Mode</title>
 
54
    <title>Opening a document in presentation mode</title>
55
55
    <screen>evince --presentation file.pdf</screen>
56
56
</section>
57
57
<section>
58
 
    <title>Opening A Document In Preview Mode</title>
 
58
    <title>Opening a document in preview mode</title>
59
59
    <screen>evince --preview file.pdf</screen>
60
60
</section>
61
61
</page>