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

« back to all changes in this revision

Viewing changes to help/cs/synctex-compile.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-10-17 18:22:10 UTC
  • mfrom: (1.1.70 upstream)
  • Revision ID: package-import@ubuntu.com-20111017182210-b7fjgu3cp17tgpdr
Tags: 3.2.1-0ubuntu1
* New upstream release
  - Make sure page labels are valid utf-8 strings in PostScript
    backend (LP: #677971, Carlos Garcia Campos)
  - Update and extend man page, Added documentation for the
    --page-index command line switch, and improved wording a bit at
    various places (Wouter Bolsterlee)
  - Small fixes to markup in help pages (Tiffany Antopolski)
  - Updated transations

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
<title>Compile TeX with SyncTeX</title>
19
19
<p>
20
20
Adding the line <em>\synctex=1</em> in the preamble of your TeX file will trigger synchronization with SyncTeX.
21
 
 
 
21
</p>
22
22
<code>
23
23
\documentclass{article}
24
24
\synctex=1
31
31
  Alternatively, you can run the pdflatex command with the <em>-synctex=1</em> option:
32
32
</p>
33
33
<screen>pdflatex -synctex=1 yourFile.tex</screen>
34
 
age&gt;
35
 
</p></page>
 
34
</page>