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

« back to all changes in this revision

Viewing changes to help/fi/synctex-search.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-search" xml:lang="fi">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#synctex" group="fifth"/>
 
6
    <desc>Flip between <app>Evince</app> and <app>Gedit</app>.</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>Search with SyncTex</title>
 
20
<p>
 
21
   After you <link xref="synctex-compile">compile your TeX file with SyncTex</link>, you will be able to search.  SyncTex even supports forward and backward search from an included file.
 
22
</p>
 
23
 
 
24
<section id="forward-search">
 
25
    <title>Forward Search: From TeX to PDF (<app>Gedit</app> to <app>Evince</app>)</title>
 
26
     <p>
 
27
     Forward search allows you to click on a specific section of TeX source code, and jump to the associated position in the PDF.  To perform forward search:
 
28
 </p>
 
29
<steps>
 
30
<item>
 
31
<p>
 
32
  Click on a line in the TeX file.
 
33
</p>
 
34
</item>
 
35
<item>
 
36
<p>
 
37
  In <app>Gedit</app>, click <guiseq><gui>Tools</gui> <gui>Forward Search</gui></guiseq>.  The corresponding line in the PDF will be outlined in red.
 
38
</p>
 
39
<p>
 
40
Alternatively, you can click <keyseq><key>Ctrl</key><key>Alt</key><key>F</key></keyseq>, or <key>Ctrl</key>+Left Click. The corresponding line in the PDF will be outlined in red.
 
41
</p>
 
42
</item>
 
43
</steps>
 
44
<note>
 
45
<p>
 
46
   If the corresponding PDF file is not open, performing a forward search will open the PDF in <app>Evince</app>.
 
47
</p>
 
48
</note>
 
49
<p>
 
50
 If you add a complex project with several TeX files you can put
 
51
</p>
 
52
<code>% mainfile: mainfile.tex</code>
 
53
<p>
 
54
either in the first or last three lines of each included TeX file, and forward search will work. Backward search should always work, even if you don't add the modeline.
 
55
</p>
 
56
 
 
57
</section>
 
58
 
 
59
<section id="backward-search">
 
60
    <title>Backward Search: From PDF to TeX (<app>Evince</app> to <app>Gedit</app>)</title>
 
61
     <p>
 
62
 Backward search allows you to click on a specific line in the PDF file, and jump to the associated line in the TeX source code.
 
63
</p>
 
64
<p>
 
65
You can perform a backward search by pressing <key>Ctrl</key>+ Left Click in <app>Evince</app>. The corresponding line in the TeX source code will be hightlighted.
 
66
     </p>
 
67
</section>
 
68
 
 
69
</page>