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

« back to all changes in this revision

Viewing changes to help/ca/synctex-beamer.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-beamer" xml:lang="ca">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#synctex" group="sixth"/>
 
6
    <desc>Using SyncTex with the LaTeX Beamer class.</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
  </info>
 
17
 
 
18
<title>Beamer with SyncTex</title>
 
19
<p>
 
20
    Beamer is a LaTeX class for creating slides for presentations.
 
21
</p>
 
22
<p>
 
23
   You can perform forward and backward search in a <em>Beamer-LaTeX</em> presentation in a similar fashion to <link xref="synctex-search">searching</link> through other TeX files compiled with SyncTex.  However the search brings you to the corresponding frame (slide), not necessarily the associated line of text.  This difference is outlined in detail below.
 
24
</p>
 
25
<section id="forward-search">
 
26
    <title>Forward Search: From Beamer-LaTeX source to PDF (<app>Gedit</app> to <app>Evince</app>)</title>
 
27
    <p>
 
28
      With <link xref="synctex-search#forward-search">forward search</link>, you can click on a specific line of Beamer-LaTeX source code. The <em>top</em> of the corresponding slide in the PDF will be outlined in red.  This will often be the <em>frametitle</em>.
 
29
    </p>
 
30
</section>
 
31
 
 
32
<section id="backward-search">
 
33
 
 
34
    <title>Backward Search: From PDF to Beamer-LaTeX source(<app>Evince</app> to <app>Gedit</app>)</title>
 
35
     <p>
 
36
     With <link xref="synctex-search#backward-search">backward search</link>, you click on some text in a frame, and the corresponding line of LaTex code that ends that particular frame is highlighted.
 
37
     </p>
 
38
 <code>\end{frame}</code>
 
39
 
 
40
 
 
41
</section>
 
42
 
 
43
 
 
44
</page>