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 a7b5f1adb4afd4073dca6afecb8407dab8e7a156 (commit) from 65a711ba0c9bbdf1b04991a3b305440afd23ebd9 (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 a7b5f1adb4afd4073dca6afecb8407dab8e7a156 Author: Ikumi Keita <ik...@ikumi.que.jp> Date: Thu Mar 25 12:35:54 2021 +0900 Fix documents * doc/auctex.texi (LaTeX-amsmath-label): Add multline env. and remove aligned env. since the former gets label while the latter doesn't get. (Error overview): Delete spurious "on". * doc/install.texi (Prerequisites): Raise minimum required version to 24.3. * doc/preview-faq.texi (Requirements): Add description about availability on Windows. Remove reference on table deleted before. Adapt subsection title. diff --git a/doc/auctex.texi b/doc/auctex.texi index 4342b56..b38a056 100644 --- a/doc/auctex.texi +++ b/doc/auctex.texi @@ -998,7 +998,7 @@ Prefix to use for `eqnarray' labels. @defopt LaTeX-amsmath-label Prefix to use for amsmath equation labels. Amsmath equations include -@samp{align}, @samp{alignat}, @samp{xalignat}, @samp{aligned}, +@samp{align}, @samp{alignat}, @samp{xalignat}, @samp{multline}, @samp{flalign} and @samp{gather}. @end defopt @@ -3791,7 +3791,7 @@ compiler. Show an overview of the errors and warnings occurred in the last TeX run. -In this window you can visit the error on which point is on by pressing +In this window you can visit the error on which point is by pressing @key{RET}, and visit the next or previous issue by pressing @key{n} or @key{p} respectively. A prefix argument to these keys specifies how many errors to move forward or backward. You can visit an error also by diff --git a/doc/install.texi b/doc/install.texi index a286cae..1238a26 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -96,7 +96,7 @@ the file @file{INSTALL.windows}. @end ifclear @itemize @bullet -@item GNU Emacs 24 or higher +@item GNU Emacs 24.3 or higher Using @previewlatex{} requires a version of Emacs compiled with image support. diff --git a/doc/preview-faq.texi b/doc/preview-faq.texi index 442ac9e..8c77e28 100644 --- a/doc/preview-faq.texi +++ b/doc/preview-faq.texi @@ -45,8 +45,7 @@ to @email{auctex-devel@@gnu.org}. @node Requirements, Installation Trouble, Introduction to FAQ, Frequently Asked Questions @section Requirements -@subsection Which version of (X)Emacs is needed? -See also the table at the end of the section. +@subsection Which version of Emacs is needed? @previewlatex{} nominally requires @w{GNU Emacs} with a version of at least 24.3. @@ -82,7 +81,10 @@ flavors of Unix: we have reports for HP and Solaris. There are several development versions of Emacs around for native MacOS Carbon, and @previewlatex{} is working with them, too. -With Windows, Cygwin should work. +With Windows, both native Emacs and Cygwin Emacs should work. However, it +is known that @url{https://miktex.org/,MiK@TeX{}} sometimes doesn't work +with @previewlatex{}. In that case, use +@url{https://tug.org/texlive/,@TeX{}live} instead. @node Installation Trouble, Customization, Requirements, Frequently Asked Questions @section Installation Trouble ----------------------------------------------------------------------- Summary of changes: doc/auctex.texi | 4 ++-- doc/install.texi | 2 +- doc/preview-faq.texi | 8 +++++--- 3 files changed, 8 insertions(+), 6 deletions(-) hooks/post-receive -- GNU AUCTeX _______________________________________________ auctex-diffs mailing list auctex-di...@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-diffs