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

« back to all changes in this revision

Viewing changes to help/hu/commandline.page

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="commandline" xml:lang="hu">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#advanced"/>
 
6
    <title type="sort">Parancssor</title>
 
7
    <desc>Az <cmd>evince</cmd> paranccsal tetszőleges számú fájlt nyithat meg különböző oldalakon és módokban.</desc>
 
8
    <revision pkgversion="2.30.3" version="0.1" date="2010-07-26" status="review"/>
 
9
    <credit type="author">
 
10
      <name>Phil Bull</name>
 
11
      <email>philbull@gmail.com</email>
 
12
    <name>Tiffany Antopolski</name>
 
13
    <email>tiffany@antopolski.com</email>
 
14
    </credit>
 
15
    <license>
 
16
      <p>Creative Commons Share Alike 3.0</p>
 
17
    </license>
 
18
 
 
19
  </info>
 
20
 
 
21
<title>A parancssor</title>
 
22
 
 
23
<p>A Dokumentummegjelenítő parancssorból való elindításához írja be az <cmd>evince</cmd> parancsot. Egy adott fájl megnyitásához írja be a fájlnevet az evince parancs után:</p>
 
24
 
 
25
<screen>evince fájl.pdf</screen>
 
26
<p>Több fájlt is megnyithat a szóközzel elválasztott fájlnevek beírásával az evince parancs után:</p>
 
27
<screen>evince fájl1.pdf fájl2.pdf</screen>
 
28
<p>Az Evince támogatja a weben található fájlok kezelését. Az evince parancs után például megadhatja egy fájl helyét a weben:</p>
 
29
<screen>evince http://www.claymath.org/millennium/P_vs_NP/pvsnp.pdf</screen>
 
30
<section>
 
31
    <title>Dokumentum megnyitása adott oldalon</title>
 
32
    <p>Dokumentum adott oldalon való megnyitására használhatja a <cmd>--page-label</cmd> kapcsolót. Egy dokumentum például a következőképpen nyitható meg a 3. oldalon:</p>
 
33
    <screen>evince --page-label=3</screen>
 
34
    <p>Az oldalcímkének azonos formátumúnak kell lennie, mint a Dokumentummegjelenítő eszköztárának megjelenő oldalszámnak.</p>
 
35
</section>
 
36
<section>
 
37
    <title>Dokumentum megnyitása teljes képernyős módban</title>
 
38
    <screen>evince --fullscreen fájl.pdf</screen>
 
39
</section>
 
40
<section>
 
41
    <title>Dokumentum megnyitása bemutató módban</title>
 
42
    <screen>evince --presentation fájl.pdf</screen>
 
43
</section>
 
44
<section>
 
45
    <title>Dokumentum megnyitása előnézet módban</title>
 
46
    <screen>evince --preview fájl.pdf</screen>
 
47
</section>
 
48
</page>