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

« back to all changes in this revision

Viewing changes to help/ru/synctex-support.page

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2011-04-14 16:20:57 UTC
  • mfrom: (1.6.4 upstream)
  • mto: (1.3.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 138.
  • Revision ID: james.westby@ubuntu.com-20110414162057-0ofhbd139zs6ev6y
ImportĀ upstreamĀ versionĀ 3.0.0

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-support" xml:lang="ru">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#synctex" group="second"/>
 
6
    <desc>How to add support for SyncTex.</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>Set-up SyncTex</title>
 
20
<p>
 
21
The following packages need to be installed in order to add support for SyncTex:
 
22
</p>
 
23
<list>
 
24
  <item>
 
25
    <p>
 
26
      texlive-extra-utils
 
27
    </p>
 
28
  </item>
 
29
  <item>
 
30
    <p>
 
31
      gedit-plugins
 
32
    </p>
 
33
  </item>
 
34
</list>
 
35
 
 
36
<p>
 
37
  In <app>Gedit</app>, enable the SyncTex Plugin:
 
38
</p>
 
39
<steps>
 
40
   <item>
 
41
    <p>
 
42
     Click <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui></guiseq> tab.
 
43
    </p>
 
44
   </item>
 
45
   <item>
 
46
    <p>
 
47
     Check <gui>SyncTex</gui>.
 
48
    </p>
 
49
   </item>
 
50
</steps>
 
51
</page>