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

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

[elpa] externals/auctex 35a4cfc: Release GNU AUCTeX 11.88.9


From: Tassilo Horn
Subject: [elpa] externals/auctex 35a4cfc: Release GNU AUCTeX 11.88.9
Date: Mon, 19 Oct 2015 09:16:29 +0000

branch: externals/auctex
commit 35a4cfc6369a25be1243717b3590c26c72bcb0ee
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Release GNU AUCTeX 11.88.9
    
    * Version 11.88.9 released.
---
 ChangeLog          |    4 +
 auctex.el          |    2 +-
 auctex.info        |  315 +++++++++++++++++++++++++++++++---------------------
 preview-latex.info |    4 +-
 tex-site.el        |    4 +-
 5 files changed, 195 insertions(+), 134 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0734420..2c59fef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-19  Tassilo Horn  <address@hidden>
+
+       * Version 11.88.9 released.
+
 2015-10-19  Mos� Giordano  <address@hidden>
 
        * tex-buf.el (TeX-command): Check that AUCTeX can find a working
diff --git a/auctex.el b/auctex.el
index 803087a..9ca57e1 100644
--- a/auctex.el
+++ b/auctex.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
 
-;; Version: 11.88.8
+;; Version: 11.88.9
 ;; URL: http://www.gnu.org/software/auctex/
 ;; Maintainer: address@hidden
 
diff --git a/auctex.info b/auctex.info
index 78ccc72..5fe1da8 100644
--- a/auctex.info
+++ b/auctex.info
@@ -1,9 +1,9 @@
 This is auctex.info, produced by makeinfo version 5.2 from auctex.texi.
 
-This manual is for AUCTeX (version 11.88.8 from 2015-08-28), a
+This manual is for AUCTeX (version 11.88.9 from 2015-10-19), a
 sophisticated TeX environment for Emacs.
 
-   Copyright (C) 1992-1995, 2001, 2002, 2004-2014 Free Software
+   Copyright (C) 1992-1995, 2001, 2002, 2004-2015 Free Software
 Foundation, Inc.
 
      Permission is granted to copy, distribute and/or modify this
@@ -1331,6 +1331,12 @@ afterwards--the same holds for BibTeX.
 suggest to run a viewer, or you can chose to create a PostScript file
 using 'dvips', or to directly print it.
 
+   Actually, there is another command which comes in handy to compile
+documents: type 'C-c C-a' ('TeX-command-run-all') and AUCTeX will
+compile the document for you until it is ready and then run the viewer.
+This is the same as issuing repeatedly 'C-c C-c' and letting AUCTeX
+guess the next command to run.
+
    At this place, a warning needs to be given: First, although AUCTeX is
 really good in detecting the standard situations when an additional
 'latex' run is necessary, it cannot detect it always.  Second, the
@@ -1364,6 +1370,13 @@ easy to memorize:
 'C-c C-t C-o'
      toggles usage of Omega/lambda.
 
+   There is also another possibility: compile the document with 'tex'
+(or 'latex') and then convert the resulting DVI file to PDF using
+'dvips'-'ps2pdf' sequence.  If you want to go by this route, when
+'TeX-PDF-via-dvips-ps2pdf' variable is non-nil, AUCTeX will suggest you
+to run the appropriate command when you type 'C-C C-c'.  For details,
+see *note Processor Options::.
+
 1.3.2.3 Debugging LaTeX
 .......................
 
@@ -1380,6 +1393,10 @@ repeated until all errors have been dealt with.  By 
pressing 'C-c C-w'
 ('TeX-toggle-debug-boxes') you can toggle whether AUCTeX should notify
 you of overfull and underfull boxes in addition to regular errors.
 
+   If you have a recent version of GNU Emacs (24 or later), issue 'M-x
+TeX-error-overview RET' to see a nicely formatted list of all errors and
+warnings reported by the compiler.
+
    If a command got stuck in a seemingly infinite loop, or you want to
 stop execution for other reasons, you can use 'C-c C-k' (for "kill").
 Similar to 'C-l', which centers the buffer you are in around your
@@ -3425,6 +3442,16 @@ current buffer is not its own master file.
      the master file.  The command is then actually run on the region
      file.  See 'TeX-command-region' for details.
 
