golden hour
/usr/share/help-langpack/en_GB/evince
⬆️ Go Up
Upload
File/Folder
Size
Actions
annotation-properties.page
1.65 KB
Del
OK
annotations-delete.page
1.43 KB
Del
OK
annotations-disabled.page
809 B
Del
OK
annotations-navigate.page
1.28 KB
Del
OK
annotations-save.page
1.44 KB
Del
OK
annotations.page
2.45 KB
Del
OK
bookmarks.page
2.62 KB
Del
OK
bug-filing.page
1.99 KB
Del
OK
commandline.page
2.33 KB
Del
OK
convertPostScript.page
1.71 KB
Del
OK
convertSVG.page
1.55 KB
Del
OK
convertpdf.page
2.08 KB
Del
OK
default-settings.page
1.29 KB
Del
OK
develop.page
1.11 KB
Del
OK
documentation.page
1.15 KB
Del
OK
duplex-10pages.page
2.56 KB
Del
OK
duplex-11pages.page
2.34 KB
Del
OK
duplex-12pages.page
1.34 KB
Del
OK
duplex-13pages.page
3.73 KB
Del
OK
duplex-14pages.page
2.57 KB
Del
OK
duplex-15pages.page
1.09 KB
Del
OK
duplex-16pages.page
1.42 KB
Del
OK
duplex-3pages.page
1.88 KB
Del
OK
duplex-4pages.page
1.37 KB
Del
OK
duplex-5pages.page
3.51 KB
Del
OK
duplex-6pages.page
2.58 KB
Del
OK
duplex-7pages.page
2.37 KB
Del
OK
duplex-8pages.page
1.37 KB
Del
OK
duplex-9pages.page
3.8 KB
Del
OK
duplex-npages.page
2.05 KB
Del
OK
editing.page
1.15 KB
Del
OK
finding.page
2.44 KB
Del
OK
formats.page
1.53 KB
Del
OK
forms-saving.page
2.21 KB
Del
OK
forms.page
1.28 KB
Del
OK
headerbar.page
1.54 KB
Del
OK
index.page
2.15 KB
Del
OK
introduction.page
833 B
Del
OK
invert-colors.page
1.16 KB
Del
OK
legal-unported.xml
327 B
Del
OK
legal.xml
535 B
Del
OK
license.page
1.86 KB
Del
OK
movingaround.page
5.99 KB
Del
OK
noprint.page
2.96 KB
Del
OK
openerror.page
860 B
Del
OK
opening.page
1.98 KB
Del
OK
password.page
1.56 KB
Del
OK
presentations.page
2.44 KB
Del
OK
print-2sided.page
1.14 KB
Del
OK
print-booklet.page
1.03 KB
Del
OK
print-differentsize.page
1.87 KB
Del
OK
print-order.page
1.84 KB
Del
OK
print-pagescaling.page
1.79 KB
Del
OK
print-select.page
1.25 KB
Del
OK
printing.page
1.55 KB
Del
OK
reload.page
992 B
Del
OK
shortcuts.page
8.97 KB
Del
OK
singlesided-13-16pages.page
2.46 KB
Del
OK
singlesided-17-20pages.page
2.47 KB
Del
OK
singlesided-3-4pages.page
2.38 KB
Del
OK
singlesided-5-8pages.page
2.43 KB
Del
OK
singlesided-9-12pages.page
2.45 KB
Del
OK
singlesided-npages.page
2.66 KB
Del
OK
synctex-beamer.page
1.96 KB
Del
OK
synctex-compile.page
995 B
Del
OK
synctex-editors.page
1.79 KB
Del
OK
synctex-search.page
2.49 KB
Del
OK
synctex-support.page
1.38 KB
Del
OK
synctex.page
773 B
Del
OK
textselection.page
1.37 KB
Del
OK
translate.page
1.7 KB
Del
OK
Edit: synctex-beamer.page
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="synctex-beamer" xml:lang="en-GB"> <info> <link type="guide" xref="index#synctex" group="sixth"/> <desc>Using SyncTeX with the LaTeX Beamer class.</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 Share Alike 3.0</p> </license> </info> <title>Beamer with SyncTeX</title> <p> 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">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>
Save