monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 16617fd641a773f7d2c8a178d026ae22c0148cca
Author: Mosè Giordano <[email protected]>
Date: Fri Jul 12 01:19:46 2013 +0200
Move TeX-source-correlate-method documentation to a better section.
* doc/auctex.texi (Processor Options): Move
`TeX-source-correlate-method' to `I/O Correlation' section.
---
ChangeLog | 5 +++++
doc/auctex.texi | 33 ++++++++++++++++++---------------
2 files changed, 23 insertions(+), 15 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 29ef866..f4865b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-12 Mos� Giordano <[email protected]>
+
+ * doc/auctex.texi (Processor Options): Move
+ `TeX-source-correlate-method' to `I/O Correlation' section.
+
2013-07-11 Mos� Giordano <[email protected]>
* doc/auctex.texi (Processor Options): Document
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 931b9db..6a6df22 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -2577,6 +2577,7 @@ customizing the variable
@code{TeX-source-correlate-mode}. There is a
bunch of customization options for the mode, use @kbd{M-x
customize-group @key{RET} TeX-view @key{RET}} to find out more.
+@vindex TeX-source-correlate-method
@AUCTeX{} is aware of three different means to do I/O correlation:
source specials (only DVI output), the pdfsync @LaTeX{} package (only
PDF output) and Sync@TeX{}. The choice between source specials and
@@ -2591,20 +2592,6 @@ In particular, fine-tuning the page breaks should be
done with source
specials switched off.
@end deffn
-@defopt TeX-source-correlate-method
-Method to use for enabling forward and inverse search. This can be
-@samp{source-specials} if source specials should be used, @samp{synctex}
-if SyncTeX should be used, or @samp{auto} if @AUCTeX{} should decide.
-
-When the variable is set to @samp{auto}, @AUCTeX{} will use SyncTeX if
-your @code{latex} processor supports it, source specials otherwise. You
-must make sure your viewer supports the same forward and inverse method.
-
-Setting this variable does not take effect if
-@code{TeX-source-correlate-mode} has already been active. Restart Emacs
-in this case.
-@end defopt
-
@AUCTeX{} also allows you to easily select different @TeX{} engines for
processing, either by using the entries in the @samp{TeXing Options}
submenu below the @samp{Command} menu or by calling the function
@@ -2824,7 +2811,23 @@ output) and Sync@TeX{} (any type of output). If you
want to make use of
forward and inverse searching with source specials or Sync@TeX{}, switch
on @code{TeX-source-correlate-mode}. @xref{Processor Options}, on how
to do that. The use of the pdfsync package is detected automatically if
-document parsing is enabled.
+document parsing is enabled. Customize the variable
+@code{TeX-source-correlate-method} to select the method to use.
+
+@defopt TeX-source-correlate-method
+Method to use for enabling forward and inverse search. This can be
+@samp{source-specials} if source specials should be used, @samp{synctex}
+if SyncTeX should be used, or @samp{auto} if @AUCTeX{} should decide,
+this is the default.
+
+When the variable is set to @samp{auto}, @AUCTeX{} will use SyncTeX if
+your @code{latex} processor supports it, source specials otherwise. You
+must make sure your viewer supports the same method.
+
+Setting this variable does not take effect if
+@code{TeX-source-correlate-mode} has already been active. Restart Emacs
+in this case.
+@end defopt
@findex TeX-view
Forward search happens automatically upon calling the viewer, e.g. by