File: evince.xml

package info (click to toggle)
evince 48.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,028 kB
  • sloc: ansic: 73,001; xml: 288; sh: 129; makefile: 22
file content (88 lines) | stat: -rw-r--r-- 2,562 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="utf-8"?>

<!--

Copyright 2005 Lars Wirzenius (liw@iki.fi)

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

-->

<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.2//EN" 
     "/usr/share/xml/docbook/schema/dtd/4.2/docbookx.dtd" []>

<refentry>

  <refentryinfo>
    <address>
      <email>liw@iki.fi</email>
    </address>
    <author>
      <firstname>Lars</firstname>
      <surname>Wirzenius</surname>
    </author>
    <date>2005-02-21</date>
  </refentryinfo>

  <refmeta>
    <refentrytitle>evince</refentrytitle>
    <manvolnum>1</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>evince</refname> 
    <refpurpose>view PostScript and PDF documents</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      <command>evince</command>
      <arg><replaceable>file</replaceable></arg>
    </cmdsynopsis>
  </refsynopsisdiv>
  
  <refsect1>
    <title>DESCRIPTION</title>
    
    <para><command>evince</command> is a GNOME program for viewing
    PostScript (PS) and Portable Document Format (PDF) documents.
    It uses GhostScript for showing PS, and XPDF for showing PDF.</para>
    
  </refsect1>
  
  <refsect1>
    <title>OPTIONS</title>
    
    <para><command>evince</command> obeys all normal GNOME and GTK+ 
    command line options, and has no application specific options.</para>

    </refsect1>

  <refsect1>
    <title>SEE ALSO</title>
    
    <para>
        <citerefentry><refentrytitle>gnome-options</refentrytitle>
                      <manvolnum>7</manvolnum></citerefentry>,
        <citerefentry><refentrytitle>gtk-options</refentrytitle>
                      <manvolnum>7</manvolnum></citerefentry>.
    </para>
    
    <para><ulink url="http://www.gnome.org/projects/evince/"
    >http://www.gnome.org/projects/evince/</ulink></para>
    
  </refsect1>

</refentry>