+   It is also possible to compile automatically the whole document until
+it is ready with a single command: 'TeX-command-run-all'.
+
+ -- Command: TeX-command-run-all
+     ('C-c C-a') Compile the current document until an error occurs or
+     it is finished.  If compilation finishes successfully, run the
+     viewer at the end.
+
+   Here are some relevant variables.
+
  -- User Option: TeX-region
      The name of the file for temporarily storing the text when
      formatting the current region.
@@ -3595,6 +3622,28 @@ are printed with.
      document.  In particular, fine-tuning the page breaks should be
      done with source specials switched off.
 
+   Sometimes you are requested, by journal rules or packages, to compile
+the document into DVI output.  Thus, if you want a PDF document in the
+end you can either use XeTeX engine, see below for information about how
+to set engines, or compile the document with 'tex' and then convert to
+PDF with 'dvips'-'ps2pdf' before viewing it.  The latter can be done
+automatically in AUCTeX by setting the 'TeX-PDF-via-dvips-ps2pdf'
+variable to a non-nil value.
+
+ -- User Option: TeX-PDF-via-dvips-ps2pdf
+     With 'TeX-PDF-mode' set to non-nil, if 'TeX-PDF-via-dvips-ps2pdf'
+     is non-nil too, the document is compiled with 'tex' (or 'latex')
+     instead of 'pdftex' (or 'pdflatex').  When the document is ready,
+     'C-c C-c' will suggest to run 'dvips' and then 'ps2pdf' in order to
+     convert the DVI file to PDF.  When the PDF file is finally ready,
+     the next suggested command will be to open the viewer.
+
+     This option can also be set as a file local variable, in order to
+     use the sequence 'tex'-'dvips'-'ps2pdf' on a per-document basis.
+
+     Recall the whole sequence of 'C-c C-c' commands can be replace by
+     the single 'C-c C-a'.
+
    AUCTeX also allows you to easily select different TeX engines for
 processing, either by using the entries in the 'TeXing Options' submenu
 below the 'Command' menu or by calling the function 'TeX-engine-set'.
@@ -3641,7 +3690,7 @@ to add support for engines not covered per default.
      available.
 
    Some LaTeX packages requires the document to be compiled with a
-specific engine.  Notably examples are fontspec and polyglossia
+specific engine.  Notable examples are fontspec and polyglossia
 packages, which require LuaTeX and XeTeX engines.  If you try to compile
 a document which loads one of such packages and the set engine is not
 one of those allowed you will be asked to select a different engine
@@ -3765,25 +3814,26 @@ one of them or add your own definitions, you can do so 
via the variables
      can be conditionalized by prefixing them with predicates from
      'TeX-view-predicate-list' or 'TeX-view-predicate-list-builtin'.
      (See the doc string for the exact format to use.)  The command line
-     can also contain placeholders as defined in 'TeX-expand-list' which
-     are expanded before the viewer is called.
+     can also contain placeholders as defined in 'TeX-expand-list' and
+     'TeX-expand-list-builtin' which are expanded before the viewer is
+     called.
 
      The third element of each item is a string, or a list of strings,
      with the name of the executable, or executables, needed to open the
      output file in the viewer.  Placeholders defined in
-     'TeX-expand-list' can be used here.  This element is optional and
-     is used to check whether the viewer is actually available on the
-     system.
+     'TeX-expand-list' and 'TeX-expand-list-builtin' can be used here.
+     This element is optional and is used to check whether the viewer is
+     actually available on the system.
 
      A built-in viewer spec from 'TeX-view-program-list-builtin' can be
      overwritten by defining a new viewer spec with the same name.
 
    Note that the viewer selection and invocation as described above will
 only work if certain default settings in AUCTeX are intact.  For one,
-the whole viewer selection machinery will only be triggered if the '%V'
-expander in 'TeX-expand-list' is unchanged.  So if you have trouble with
-the viewer invocation you might check if there is an older customization
-of the variable in place.  In addition, the use of a function in
+the whole viewer selection machinery will only be triggered if there is
+no '%V' expander in 'TeX-expand-list'.  So if you have trouble with the
+viewer invocation you might check if there is an older customization of
+the variable in place.  In addition, the use of a function in
 'TeX-view-program-list' only works if the View command in
 'TeX-command-list' makes use of the hook 'TeX-run-discard-or-function'.
 
