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

« back to all changes in this revision

Viewing changes to help/hu/synctex-editors.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="synctex-editors" xml:lang="hu">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#synctex" group="fourth"/>
 
6
    <desc>Melyik szerkesztővel szerkesztheti a TeX fájljait?</desc>
 
7
 
 
8
    <revision pkgversion="2.32" version="0.1" date="2010-09-28" status="draft"/>
 
9
    <credit type="author">
 
10
      <name>Tiffany Antopolski</name>
 
11
      <email>tiffany@antopolski.com</email>
 
12
    </credit>
 
13
    <license>
 
14
      <p>Creative Commons Share Alike 3.0</p>
 
15
    </license>
 
16
 
 
17
  </info>
 
18
 
 
19
<title>Támogatott szerkesztők</title>
 
20
 
 
21
<section><title><app>Gedit</app></title>
 
22
<p>Az <link xref="synctex-search#forward-search">előre keresés</link> (<app>Geditből</app> az <app>Evince-be</app>) és a <link xref="synctex-search#backward-search">hátra keresés</link> (az <app>Evince-ből</app> a <app>Geditbe</app>) egyaránt támogatott.</p>
 
23
</section>
 
24
 
 
25
<section><title>Vim-latex</title>
 
26
<p>A <app>Gedit</app> bővítmény tartalmaz egy Python parancsfájlt (evince_dbus.py), amelynek segítségével a SyncTex használható Vimből. A vim-latex és az <app>Evince</app> együttes használatához tegye a következőket:</p>
 
27
<steps>
 
28
 <item>
 
29
  <p>Másolja az evince_dbus.py fájlt a keresési útvonalon lévő valamelyik könyvtárba, és adjon rá +x (futtatható) jogosultságot.</p>
 
30
 </item>
 
31
 <item>
 
32
  <p>Módosítsa a ~/.vimrc fájlt, és adja hozzá a következő sorokat.</p>
 
33
<code>
 
34
let g:Tex_ViewRule_pdf = 'evince_dbus.py'
 
35
let g:Tex_DefaultTargetFormat = 'pdf'
 
36
let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*'
 
37
</code>
 
38
 
 
39
  </item>
 
40
  <item>
 
41
   <p>Ezután használhatja az előre keresést a vim-latex-ből a \ls beírásával. A hátra keresés még nem támogatott.</p>
 
42
  </item>
 
43
</steps>
 
44
</section>
 
45
</page>