]> www.fi.muni.cz Git - evince.git/blobdiff - help/C/synctex-beamer.page
a11: using ATK_ROLE_DOCUMENT_FRAME it's more correct
[evince.git] / help / C / synctex-beamer.page
index e6009ecafc72e995221c2cb60801a94d4a010039..fcef1d7d9dab1510ebe13ccb873df3eb5942df2f 100644 (file)
     Beamer is a LaTeX class for creating slides for presentations.
 </p>
 <p>
-   You can perform forward and backward search in a <em>Beamer-LaTeX</em> presentation in a similar fashion to <link xref="synctex-search">searchng</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.
+   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.
 </p>
 <section id="forward-search">
     <title>Forward Search: From Beamer-LaTeX source to PDF (<app>Gedit</app> to <app>Evince</app>)</title>
     <p>
-      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>.  
+      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>.
     </p>
 </section>
 
 <section id="backward-search">
-<note>
-    <p>
-     Before you can perform backward searching, you will need to perform a forward search from the Beamer-LateX source.
-    </p>
-</note>
+
     <title>Backward Search: From PDF to Beamer-LaTeX source(<app>Evince</app> to <app>Gedit</app>)</title>
      <p>
-     With <link xref="synctex-search#backward-search">backward search</link>, you click on some text in a slide, and the corresponding line of LaTex code that ends that particular slide is highlighted.
+     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.
      </p>
  <code>\end{frame}</code>
 
-   <note style="bug">
-    <p>
-      Frames marked as [fragile] using the <em>listings</em> package may:
-    </p>
-   
-    <list>
-     <item>
-       <p>
- open the .vrb file that may or may not correspond to the <em>lstlisting</em>.  Try clicking on the frametitle or the previious slide to get to the general location in the source.
-     </p>
-     </item>
-      <item>
-       <p>
-       cause <app>Evince</app> to close.  If this happens, you will need to close <app>Gedit</app> also, and re-open both files.
-    </p>
-     </item>
-  </list>
-   </note>
+
 </section>