@@ -5404,10 +5454,10 @@ A.1 Copying this Manual
 
 The copyright notice for this manual is:
 
-   This manual is for AUCTeX (version 11.88.8 from 2015-08-28), a
+   This manual is for AUCTeX (version 11.88.9 from 2015-10-19), a
 sophisticated TeX environment for Emacs.
 
-   Copyright (C) 1992-1995, 2001, 2002, 2004-2014 Free Software
+   Copyright (C) 1992-1995, 2001, 2002, 2004-2015 Free Software
 Foundation, Inc.
 
      Permission is granted to copy, distribute and/or modify this
@@ -5914,22 +5964,38 @@ A.2 Changes and New Features
 News since 11.88
 ================
 
+   * You can now run all commands needed to compile a document and then
+     open the viewer with a single command: 'TeX-command-run-all', bound
+     to 'C-c C-a'.
+
    * Commands such as LaTeX and View can now be executed conveniently on
      the current section (or part, chapter, subsection, etc).  See
      'LaTeX-command-section' and 'LaTeX-command-section-change-level'.
-     Also see the documentation at *Note Starting a Command::.
+     *Note Starting a Command::, for details.
 
    * Forward and backward search with Evince now also work when only a
      region of the document is compiled/viewed.
 
+   * With new option 'TeX-PDF-via-dvips-ps2pdf' it is possible to
+     compile a document to DVI and then convert it to PDF using
+     'dvips'-'ps2pdf' before viewing it.
+
    * New option 'TeX-file-line-error' allows to select file:line:error
      style for error messages.
 
    * Indent '\[...\]' math mode as a regular environment by default.
 
+   * Now AUCTeX suggests to run 'makeindex' when appropriate.
+
    * 'TeX-view-program-list' can contain, as third optional element of
      each item, the name of the executable(s) needed to open the viewer.
 
+   * 'TeX-expand-list' variable has been split into 'TeX-expand-list'
+     and 'TeX-expand-list-builtin'.  Only the former is intended to be
+     customized by the user, the latter contains built-in expanders.
+     You might want to keep in 'TeX-expand-list' only new expansion
+     strings.
+
    * When new option 'TeX-check-engine' is non-nil, before running LaTeX
      commands AUCTeX will check whether the correct engine has been set,
      based upon known restrictions posed by LaTeX packages.
@@ -6750,8 +6816,6 @@ A.3.2 Wishlist
      This default value for TeX-master could then be controled with
      mapping based on the extension.
 
-   * Suggest 'makeindex' when appropriate.
-
    * Use index files (when available) to speed up 'C-c C-m include
      <RET>'.
 
@@ -6790,16 +6854,6 @@ A.3.2 Wishlist
      other stuff.  Suggested by John Interrante
      '<address@hidden>'.
 
-   * Make features.
-
-     A new command 'TeX-update' ('C-c C-u') could be used to create an
-     up-to-date dvi file by repeatedly running BibTeX, MakeIndex and
-     (La)TeX, until an error occurs or we are done.
-
-     An alternative is to have an 'Update' command that ensures the
-     'dvi' file is up to date.  This could be called before printing and
-     previewing.
-
    * Documentation of variables that can be set in a style hook.
 
      We need a list of what can safely be done in an ordinary style
@@ -7250,6 +7304,7 @@ Key Index
 * C-c . <1>:                             Marking (Texinfo).   (line  25)
 * C-c ;:                                 Commenting.          (line  15)
 * C-c ?:                                 Documentation.       (line   7)
+* C-c C-a:                               Starting a Command.  (line  59)
 * C-c C-b:                               Starting a Command.  (line  35)
 * C-c C-c:                               Starting a Command.  (line  13)
 * C-c C-d:                               Multifile.           (line  97)
@@ -7298,7 +7353,7 @@ Key Index
 * C-c C-t C-b:                           Debugging.           (line  47)
 * C-c C-t C-i:                           Processor Options.   (line  30)
 * C-c C-t C-p:                           Processor Options.   (line  16)
