[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b72dcb7b2f40d861ff90b
From: |
Mosè Giordano |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b72dcb7b2f40d861ff90bd9bea37c4aabcc9cf9c |
Date: |
Tue, 09 Feb 2016 09:04:53 +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 b72dcb7b2f40d861ff90bd9bea37c4aabcc9cf9c (commit)
from 16f3dd415aa0ef1c870f9724dda9f895f2467133 (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 b72dcb7b2f40d861ff90bd9bea37c4aabcc9cf9c
Author: Arash Esbati <address@hidden>
Date: Mon Feb 8 21:23:00 2016 +0100
Add support for SumatraPDF viewer
* doc/changes.texi: Mention support for SumatraPDF on Windows.
Fix typos.
* tex.el (TeX-view-program-list-builtin): Add support for
SumatraPDF on Windows.
Signed-off-by: Mosè Giordano <address@hidden>
diff --git a/doc/changes.texi b/doc/changes.texi
index b4d5954..b0c666b 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -16,6 +16,9 @@ Parsing of the compilation log has been reworked. You should
encounter
fewer mistaken files while navigating through errors and warnings.
@item
+Added support for SumatraPDF viewer on Windows.
+
address@hidden
Added support for Zathura viewer. Forward and inverse search requires a
recent version of the program to work (3.4 or later).
@@ -94,10 +97,10 @@ select the Mark version to be used with new option
messages in the output log of a Mark IV document.
@item
-Support for tons of @LaTeX{} packages has been addedd.
+Support for tons of @LaTeX{} packages has been added.
@item
-Numbers of bugs have been fixed, many minor features have been addedd.
+Numbers of bugs have been fixed, many minor features have been added.
@end itemize
@heading News in 11.88
diff --git a/tex.el b/tex.el
index ee11202..3c11786 100644
--- a/tex.el
+++ b/tex.el
@@ -1270,6 +1270,10 @@ the requirements are met."
(cond
((eq system-type 'windows-nt)
'(("Yap" ("yap -1" (mode-io-correlate " -s %n%b") " %o") "yap")
+ ("SumatraPDF"
+ ("SumatraPDF -reuse-instance %o"
+ (mode-io-correlate " -forward-search \"%b\" %n"))
+ "SumatraPDF")
("dvips and start" "dvips %d -o && start \"\" %f" "dvips")
("start" "start \"\" %o")))
((eq system-type 'darwin)
-----------------------------------------------------------------------
Summary of changes:
doc/changes.texi | 7 +++++--
tex.el | 4 ++++
2 files changed, 9 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. b72dcb7b2f40d861ff90bd9bea37c4aabcc9cf9c,
Mosè Giordano <=