auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el,v
Date: Sun, 27 Jul 2008 20:08:58 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/07/27 20:08:58

Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.626
retrieving revision 5.627
diff -u -b -r5.626 -r5.627
--- tex.el      24 Jul 2008 17:22:11 -0000      5.626
+++ tex.el      27 Jul 2008 20:08:57 -0000      5.627
@@ -1033,7 +1033,7 @@
                      ;; math par parend vbox
                      (concat "=" (mapconcat 'identity
                                             TeX-source-specials-places ","))))
-       " --synctex=1")
+       TeX-synctex-tex-flags)
     ""))
 
 (defvar TeX-source-correlate-map
@@ -1082,7 +1082,7 @@
 (defcustom TeX-source-specials-tex-flags "-src-specials"
   "Extra flags to pass to TeX commands to generate source specials."
   :group 'TeX-view
-  :type '(choice string (repeat string)))
+  :type 'string)
 
 (defcustom TeX-source-specials-places nil
   "List of places where to insert source specials into the DVI file.
@@ -1159,6 +1159,9 @@
 
 ;;; SyncTeX
 
+(defvar TeX-synctex-tex-flags "--synctex=1"
+  "Extra flags to pass to TeX commands to enable SyncTeX.")
+
 (defun TeX-synctex-output-page ()
   "Return the page corresponding to the current source position.
 This method assumes that the document was compiled with SyncTeX




reply via email to

[Prev in Thread] Current Thread [Next in Thread]