-* C-c C-t C-r:                           Starting a Command.  (line  75)
+* C-c C-t C-r:                           Starting a Command.  (line  85)
 * C-c C-t C-s:                           Processor Options.   (line  37)
 * C-c C-t C-w:                           Debugging.           (line  51)
 * C-c C-v:                               Starting Viewers.    (line  12)
@@ -7424,6 +7479,7 @@ Function Index
 * TeX-command-buffer:                    Starting a Command.  (line  34)
 * TeX-command-master:                    Starting a Command.  (line  12)
 * TeX-command-region:                    Starting a Command.  (line  18)
+* TeX-command-run-all:                   Starting a Command.  (line  58)
 * TeX-comment-or-uncomment-paragraph:    Commenting.          (line  22)
 * TeX-comment-or-uncomment-region:       Commenting.          (line  14)
 * TeX-complete-symbol:                   Completion.          (line  18)
@@ -7458,7 +7514,7 @@ Function Index
 * TeX-next-error:                        Debugging.           (line  11)
 * TeX-normal-mode:                       Parsing Files.       (line  43)
 * TeX-PDF-mode:                          Processor Options.   (line  15)
-* TeX-pin-region:                        Starting a Command.  (line  74)
+* TeX-pin-region:                        Starting a Command.  (line  84)
 * TeX-previous-error:                    Debugging.           (line  26)
 * TeX-read-key-val:                      Adding Macros.       (line 243)
 * TeX-recenter-output-buffer:            Control.             (line  13)
@@ -7486,9 +7542,9 @@ Variable Index
 * AmS-TeX-mode-hook:                     Modes and Hooks.     (line  21)
 * ConTeXt-clean-intermediate-suffixes:   Cleaning.            (line   7)
 * ConTeXt-clean-output-suffixes:         Cleaning.            (line   7)
-* ConTeXt-engine:                        Processor Options.   (line  84)
+* ConTeXt-engine:                        Processor Options.   (line 106)
 * ConTeXt-mode-hook:                     Modes and Hooks.     (line  21)
-* ConTeXt-Omega-engine:                  Processor Options.   (line  84)
+* ConTeXt-Omega-engine:                  Processor Options.   (line 106)
 * docTeX-clean-intermediate-suffixes:    Cleaning.            (line   7)
 * docTeX-clean-output-suffixes:          Cleaning.            (line   7)
 * docTeX-mode-hook:                      Modes and Hooks.     (line  21)
@@ -7582,7 +7638,7 @@ Variable Index
 * LaTeX-biblatex-use-Biber:              Selecting a Command. (line  51)
 * LaTeX-clean-intermediate-suffixes:     Cleaning.            (line   7)
 * LaTeX-clean-output-suffixes:           Cleaning.            (line   7)
-* LaTeX-command:                         Processor Options.   (line  84)
+* LaTeX-command:                         Processor Options.   (line 106)
 * LaTeX-csquotes-close-quote:            Quotes.              (line  43)
 * LaTeX-csquotes-open-quote:             Quotes.              (line  43)
 * LaTeX-csquotes-quote-after-quote:      Quotes.              (line  43)
@@ -7624,7 +7680,7 @@ Variable Index
 * LaTeX-math-list:                       Mathematics.         (line  36)
 * LaTeX-math-menu-unicode:               Mathematics.         (line  54)
 * LaTeX-mode-hook:                       Modes and Hooks.     (line  21)
-* LaTeX-Omega-command:                   Processor Options.   (line  84)
+* LaTeX-Omega-command:                   Processor Options.   (line 106)
 * LaTeX-paragraph-commands:              Filling.             (line  55)
 * LaTeX-section-hook:                    Sectioning.          (line  40)
 * LaTeX-section-hook <1>:                Sectioning.          (line  48)
@@ -7667,13 +7723,13 @@ Variable Index
 * TeX-auto-save:                         Parsing Files.       (line  40)
 * TeX-auto-untabify:                     Parsing Files.       (line  57)
 * TeX-brace-indent-level:                Indenting.           (line 102)
-* TeX-check-engine:                      Processor Options.   (line 114)
+* TeX-check-engine:                      Processor Options.   (line 136)
 * TeX-check-path:                        Selecting a Command. (line  67)
 * TeX-clean-confirm:                     Cleaning.            (line  26)
 * TeX-close-quote:                       Quotes.              (line  25)
