View file File name : synctex-beamer.page Content :<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="synctex-beamer" xml:lang="ca"> <info> <link type="guide" xref="index#synctex" group="sixth"/> <desc>Utilització del SyncTex amb la classe LaTeX Beamer.</desc> <revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/> <credit type="author"> <name>Tiffany Antopolski</name> <email>tiffany@antopolski.com</email> </credit> <license> <p>Creative Commons Compartir Igual 3.0</p> </license> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Carles Ferrando Garcia</mal:name> <mal:email>carles.ferrando@gmail.com</mal:email> <mal:years>2010</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Xavier Roijals</mal:name> <mal:email>xavier.roijals@gmail.com</mal:email> <mal:years>2011</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Gil Forcada</mal:name> <mal:email>gilforcada@guifi.net</mal:email> <mal:years>2013</mal:years> </mal:credit> </info> <title>Beamer amb SyncTeX</title> <p>La Beamer és una classe de LaTeX per crear diapositives per presentacions.</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">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 the <app>document viewer</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>. </p> </section> <section id="backward-search"> <title>Backward search: from PDF to Beamer-LaTeX source (from the <app>document viewer</app> to <app>gedit</app>)</title> <p> 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. This will usually be the line: </p> <code>\end{frame}</code> <p>corresponding to the frame you clicked on.</p> </section> </page>