~elementary-os/ubuntu-package-imports/evince-vivid

« back to all changes in this revision

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

  • Committer: RabbitBot
  • Date: 2015-05-31 18:19:12 UTC
  • Revision ID: rabbitbot@elementaryos.org-20150531181912-jftafuvmgcbwvieg
Initial import, version 3.14.2-0ubuntu2

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="en-GB">
 
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="3.2" version="0.1" date="2011-09-05" status="final"/>
 
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>