-* TeX-command:                           Processor Options.   (line  84)
+* TeX-command:                           Processor Options.   (line 106)
 * TeX-command-default:                   Selecting a Command. (line  42)
-* TeX-command-extra-options:             Processor Options.   (line 122)
+* TeX-command-extra-options:             Processor Options.   (line 144)
 * TeX-command-list:                      Starting a Command.  (line  16)
 * TeX-command-list <1>:                  Starting a Command.  (line  32)
 * TeX-command-list <2>:                  Selecting a Command. (line  14)
@@ -7688,15 +7744,15 @@ Variable Index
 * TeX-electric-escape:                   Completion.          (line  58)
 * TeX-electric-math:                     Quotes.              (line  72)
 * TeX-electric-sub-and-superscript:      Mathematics.         (line  68)
-* TeX-engine:                            Processor Options.   (line  67)
-* TeX-engine-alist:                      Processor Options.   (line  84)
-* TeX-engine-alist <1>:                  Processor Options.   (line  95)
-* TeX-engine-alist-builtin:              Processor Options.   (line  84)
+* TeX-engine:                            Processor Options.   (line  89)
+* TeX-engine-alist:                      Processor Options.   (line 106)
+* TeX-engine-alist <1>:                  Processor Options.   (line 117)
+* TeX-engine-alist-builtin:              Processor Options.   (line 106)
 * TeX-error-overview-frame-parameters:   Error overview.      (line  41)
 * TeX-error-overview-open-after-TeX-run: Error overview.      (line  23)
 * TeX-error-overview-setup:              Error overview.      (line  32)
 * TeX-expand-list:                       Selecting a Command. (line  14)
-* TeX-file-line-error:                   Processor Options.   (line 142)
+* TeX-file-line-error:                   Processor Options.   (line 164)
 * TeX-file-recurse:                      Automatic.           (line  44)
 * TeX-fold-auto:                         Folding.             (line  71)
 * TeX-fold-command-prefix:               Folding.             (line 146)
@@ -7713,7 +7769,7 @@ Variable Index
 * TeX-fold-unspec-use-name:              Folding.             (line 212)
 * TeX-font-list:                         Font Specifiers.     (line  48)
 * TeX-header-end:                        Starting a Command.  (line  32)
-* TeX-header-end <1>:                    Starting a Command.  (line  59)
+* TeX-header-end <1>:                    Starting a Command.  (line  69)
 * TeX-ignore-file:                       Automatic.           (line  52)
 * TeX-insert-braces:                     Completion.          (line  76)
 * TeX-insert-braces-alist:               Completion.          (line  79)
@@ -7739,20 +7795,21 @@ Variable Index
 * TeX-master <2>:                        Multifile.           (line  40)
 * TeX-newline-function:                  Indenting.           (line  29)
 * TeX-newline-function <1>:              Indenting.           (line 110)
-* TeX-Omega-command:                     Processor Options.   (line  84)
+* TeX-Omega-command:                     Processor Options.   (line 106)
 * TeX-one-master:                        Multifile.           (line  55)
 * TeX-open-quote:                        Quotes.              (line  21)
 * TeX-outline-extra:                     Outline.             (line  13)
-* TeX-output-view-style:                 Starting Viewers.    (line 104)
+* TeX-output-view-style:                 Starting Viewers.    (line 105)
 * TeX-parse-all-errors:                  Debugging.           (line  35)
 * TeX-parse-self:                        Parsing Files.       (line  37)
 * TeX-PDF-mode:                          Processor Options.   (line  16)
+* TeX-PDF-via-dvips-ps2pdf:              Processor Options.   (line  69)
 * TeX-quote-after-quote:                 Quotes.              (line  29)
 * TeX-quote-language-alist:              European.            (line 126)
 * TeX-region:                            Starting a Command.  (line  32)
-* TeX-region <1>:                        Starting a Command.  (line  55)
+* TeX-region <1>:                        Starting a Command.  (line  65)
 * TeX-save-query:                        Multifile.           (line 100)
