]> www.fi.muni.cz Git - evince.git/blob - help/C/synctex-support.page
docs: removed trailing whitespaces in all .page files
[evince.git] / help / C / synctex-support.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="topic" style="task"
3       id="synctex-support">
4
5   <info>
6     <link type="guide" xref="index#synctex" group="second"/>
7     <desc>How to add support for SyncTex.</desc>
8
9     <revision pkgversion="2.32" version="0.1" date="2010-09-28" status="draft"/>
10     <credit type="author">
11       <name>Tiffany Antopolski</name>
12       <email>tiffany@antopolski.com</email>
13     </credit>
14     <license>
15       <p>Creative Commons Share Alike 3.0</p>
16     </license>
17
18   </info>
19
20 <title>Set-up SyncTex</title>
21 <p>
22 The following packages need to be installed in order to add support for SyncTex:
23 </p>
24 <list>
25   <item>
26     <p>
27       texlive-extra-utils
28     </p>
29   </item>
30   <item>
31     <p>
32       gedit-plugins
33     </p>
34   </item>
35 </list>
36
37 <p>
38   In <app>Gedit</app>, enable the SyncTex Plugin:
39 </p>
40 <steps>
41    <item>
42     <p>
43      Click <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui></guiseq> tab.
44     </p>
45    </item>
46    <item>
47     <p>
48      Check <gui>SyncTex</gui>.
49     </p>
50    </item>
51 </steps>
52 </page>