emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 1b05afe: ; Regenerate


From: Tassilo Horn
Subject: [elpa] externals/auctex 1b05afe: ; Regenerate
Date: Fri, 17 Dec 2021 15:01:37 -0500 (EST)

branch: externals/auctex
commit 1b05afe088997c4b8093bddfa28141fe7ee171d0
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    ; Regenerate
---
 README             |   6 +-
 auctex.info        | 361 ++++++++++++++++++++++++++++++++++-------------------
 latex/preview.sty  |   2 +-
 preview-latex.info |  96 +++++++-------
 tex-site.el        |   4 +-
 5 files changed, 291 insertions(+), 178 deletions(-)

diff --git a/README b/README
index 01818f7..d462bfb 100644
--- a/README
+++ b/README
@@ -210,8 +210,10 @@ You can get its files from the AUCTeX download area
 preview-latex should already be integrated into AUCTeX, so no separate
 download will be necessary.
 
-You will also find '.rpm' files there for Fedora and possibly SuSE.
-Anonymous Git is available as well.
+Anonymous Git is available at <git://git.savannah.gnu.org/auctex.git> or
+<https://git.savannah.gnu.org/git/auctex.git>.  You can also browse the
+repository (https://git.savannah.gnu.org/cgit/auctex.git) via web
+interface.
 
 7 Contacts
 **********
diff --git a/auctex.info b/auctex.info
index 4e611f3..90b4da8 100644
--- a/auctex.info
+++ b/auctex.info
@@ -1,7 +1,7 @@
 This is auctex.info, produced by makeinfo version 6.8 from auctex.texi.
 
-This manual is for AUCTeX (version 13.0.14 from 2021-08-26), a
-sophisticated TeX environment for Emacs.
+This manual is for AUCTeX (version 13.0.14.2021-12-17 from 2021-12-17),
+a sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2021 Free Software
 Foundation, Inc.
@@ -2241,7 +2241,7 @@ or, as the first choice the value of the variable 
'TeX-default-macro'.
      ('C-u'), it's the other way round.
 
      Note that for some macros, there are special mechanisms, e.g.
-     'LaTeX-includegraphics-options-alist' and 'TeX-arg-cite-note-p'.
+     'TeX-arg-cite-note-p' and 'LaTeX-includegraphics-options-alist'.
 
    A faster alternative is to enable the option 'TeX-electric-escape'.
 
@@ -3661,7 +3661,8 @@ form.
 
      (eval-after-load "tex"
        '(add-to-list 'TeX-command-list
-                     '("Foo" "foo %s" TeX-run-command t t :help "Run foo") t))
+                     '("Foo" "foo %s" TeX-run-command t t :help "Run foo")
+                     t))
 
    As mentioned before, AUCTeX will try to guess what command you want
 to invoke.  If you want to use another command than 'TeX', 'LaTeX' or
@@ -4185,6 +4186,15 @@ front and display the output page corresponding to the 
position of point
 in the source file.  AUCTeX will automatically pass the necessary
 command line options to the viewer for this to happen.
 
