~ubuntu-branches/ubuntu/precise/evince/precise-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-10-17 18:22:10 UTC
  • mto: This revision was merged to the branch mainline in revision 150.
  • Revision ID: package-import@ubuntu.com-20111017182210-w7d3mcjel1kimett
Tags: upstream-3.2.1
ImportĀ upstreamĀ versionĀ 3.2.1

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>