-* TeX-show-compilation:                  Processor Options.   (line 135)
+* TeX-show-compilation:                  Processor Options.   (line 157)
 * 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)
@@ -7763,11 +7820,11 @@ Variable Index
 * TeX-style-path:                        Automatic.           (line  38)
 * TeX-style-private:                     Automatic Private.   (line  28)
 * TeX-trailer-start:                     Starting a Command.  (line  32)
-* TeX-trailer-start <1>:                 Starting a Command.  (line  64)
+* TeX-trailer-start <1>:                 Starting a Command.  (line  74)
 * TeX-view-predicate-list:               Starting Viewers.    (line  56)
 * TeX-view-program-list:                 Starting Viewers.    (line  65)
 * TeX-view-program-selection:            Starting Viewers.    (line  36)
-* TeX-view-style:                        Starting Viewers.    (line 113)
+* TeX-view-style:                        Starting Viewers.    (line 114)
 * Texinfo-clean-intermediate-suffixes:   Cleaning.            (line   7)
 * Texinfo-clean-output-suffixes:         Cleaning.            (line   7)
 * Texinfo-mode-hook:                     Modes and Hooks.     (line  21)
@@ -7831,7 +7888,7 @@ Concept Index
                                                               (line   6)
 * ASCII pTeX <1>:                        Japanese.            (line   6)
 * 'auctex.el':                           Loading the package. (line  14)
-* 'auctex.el' <1>:                       Changes.             (line 297)
+* 'auctex.el' <1>:                       Changes.             (line 313)
 * 'auto' directories.:                   Automatic.           (line   6)
 * Auto-Reveal:                           Folding.             (line   6)
 * Automatic:                             Automatic.           (line   6)
@@ -8132,7 +8189,7 @@ Concept Index
                                                               (line 286)
 * 'tex-site.el':                         Loading the package. (line  14)
 * 'tex-site.el' <1>:                     Customizing.         (line   6)
-* 'tex-site.el' <2>:                     Changes.             (line 297)
+* 'tex-site.el' <2>:                     Changes.             (line 313)
 * tool bar, toolbar:                     Processing.          (line  11)
 * Trailer:                               Commands.            (line   6)
 * Underfull boxes:                       Debugging.           (line   6)
@@ -8169,84 +8226,84 @@ Node: Quick Start49208
 Ref: Quick Start-Footnote-151198
 Node: Editing Facilities51345
 Node: Processing Facilities56148