+   You can also make special mouse event do forward search at the
+clicked position.  Use 'TeX-source-correlate-map'(1) and
+'TeX-view-mouse' like this:
+     (eval-after-load "tex"
+       '(define-key TeX-source-correlate-map [C-down-mouse-1]
+                    #'TeX-view-mouse))
+   This example binds 'C-down-mouse-1', which usually opens a concise
+menu to select buffer, to the command to do forward search.
+
    Upon opening the viewer you will be asked if you want to start a
 server process (Gnuserv or Emacs server) which is necessary for inverse
 search.  This happens only if there is no server running already.  You
@@ -4241,6 +4251,13 @@ Atril, you can customize the following option.
                    "wmctrl" nil nil nil "-i" "-R"
                    (frame-parameter (selected-frame) 'outer-window-id))))
 
+   ---------- Footnotes ----------
+
+   (1) The keymap name is 'TeX-source-correlate-map', not
+'TeX-source-correlate-mode-map'.  Actually, this keymap isn't
+implemented as minor mode map of 'TeX-source-correlate-mode', in order
+that its bindings don't affect buffers outside of AUCTeX.
+
 
 File: auctex.info,  Node: Debugging,  Next: Checking,  Prev: Viewing,  Up: 
Processing
 
@@ -5848,7 +5865,7 @@ usually be automatically generated from the TeX file 
anyway.
  -- Function: LaTeX-add-labels LABEL ...
      Add each LABEL to the list of known labels.
 
-5.6.4.2 Examining package/class options
+5.6.4.2 Examining Package/Class Options
 .......................................
 
 In LaTeX documents, style hooks can find the package names and those
@@ -5860,7 +5877,7 @@ options given as optional argument(s) of '\usepackage' in
      packages.  Each element is a cons cell '(PACKAGE . OPTION-LIST)'.
      For example, its value will be
             (("babel" . ("german"))
-             ("geometry" . ("a4paper" "top=2cm" "bottom=2cm" "left=2.5cm" 
"right=2.5cm"))
+             ("geometry" . ("a4paper" "top=2cm" "left=2.5cm" "right=2.5cm"))
              ...)
 
    You can examine whether there is a specific package-option pair by
@@ -5891,6 +5908,54 @@ in '\documentclass' declaration.
    These functions are also useful to implement customized predicate(s)
 in 'TeX-view-predicate-list'.  *Note Starting Viewers::.
 
+5.6.4.3 Adding Support for Option Completion
+............................................
+
+When the user inserts '\usepackage' by 'C-c C-m', AUCTeX asks for the
+optional arguments after the package name is given.  The style file of
+that package can provide completion support for the optional arguments.
+
+ -- Variable: LaTeX-PACKAGENAME-package-options
+     List of optional arguments available for the package.
+
+   Here is an excerption from 'acronym.el':
+     (defvar LaTeX-acronym-package-options
+       '("footnote" "nohyperlinks" "printonlyused" "withpage"
+         "smaller" "dua" "nolist")
+       "Package options for the acronym package.")
+
+   When the package accepts key-value style optional arguments, more
+sophisticated completion support is needed.  The package style file can
+provide dynamic completion support by custom elisp function.
+
+ -- Function: LaTeX-PACKAGENAME-package-options
+     This function should ask the user for optional arguments and return
+     them as a string, instead of built-in option query facility.  When
+     this function is defined, AUCTeX calls it with no argument.
+
+   Here is an excerption from 'acro.el':
+     (defun LaTeX-acro-package-options ()
+       "Prompt for package options for the acro package."
+       (TeX-read-key-val t LaTeX-acro-package-options-list))
+
+   As you can see in the above example, a utility function
+'TeX-read-key-val' is available to read key-value pair(s) from users.
+
+   Note that 'defvar' or 'defun' of 'LaTeX-PACKAGENAME-package-options'
+should be at the top level of the style file and not inside the style
+hook, because the style hook is not yet called when the user inputs the
+optional arguments in response to 'C-c C-m'.
+
+   There are similar facilities for class options.  When the user
+inserts '\documentclass' by 'C-c C-e', the respective class style file
+can provide completion support for the optional arguments.
+
+ -- Variable: LaTeX-CLASSNAME-class-options
+     List of optional arguments available for the class.
+
+ -- Function: LaTeX-CLASSNAME-class-options
+     Which see.
+
 
 File: auctex.info,  Node: Hacking the Parser,  Prev: Adding Other,  Up: Style 
Files
 
@@ -6016,8 +6081,8 @@ A.1 Copying this Manual
 
 The copyright notice for this manual is:
 
-   This manual is for AUCTeX (version 13.0.14 from 2021-08-26), a
-sophisticated TeX environment for Emacs.
+   This manual is for AUCTeX (version 13.0.14.2021-12-17 from
+2021-12-17), a sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2021 Free Software
 Foundation, Inc.
@@ -6526,6 +6591,14 @@ A.2 Changes and New Features
 News in 13.1
 ------------
 
+   * Now two commands 'Texindex' and 'Texi2dvi' are available when you
+     type 'C-c C-c' in Texinfo mode.  The command 'Texindex' runs
+     'texindex' on index files and 'Texi2dvi' runs 'pdftexi2dvi' or
+     'texi2dvi' according to the value of 'TeX-PDF-mode'.
+
+     So you can typeset Texinfo documents into PDF or DVI format from
+     within AUCTeX.
+
    * AUCTeX's own help messages for LaTeX errors are now shown only for
      LaTeX runs.  AUCTeX shows raw error/warning messages found in
      '.log' files for runs of formats other than LaTeX, such as plain
@@ -6541,6 +6614,15 @@ News in 13.1
      and will be removed in future release.  If your personal code uses
      these functions, use 'split-string' and 'assoc-string' instead.
 
+   * The function 'TeX-read-key-val' now accepts a function call as
+     second argument.  This change should help AUCTeX style writers who
+     use 'TeX-arg-key-val' and have to deal with dynamic key-values.
+     Example of usage:
+          (TeX-add-style-hook "foo"
+           (lambda ()
+             (TeX-add-symbols
+              '("bar" (TeX-arg-key-val (function-returning-key-val))))))
+
    * Since AUCTeX 12.2, 'C-x C-w' accidentally disabled the parse on
      save in that buffer, even when you enabled 'TeX-auto-save' option.
      This bug was fixed.
@@ -6604,6 +6686,10 @@ News in 13.1
      was meant to support latexinfo which in return was a LaTeX-2.09
      extension of Texinfo, but didn't manage to replace Texinfo.
 
+   * The style 'siunitx.el' is updated to support package version 3.
+     Key-value options provided by older package versions are removed,
+     deprecated macros and units are not supported anymore.
+
    * AUCTeX has preliminary support for LaTeX-hooks.  Hooks provided by
      LaTeX kernel are known and available for completion in
      '\AddToHook', '\RemoveFromHook' and '\AddToHookNext'.
@@ -6616,6 +6702,12 @@ News in 13.1
      directory or a relative path which would be interpreted as being
      relative to the master file in a multifile document.
 
+     Note that this feature doesn't work if the document includes sub
+     file placed in sub directory below the main file via '\include'
+     command.
+
+   * Many other bugs were fixed.
+
 News in 12.3
 ------------
 
@@ -7767,8 +7859,8 @@ A.3.1 Mid-term Goals
      As of AUCTeX 12.3, 'TeX-remove-style' is no longer used by any
      other codes.
 
-   * Document 'LaTeX-insert-into-commments' and
-     'TeX-translate-location-hook'.
+   * Document 'LaTeX-insert-into-commments',
+     'TeX-translate-location-hook', and usage of ConTeXt mode.
 
 
 File: auctex.info,  Node: Wishlist,  Next: Bugs,  Prev: Mid-term Goals,  Up: 
Development
@@ -7776,6 +7868,12 @@ File: auctex.info,  Node: Wishlist,  Next: Bugs,  Prev: 
Mid-term Goals,  Up: Dev
 A.3.2 Wishlist
 --------------
 
+   * Simplify tool bar implementation.  The library 'toolbar-x.el' was
+     developed as an abstraction layer to absorb difference between
+     XEmacs and GNU Emacs.  Now that XEmacs is no longer supported, the
+     library, together with 'tex-bar.el' as a whole, can be much
+     simplified (or even unified).
+
    * Documentation lookup for macros
 
      A parser could gather information about which macros are defined in
@@ -8407,7 +8505,7 @@ Function Index
 * align-current:                         Indenting.           (line  53)
 * ams-tex-mode:                          Modes and Hooks.     (line  22)
 * auto-fill-mode:                        Filling.             (line   6)
-* ConTeXt-mode:                          Modes and Hooks.     (line  22)
+* context-mode:                          Modes and Hooks.     (line  22)
 * doctex-mode:                           Modes and Hooks.     (line  22)
 * indent-region:                         Indenting.           (line  29)
 * japanese-latex-mode:                   Japanese.            (line   6)
@@ -8417,6 +8515,7 @@ Function Index
 * LaTeX-add-labels:                      Adding Other.        (line  16)
 * LaTeX-arg-author:                      Adding Macros.       (line 244)
 * LaTeX-arg-usepackage:                  Adding Macros.       (line 200)
+* LaTeX-CLASSNAME-class-options:         Adding Other.        (line 107)
 * LaTeX-close-environment:               Environments.        (line 101)
 * LaTeX-command-section:                 Starting a Command.  (line  41)
 * LaTeX-declare-expert-environments:     Adding Environments. (line 128)
@@ -8449,6 +8548,7 @@ Function Index
 * LaTeX-math-mode:                       Mathematics.         (line  11)
 * latex-mode:                            Modes and Hooks.     (line  22)
 * LaTeX-narrow-to-environment:           Narrowing.           (line  16)
+* LaTeX-PACKAGENAME-package-options:     Adding Other.        (line  82)
 * LaTeX-provided-class-options-member:   Adding Other.        (line  51)
 * LaTeX-provided-package-options-member: Adding Other.        (line  37)
 * LaTeX-section:                         Sectioning.          (line  21)
@@ -8535,9 +8635,9 @@ Function Index
 * TeX-insert-macro:                      Completion.          (line  68)
 * TeX-insert-quote:                      Quotes.              (line  14)
 * TeX-interactive-mode:                  Processor Options.   (line  29)
-* TeX-ispell-skip-setcar:                Selecting a Command. (line 146)
-* TeX-ispell-skip-setcdr:                Selecting a Command. (line 146)
-* TeX-ispell-tex-arg-end:                Selecting a Command. (line 166)
+* TeX-ispell-skip-setcar:                Selecting a Command. (line 147)
+* TeX-ispell-skip-setcdr:                Selecting a Command. (line 147)
+* TeX-ispell-tex-arg-end:                Selecting a Command. (line 167)
 * TeX-kill-job:                          Control.             (line   9)
 * TeX-master-file-ask:                   Multifile.           (line  70)
 * TeX-narrow-to-group:                   Narrowing.           (line  13)
@@ -8558,6 +8658,7 @@ Function Index
 * TeX-toggle-suppress-ignored-warnings:  Ignoring warnings.   (line  38)
 * TeX-view:                              Starting Viewers.    (line  11)
 * TeX-view <1>:                          I/O Correlation.     (line  42)
+* TeX-view-mouse:                        I/O Correlation.     (line  48)
 * Texinfo-mark-environment:              Marking (Texinfo).   (line  24)
 * Texinfo-mark-node:                     Marking (Texinfo).   (line  33)
 * Texinfo-mark-section:                  Marking (Texinfo).   (line   6)
@@ -8680,7 +8781,8 @@ Variable Index
 * LaTeX-babel-hyphen-after-hyphen:       European.            (line 176)
 * LaTeX-babel-hyphen-language-alist:     European.            (line 155)
 * LaTeX-begin-regexp:                    Indenting.           (line 120)
-* LaTeX-biblatex-use-Biber:              Selecting a Command. (line  51)
+* LaTeX-biblatex-use-Biber:              Selecting a Command. (line  52)
+* LaTeX-CLASSNAME-class-options:         Adding Other.        (line 104)
 * LaTeX-clean-intermediate-suffixes:     Cleaning.            (line   7)
 * LaTeX-clean-output-suffixes:           Cleaning.            (line   7)
 * LaTeX-command:                         Processor Options.   (line 121)
@@ -8730,6 +8832,7 @@ Variable Index
 * LaTeX-mode-hook:                       Modes and Hooks.     (line  22)
 * LaTeX-name:                            Sectioning.          (line  56)
 * LaTeX-Omega-command:                   Processor Options.   (line 121)
+* LaTeX-PACKAGENAME-package-options:     Adding Other.        (line  69)
 * LaTeX-paragraph-commands:              Filling.             (line  54)
 * LaTeX-provided-class-options:          Adding Other.        (line  44)
 * LaTeX-provided-package-options:        Adding Other.        (line  26)
@@ -8784,14 +8887,14 @@ Variable Index
 * TeX-bar-TeX-buttons:                   Processing.          (line  11)
 * TeX-brace-indent-level:                Indenting.           (line 100)
 * TeX-check-engine:                      Processor Options.   (line 164)
-* TeX-check-path:                        Selecting a Command. (line  67)
+* TeX-check-path:                        Selecting a Command. (line  68)
 * TeX-check-TeX:                         Processor Options.   (line 149)
 * TeX-check-TeX-command-not-found:       Processor Options.   (line 150)
 * TeX-clean-confirm:                     Cleaning.            (line  30)
 * TeX-close-quote:                       Quotes.              (line  25)
 * TeX-command:                           Processor Options.   (line 121)
 * TeX-command <1>:                       Processor Options.   (line 150)
-* TeX-command-default:                   Selecting a Command. (line  42)
+* TeX-command-default:                   Selecting a Command. (line  43)
 * TeX-command-extra-options:             Processor Options.   (line 172)
 * TeX-command-list:                      Starting a Command.  (line  16)
 * TeX-command-list <1>:                  Starting a Command.  (line  32)
@@ -8846,8 +8949,8 @@ Variable Index
 * TeX-insert-macro-default-style:        Completion.          (line  80)
 * TeX-install-font-lock:                 Font Locking.        (line  13)
 * TeX-interactive-mode:                  Processor Options.   (line  30)
-* TeX-ispell-extend-skip-list:           Selecting a Command. (line  82)
-* TeX-ispell-verb-delimiters:            Selecting a Command. (line 175)
+* TeX-ispell-extend-skip-list:           Selecting a Command. (line  83)
+* TeX-ispell-verb-delimiters:            Selecting a Command. (line 176)
 * TeX-japanese-process-input-coding-system: Japanese.         (line  95)
 * TeX-japanese-process-output-coding-system: Japanese.        (line  99)
 * TeX-language-bg-hook:                  European.            (line  51)
@@ -8884,17 +8987,18 @@ Variable Index
 * TeX-PDF-mode:                          Processor Options.   (line  16)
 * TeX-quote-after-quote:                 Quotes.              (line  29)
 * TeX-quote-language-alist:              European.            (line 142)
-* TeX-raise-frame-function:              I/O Correlation.     (line  76)
+* TeX-raise-frame-function:              I/O Correlation.     (line  85)
 * TeX-region:                            Starting a Command.  (line  32)
 * TeX-region <1>:                        Starting a Command.  (line  65)
 * TeX-save-query:                        Multifile.           (line 102)
 * TeX-show-compilation:                  Processor Options.   (line 185)
+* TeX-source-correlate-map:              I/O Correlation.     (line  48)
 * TeX-source-correlate-method:           Processor Options.   (line  48)
 * TeX-source-correlate-method <1>:       I/O Correlation.     (line  21)
 * TeX-source-correlate-mode:             Processor Options.   (line  37)
-* TeX-source-correlate-start-server:     I/O Correlation.     (line  48)
-* TeX-source-correlate-start-server <1>: I/O Correlation.     (line  54)
-* TeX-source-correlate-start-server <2>: I/O Correlation.     (line  68)
+* TeX-source-correlate-start-server:     I/O Correlation.     (line  57)
+* TeX-source-correlate-start-server <1>: I/O Correlation.     (line  63)
+* TeX-source-correlate-start-server <2>: I/O Correlation.     (line  77)
 * TeX-style-global:                      Automatic Global.    (line  19)
 * TeX-style-local:                       Automatic Local.     (line  16)
 * TeX-style-path:                        Automatic.           (line  38)
@@ -8972,6 +9076,8 @@ Concept Index
 * Adding labels:                         Adding Other.        (line   6)
 * Adding macros:                         Adding Macros.       (line   6)
 * Adding other information:              Adding Other.        (line   6)
+* Adding support for completion of package/class options: Adding Other.
+                                                              (line   6)
 * Adding to PATH in Windows:             Installation under MS Windows.
                                                               (line  42)
 * align.el:                              Indenting.           (line  53)
@@ -8982,7 +9088,7 @@ Concept Index
                                                               (line   6)
 * ASCII pTeX <1>:                        Japanese.            (line   6)
 * auctex.el:                             Loading the package. (line  10)
-* auctex.el <1>:                         Changes.             (line 760)
+* auctex.el <1>:                         Changes.             (line 787)
 * auto directories.:                     Automatic.           (line   6)
 * auto-fill-mode:                        Indenting.           (line  29)
 * Auto-Reveal:                           Folding.             (line   6)
@@ -8991,8 +9097,8 @@ Concept Index
 * Automatic Parsing:                     Parsing Files.       (line   6)
 * Automatic updating style hooks:        Automatic Local.     (line   6)
 * Bad boxes:                             Debugging.           (line   6)
-* Biber:                                 Selecting a Command. (line  46)
-* biblatex:                              Selecting a Command. (line  46)
+* Biber:                                 Selecting a Command. (line  47)
+* biblatex:                              Selecting a Command. (line  47)
 * Bibliographies, adding:                Adding Other.        (line   6)
 * Bibliography:                          Commands.            (line   6)
 * bibliography, completion:              Completion.          (line 154)
@@ -9119,7 +9225,7 @@ Concept Index
 * ISO 8859 Latin 1:                      European.            (line   6)
 * ISO Character set:                     European.            (line   6)
 * iso-cvt.el:                            European.            (line  29)
-* ispell:                                Selecting a Command. (line  73)
+* ispell:                                Selecting a Command. (line  74)
 * ispell <1>:                            European.            (line  38)
 * Italian:                               European.            (line  51)
 * Itemize:                               Itemize-like.        (line   6)
@@ -9269,6 +9375,8 @@ Concept Index
 * superscript:                           Mathematics.         (line  64)
 * Superscript, fontification of:         Fontification of math.
                                                               (line   6)
+* support for completion of package/class options, Adding: Adding Other.
+                                                              (line   6)
 * Swedish:                               European.            (line  51)
 * Symbols:                               Mathematics.         (line   6)
 * SyncTeX:                               Processor Options.   (line  36)
@@ -9285,7 +9393,7 @@ Concept Index
                                                               (line 252)
 * tex-site.el:                           Loading the package. (line  10)
 * tex-site.el <1>:                       Customizing.         (line   6)
-* tex-site.el <2>:                       Changes.             (line 760)
+* tex-site.el <2>:                       Changes.             (line 787)
 * tool bar, toolbar:                     Processing.          (line  11)
 * Trailer:                               Commands.            (line   6)
 * Underfull boxes:                       Debugging.           (line   6)
@@ -9307,104 +9415,105 @@ Concept Index
 
 
 Tag Table:
-Node: Top918
-Node: Copying7374
-Node: Introduction9319
-Node: Summary9589
-Node: Installation12322
-Node: Prerequisites14295
-Node: Configure16494
-Node: Build/install and uninstall21072
-Node: Loading the package21825
-Node: Advice for package providers23518
-Node: Advice for non-privileged users26323
-Node: Installation under MS Windows31669
-Node: Customizing45291
-Node: Quick Start46876
-Ref: Quick Start-Footnote-148997
-Node: Editing Facilities49091
-Node: Processing Facilities53786
-Node: Editing58515
-Node: Quotes59845
-Node: Font Specifiers68285
-Node: Sectioning70353
-Node: Environments74872
-Node: Equations80025
-Node: Floats80617
-Node: Itemize-like82621
-Node: Tabular-like83343
-Node: Customizing Environments85116
-Node: Mathematics85356
-Node: Completion88792
-Node: Marking95823
-Node: Marking (LaTeX)96447
-Node: Marking (Texinfo)97389
-Node: Commenting99000
-Node: Indenting100325
-Node: Filling106339
-Node: Display112211
-Node: Font Locking114706
-Node: Fontification of macros116785
-Node: Fontification of quotes126301
-Node: Fontification of math127795
-Node: Verbatim content131463
-Node: Faces132237
-Node: Known problems132734
-Node: Folding133731
-Node: Outline144504
-Node: Narrowing145783
-Node: Prettifying146852
-Node: Processing148089
-Node: Commands149417
-Node: Starting a Command149973
-Node: Selecting a Command154888
-Node: Processor Options163986
-Node: Viewing174379
-Node: Starting Viewers174753
-Node: I/O Correlation180403
-Node: Debugging185632
-Node: Ignoring warnings188250
-Node: Error overview190309
-Node: Checking192217
-Node: Control193833
-Node: Cleaning195942
-Node: Documentation197301
-Node: Customization198016
-Node: Modes and Hooks198509
-Node: Multifile200397
-Node: Parsing Files205129
-Node: Internationalization210118
-Node: European211466
-Node: Japanese218945
-Node: Automatic224009
-Node: Automatic Global226500
-Node: Automatic Private227632
-Node: Automatic Local228968
-Node: Style Files229999
-Node: Simple Style230805
-Node: Adding Macros234526
-Node: Adding Environments244025
-Node: Adding Other248689
-Node: Hacking the Parser251238
-Node: Appendices255227
-Node: Copying this Manual255523
-Node: GNU Free Documentation License256407
-Node: Changes281528
-Node: Development332831
-Node: Mid-term Goals333477
-Node: Wishlist335421
-Node: Bugs340869
-Node: FAQ341970
-Node: Texinfo mode347157
-Node: Exploiting348291
-Node: Superseding349109
-Node: Mapping353340
-Node: Unbinding355175
-Node: Indices355996
-Node: Key Index356159
-Node: Function Index363688
-Node: Variable Index375447
-Node: Concept Index400223
+Node: Top929
+Node: Copying7385
+Node: Introduction9330
+Node: Summary9600
+Node: Installation12333
+Node: Prerequisites14306
+Node: Configure16505
+Node: Build/install and uninstall21083
+Node: Loading the package21836
+Node: Advice for package providers23529
+Node: Advice for non-privileged users26334
+Node: Installation under MS Windows31680
+Node: Customizing45302
+Node: Quick Start46887
+Ref: Quick Start-Footnote-149008
+Node: Editing Facilities49102
+Node: Processing Facilities53797
+Node: Editing58526
+Node: Quotes59856
+Node: Font Specifiers68296
+Node: Sectioning70364
+Node: Environments74883
+Node: Equations80036
+Node: Floats80628
+Node: Itemize-like82632
+Node: Tabular-like83354
+Node: Customizing Environments85127
+Node: Mathematics85367
+Node: Completion88803
+Node: Marking95834
+Node: Marking (LaTeX)96458
+Node: Marking (Texinfo)97400
+Node: Commenting99011
+Node: Indenting100336
+Node: Filling106350
+Node: Display112222
+Node: Font Locking114717
+Node: Fontification of macros116796
+Node: Fontification of quotes126312
+Node: Fontification of math127806
+Node: Verbatim content131474
+Node: Faces132248
+Node: Known problems132745
+Node: Folding133742
+Node: Outline144515
+Node: Narrowing145794
+Node: Prettifying146863
+Node: Processing148100
+Node: Commands149428
+Node: Starting a Command149984
+Node: Selecting a Command154899
+Node: Processor Options164018
+Node: Viewing174411
+Node: Starting Viewers174785
+Node: I/O Correlation180435
+Ref: I/O Correlation-Footnote-1186111
+Node: Debugging186361
+Node: Ignoring warnings188979
+Node: Error overview191038
+Node: Checking192946
+Node: Control194562
+Node: Cleaning196671
+Node: Documentation198030
+Node: Customization198745
+Node: Modes and Hooks199238
+Node: Multifile201126
+Node: Parsing Files205858
+Node: Internationalization210847
+Node: European212195
+Node: Japanese219674
+Node: Automatic224738
+Node: Automatic Global227229
+Node: Automatic Private228361
+Node: Automatic Local229697
+Node: Style Files230728
+Node: Simple Style231534
+Node: Adding Macros235255
+Node: Adding Environments244754
+Node: Adding Other249418
+Node: Hacking the Parser254018
+Node: Appendices258007
+Node: Copying this Manual258303
+Node: GNU Free Documentation License259198
+Node: Changes284319
+Node: Development336760
+Node: Mid-term Goals337406
+Node: Wishlist339374
+Node: Bugs345134
+Node: FAQ346235
+Node: Texinfo mode351422
+Node: Exploiting352556
+Node: Superseding353374
+Node: Mapping357605
+Node: Unbinding359440
+Node: Indices360261
+Node: Key Index360424
+Node: Function Index367953
+Node: Variable Index379931
+Node: Concept Index404926
 
 End Tag Table
 
diff --git a/latex/preview.sty b/latex/preview.sty
index 13c026f..79722c9 100644
--- a/latex/preview.sty
+++ b/latex/preview.sty
@@ -26,7 +26,7 @@
 \NeedsTeXFormat{LaTeX2e} \def\reserved@a #1#2$#3:
 #4${\xdef#1{\reserved@c #2#4 $}} \def\reserved@c #1 #2${#1}
 \begingroup \catcode`\_=12
-\reserved@a\pr@version $Name: release_12_3 $ \ifx\pr@version\@empty
+\reserved@a\pr@version $Name: release_13_1 $ \ifx\pr@version\@empty
 \reserved@a\pr@version CVS-$Revision: 1.126 $ \endgroup \else
   \def\next release_{} \lccode`\_=`.
   \edef\next{\lowercase{\endgroup
diff --git a/preview-latex.info b/preview-latex.info
index c449832..29c4b1c 100644
--- a/preview-latex.info
+++ b/preview-latex.info
@@ -2,7 +2,7 @@ This is preview-latex.info, produced by makeinfo version 6.8 
from
 preview-latex.texi.
 
 This manual is for preview-latex, a LaTeX preview mode for AUCTeX
-(version 13.0.14 from 2021-08-26).
+(version 13.0.14.2021-12-17 from 2021-12-17).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021
 Free Software Foundation, Inc.
@@ -241,8 +241,10 @@ You can get its files from the AUCTeX download area
 preview-latex should already be integrated into AUCTeX, so no separate
 download will be necessary.
 
-   You will also find '.rpm' files there for Fedora and possibly SuSE.
-Anonymous Git is available as well.
+   Anonymous Git is available at <git://git.savannah.gnu.org/auctex.git>
+or <https://git.savannah.gnu.org/git/auctex.git>.  You can also browse
+the repository (https://git.savannah.gnu.org/cgit/auctex.git) via web
+interface.
 
 
 File: preview-latex.info,  Node: Contacts,  Prev: Availability,  Up: 
Introduction
@@ -286,7 +288,7 @@ File: preview-latex.info,  Node: Keys and lisp,  Next: 
Simple customization,  Pr
 ********************************************
 
 preview-latex adds key bindings starting with 'C-c C-p' to the supported
-modes of AUCTeX (*note (auctex)Key Index::).  It will also add its own
+modes of AUCTeX (*Note (auctex)Key Index::).  It will also add its own
 'Preview' menu in the menu bar, as well as an icon in the toolbar.
 
    The following only describes the interactive use: view the
@@ -654,16 +656,16 @@ File: preview-latex.info,  Node: x-symbol interoperation, 
 Next: Middle-clicks p
 Thanks to the work of Christoph Wedler, starting with version
 '4.0h/beta' of x-symbol, the line parsing of AUCTeX and preview-latex is
 fully supported.  Earlier versions exhibit problems.  However, versions
-before 4.2.2 will cause a drastic slowdown of preview-latex's parsing
+before '4.2.2' will cause a drastic slowdown of preview-latex's parsing
 pass, so we don't recommend to use versions earlier than that.
 
    If you wonder what x-symbol is, it is a package that transforms
 various tokens and subscripts to a more readable form while editing and
 offers a few input methods handy especially for dealing with math.  Take
-a look at <http://x-symbol.sourceforge.net>.
+a look at <http://x-symbol.sourceforge.net/>.
 
-   x-symbol versions up to 4.5.1-beta at least require an 8bit-clean TeX
-implementation (meaning that its terminal output should not use
+   x-symbol versions up to '4.5.1-beta' at least require an 8bit-clean
+TeX implementation (meaning that its terminal output should not use
 '^^'-started escape sequences) for cooperation with preview-latex.
 Later versions may get along without it, like preview-latex does now.
 
@@ -1319,7 +1321,7 @@ together in making preview-latex work as intended.
      the setting of 'preview-fast-conversion'.  The printer specified
      here is '-Pwww' by default, which will usually get you scalable
      fonts where available.  If you are experiencing problems, you might
-     want to try playing around with Dvips options (*note
+     want to try playing around with Dvips options (*Note
      (dvips)Command-line options::).
 
      The conversion of the previews into PostScript or EPS files gets
@@ -1906,7 +1908,7 @@ Appendix C Copying this Manual
 The copyright notice for this manual is:
 
    This manual is for preview-latex, a LaTeX preview mode for AUCTeX
-(version 13.0.14 from 2021-08-26).
+(version 13.0.14.2021-12-17 from 2021-12-17).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021
 Free Software Foundation, Inc.
@@ -2534,43 +2536,43 @@ Index
 
 
 Tag Table:
-Node: Top960
-Node: Copying2232
-Node: Introduction2686
-Node: What use is it?3360
-Node: Activating preview-latex4749
-Node: Getting started5500
-Node: Basic modes of operation7447
-Node: More documentation8652
-Node: Availability9521
-Node: Contacts10130
-Node: Installation11403
-Node: Keys and lisp11604
-Node: Simple customization18679
-Node: Known problems24341
-Node: Font problems with Dvips25167
-Node: Too small bounding boxes26337
-Node: x-symbol interoperation27733
-Node: Middle-clicks paste instead of toggling29116
-Node: No images are displayed with gs 9.27 and earlier29801
-Node: For advanced users32443
-Node: The LaTeX style file32902
-Node: Package options35464
-Node: Provided commands46368
-Node: The Emacs interface53713
-Node: The preview images62415
-Node: Misplaced previews66172
-Node: ToDo69628
-Node: Frequently Asked Questions74405
-Node: Introduction to FAQ74728
-Node: Requirements75067
-Node: Installation Trouble77035
-Node: Customization79299
-Node: Troubleshooting82375
-Node: Other formats84885
-Node: Copying this Manual86200
-Node: GNU Free Documentation License87147
-Node: Index112271
+Node: Top971
+Node: Copying2243
+Node: Introduction2697
+Node: What use is it?3371
+Node: Activating preview-latex4760
+Node: Getting started5511
+Node: Basic modes of operation7458
+Node: More documentation8663
+Node: Availability9532
+Node: Contacts10259
+Node: Installation11532
+Node: Keys and lisp11733
+Node: Simple customization18808
+Node: Known problems24470
+Node: Font problems with Dvips25296
+Node: Too small bounding boxes26466
+Node: x-symbol interoperation27862
+Node: Middle-clicks paste instead of toggling29250
+Node: No images are displayed with gs 9.27 and earlier29935
+Node: For advanced users32577
+Node: The LaTeX style file33036
+Node: Package options35598
+Node: Provided commands46502
+Node: The Emacs interface53847
+Node: The preview images62549
+Node: Misplaced previews66306
+Node: ToDo69762
+Node: Frequently Asked Questions74539
+Node: Introduction to FAQ74862
+Node: Requirements75201
+Node: Installation Trouble77169
+Node: Customization79433
+Node: Troubleshooting82509
+Node: Other formats85019
+Node: Copying this Manual86334
+Node: GNU Free Documentation License87292
+Node: Index112416
 
 End Tag Table
 
diff --git a/tex-site.el b/tex-site.el
index 4dcebdf..0c9d205 100644
--- a/tex-site.el
+++ b/tex-site.el
@@ -157,11 +157,11 @@ set it with `TeX-modes-set'."
                        `(TeX-modes-set ',var ,var t))
                      (setq list (cdr list)))))) )
 
-(defconst AUCTeX-version "13.0.14"
+(defconst AUCTeX-version "13.0.14.2021-12-17"
     "AUCTeX version.
 If not a regular release, the date of the last change.")
 
-(defconst AUCTeX-date "2021-08-26"
+(defconst AUCTeX-date "2021-12-17"
   "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.")
 
 ;; Store bibitems when saving a BibTeX buffer



reply via email to

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