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

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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="synctex-support" xml:lang="ru">

  <info>
    <link type="guide" xref="index#synctex" group="second"/>
    <desc>How to add support for SyncTex.</desc>

    <revision pkgversion="2.32" version="0.1" date="2010-09-28" status="draft"/>
    <credit type="author">
      <name>Tiffany Antopolski</name>
      <email>tiffany@antopolski.com</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>

  </info>

<title>Set-up SyncTex</title>
<p>
The following packages need to be installed in order to add support for SyncTex:
</p>
<list>
  <item>
    <p>
      texlive-extra-utils
    </p>
  </item>
  <item>
    <p>
      gedit-plugins
    </p>
  </item>
</list>

<p>
  In <app>Gedit</app>, enable the SyncTex Plugin:
</p>
<steps>
   <item>
    <p>
     Click <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui></guiseq> tab.
    </p>
   </item>
   <item>
    <p>
     Check <gui>SyncTex</gui>.
    </p>
   </item>
</steps>
</page>