-Node: Editing60042
-Node: Quotes61372
-Node: Font Specifiers69640
-Node: Sectioning71466
-Node: Environments75786
-Node: Equations80940
-Node: Floats81531
-Node: Itemize-like83064
-Node: Tabular-like83785
-Node: Customizing Environments85268
-Node: Mathematics85508
-Node: Completion88434
-Node: Marking93757
-Node: Marking (LaTeX)94381
-Node: Marking (Texinfo)95323
-Node: Commenting96933
-Node: Indenting98258
-Node: Filling104294
-Node: Display110166
-Node: Font Locking111778
-Node: Fontification of macros113853
-Node: Fontification of quotes123291
-Node: Fontification of math124786
-Node: Verbatim content126505
-Node: Faces127279
-Node: Known problems127768
-Node: Folding128697
-Node: Outline139521
-Node: Narrowing140793
-Node: Processing141843
-Node: Commands143006
-Node: Starting a Command143562
-Node: Selecting a Command148098
-Node: Processor Options151624
-Node: Viewing159008
-Node: Starting Viewers159382
-Node: I/O Correlation165900
-Node: Debugging169346
-Node: Error overview172370
-Node: Checking174147
-Node: Control175309
-Node: Cleaning176036
-Node: Documentation177249
-Node: Customization178029
-Node: Modes and Hooks178522
-Node: Multifile180257
-Node: Parsing Files184936
-Node: Internationalization189848
-Node: European191029
-Node: Japanese197909
-Node: Automatic199606
-Node: Automatic Global202097
-Node: Automatic Private203229
-Node: Automatic Local204542
-Node: Style Files205573
-Node: Simple Style206366
-Node: Adding Macros209639
-Node: Adding Environments218760
-Node: Adding Other223421
-Node: Hacking the Parser224008
-Node: Appendices227877
-Node: Copying this Manual228261
-Node: GNU Free Documentation License229145
-Node: Changes254264
-Node: Development283867
-Node: Mid-term Goals284513
-Node: Wishlist285730
-Node: Bugs291687
-Node: FAQ293217
-Node: Texinfo mode299390
-Node: Exploiting300526
-Node: Superseding301346
-Node: Mapping305550
-Node: Unbinding307379
-Node: Indices308200
-Node: Key Index308425
-Node: Function Index314457
-Node: Variable Index324902
-Node: Concept Index345864
+Node: Editing60906
+Node: Quotes62236
+Node: Font Specifiers70504
+Node: Sectioning72330
+Node: Environments76650
+Node: Equations81804
+Node: Floats82395
+Node: Itemize-like83928
+Node: Tabular-like84649
+Node: Customizing Environments86132
+Node: Mathematics86372
+Node: Completion89298
+Node: Marking94621
+Node: Marking (LaTeX)95245
+Node: Marking (Texinfo)96187
+Node: Commenting97797
+Node: Indenting99122
+Node: Filling105158
+Node: Display111030
+Node: Font Locking112642
+Node: Fontification of macros114717
+Node: Fontification of quotes124155
+Node: Fontification of math125650
+Node: Verbatim content127369
+Node: Faces128143
+Node: Known problems128632
+Node: Folding129561
+Node: Outline140385
+Node: Narrowing141657
+Node: Processing142707
+Node: Commands143870
+Node: Starting a Command144426
+Node: Selecting a Command149329
+Node: Processor Options152855
+Node: Viewing161392
+Node: Starting Viewers161766
+Node: I/O Correlation168343
+Node: Debugging171789
+Node: Error overview174813
+Node: Checking176590
+Node: Control177752
+Node: Cleaning178479
+Node: Documentation179692
+Node: Customization180472
+Node: Modes and Hooks180965
+Node: Multifile182700
+Node: Parsing Files187379
+Node: Internationalization192291
+Node: European193472
+Node: Japanese200352
+Node: Automatic202049
+Node: Automatic Global204540
+Node: Automatic Private205672
+Node: Automatic Local206985
+Node: Style Files208016
+Node: Simple Style208809
+Node: Adding Macros212082
+Node: Adding Environments221203
+Node: Adding Other225864
+Node: Hacking the Parser226451
+Node: Appendices230320
+Node: Copying this Manual230704
+Node: GNU Free Documentation License231588
+Node: Changes256707
+Node: Development286986
+Node: Mid-term Goals287632
+Node: Wishlist288849
+Node: Bugs294389
+Node: FAQ295919
+Node: Texinfo mode302092
+Node: Exploiting303228
+Node: Superseding304048
+Node: Mapping308252
+Node: Unbinding310081
+Node: Indices310902
+Node: Key Index311127
+Node: Function Index317232
+Node: Variable Index327750
+Node: Concept Index348785
 
 End Tag Table
diff --git a/preview-latex.info b/preview-latex.info
index 4b6f701..e43814d 100644
--- a/preview-latex.info
+++ b/preview-latex.info
@@ -2,7 +2,7 @@ This is preview-latex.info, produced by makeinfo version 5.2 
from
 preview-latex.texi.
 
 This manual is for preview-latex, a LaTeX preview mode for AUCTeX
-(version 11.88.8 from 2015-08-28).
+(version 11.88.9 from 2015-10-19).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
 Foundation, Inc.
@@ -1900,7 +1900,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 11.88.8 from 2015-08-28).
+(version 11.88.9 from 2015-10-19).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
 Foundation, Inc.
diff --git a/tex-site.el b/tex-site.el
index 65842b9..4e9843d 100644
--- a/tex-site.el
+++ b/tex-site.el
@@ -148,11 +148,11 @@ set it with `TeX-modes-set'."
                       `(TeX-modes-set ',var ,var t))
                     (setq list (cdr list)))))) )
 
-(defconst AUCTeX-version "11.88.8"
+(defconst AUCTeX-version "11.88.9"
     "AUCTeX version.
 If not a regular release, the date of the last change.")
 
-(defconst AUCTeX-date "2015-08-28"
+(defconst AUCTeX-date "2015-10-19"
   "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]