auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 00d94386b6b4d0a7cdf4a


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 00d94386b6b4d0a7cdf4aef0f82a2952227d5d88
Date: Tue, 09 Feb 2016 22:37:47 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  00d94386b6b4d0a7cdf4aef0f82a2952227d5d88 (commit)
      from  b72dcb7b2f40d861ff90bd9bea37c4aabcc9cf9c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 00d94386b6b4d0a7cdf4aef0f82a2952227d5d88
Author: Arash Esbati <address@hidden>
Date:   Tue Feb 9 23:19:57 2016 +0100

    Add support for dviout viewer
    
    * doc/changes.texi: Mention support for dviout on Windows.
    
    * tex.el (TeX-view-program-list-builtin): Add support for dviout
    on Windows.  This setup works for `TeX-source-correlate-method'
    set to (dvi . source-specials).
    Reorder " %o" in entry for SumatraPDF.
    
    Signed-off-by: Mosè Giordano <address@hidden>

diff --git a/doc/changes.texi b/doc/changes.texi
index b0c666b..f13a8b1 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -16,6 +16,17 @@ Parsing of the compilation log has been reworked.  You 
should encounter
 fewer mistaken files while navigating through errors and warnings.
 
 @item
+Added support for dviout viewer on Windows.  Note that this setup works
+when @code{TeX-source-correlate-method} is set to use
address@hidden for @acronym{DVI}, e.g.:
address@hidden
+(setq TeX-source-correlate-method
+      '((dvi . source-specials)
+        (pdf . synctex)))
address@hidden lisp
+which is the default.
+
address@hidden
 Added support for SumatraPDF viewer on Windows.
 
 @item
diff --git a/tex.el b/tex.el
index 3c11786..090965e 100644
--- a/tex.el
+++ b/tex.el
@@ -1270,9 +1270,10 @@ the requirements are met."
   (cond
    ((eq system-type 'windows-nt)
     '(("Yap" ("yap -1" (mode-io-correlate " -s %n%b") " %o") "yap")
+      ("dviout" ("dviout -1 %d" (mode-io-correlate "\"# %n %b\"")) "dviout")
       ("SumatraPDF"
-       ("SumatraPDF -reuse-instance %o"
-       (mode-io-correlate " -forward-search \"%b\" %n"))
+       ("SumatraPDF -reuse-instance"
+       (mode-io-correlate " -forward-search \"%b\" %n") " %o")
        "SumatraPDF")
       ("dvips and start" "dvips %d -o && start \"\" %f" "dvips")
       ("start" "start \"\" %o")))

-----------------------------------------------------------------------

Summary of changes:
 doc/changes.texi |   11 +++++++++++
 tex.el           |    5 +++--
 2 files changed, 14 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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