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. e35f85a0c0dc34c5e2f18


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. e35f85a0c0dc34c5e2f1825ee6064ad6cb88bccb
Date: Sat, 7 Dec 2019 17:46:58 -0500 (EST)

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  e35f85a0c0dc34c5e2f1825ee6064ad6cb88bccb (commit)
      from  486650b0ba71e2f25b5ca83087ce8a6be7a94c12 (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 e35f85a0c0dc34c5e2f1825ee6064ad6cb88bccb
Author: Arash Esbati <address@hidden>
Date:   Sat Dec 7 23:45:42 2019 +0100

    Update style/caption.el to package version 3.4a
    
    * style/caption.el (LaTeX-caption-key-val-options): Add values
    autodot and unnumbered to labelformat key.
    Remove wrong ContinuedFloat value from type key.
    ("caption"): Delete entries for ContinuedFloat.
    Add fontification support for \continuedfloat macro.

diff --git a/style/caption.el b/style/caption.el
index 60e6e5a..fb9ddbe 100644
--- a/style/caption.el
+++ b/style/caption.el
@@ -1,4 +1,4 @@
-;;; caption.el --- AUCTeX style for `caption.sty' (v3.3-111)
+;;; caption.el --- AUCTeX style for `caption.sty' (v3.4a)
 
 ;; Copyright (C) 2015--2019 Free Software Foundation, Inc.
 
@@ -26,7 +26,7 @@
 
 ;;; Commentary:
 
-;; This file adds support for `caption.sty' (v3.3-111) from 2015/09/17.
+;; This file adds support for `caption.sty' (v3.4a) from 2019/10/18.
 ;; `caption.sty' is part of TeXLive.
 
 ;; If things do not work or when in doubt, press `C-c C-n'.  Comments
@@ -79,7 +79,8 @@
                      "Large" "normalfont" "up" "it" "sl" "sc" "md" "bf" "rm"
                      "sf" "tt" "singlespacing" "onehalfspacing" "doublespacing"
                      "stretch" "normalcolor" "color" "normal"))
-    ("labelformat"   ("default" "empty" "simple" "brace" "parens"))
+    ("labelformat"   ("default" "empty" "simple" "brace" "parens"
+                     "autodot" "unnumbered"))
     ("labelsep"      ("none" "colon" "period" "space" "quad" "newline" 
"endash"))
     ("list"          ("false" "no" "off" "0" "true" "yes" "on" "1"))
     ("listformat"    ("empty" "simple" "paren" "subsimple" "subparens"))
@@ -107,8 +108,8 @@
                   "stretch" "normalcolor" "color" "normal"))
     ("textformat" ("empty" "simple" "period"))
     ("twoside")
-    ("type"       ("figure" "table" "ContinuedFloat"))
-    ("type*"      ("figure" "table" "ContinuedFloat"))
+    ("type"       ("figure" "table"))
+    ("type*"      ("figure" "table"))
     ("width"))
   "Key=value options for caption macros.")
 
@@ -373,17 +374,17 @@ STAR is non-nil, do not query for a short-caption and a 
label."
     '("captionsetup"
       (TeX-arg-conditional (member "bicaption" (TeX-style-list))
                           ([LaTeX-arg-bicaption-captionsetup])
-                        ([TeX-arg-eval completing-read
-                                       (TeX-argument-prompt t nil "Float type")
-                                       LaTeX-caption-supported-float-types]))
+                          ([TeX-arg-eval completing-read
+                                         (TeX-argument-prompt t nil "Float 
type")
+                                         LaTeX-caption-supported-float-types]))
       (LaTeX-arg-caption-command))
 
     '("captionsetup*"
       (TeX-arg-conditional (member "bicaption" (TeX-style-list))
                           ([LaTeX-arg-bicaption-captionsetup])
-                        ([TeX-arg-eval completing-read
-                                       (TeX-argument-prompt t nil "Float type")
-                                       LaTeX-caption-supported-float-types]))
+                          ([TeX-arg-eval completing-read
+                                         (TeX-argument-prompt t nil "Float 
type")
+                                         LaTeX-caption-supported-float-types]))
       (LaTeX-arg-caption-command))
 
     '("clearcaptionsetup"
@@ -400,9 +401,6 @@ STAR is non-nil, do not query for a short-caption and a 
label."
 
     '("captionbox*" (LaTeX-arg-caption-captionbox t) t)
 
-    '("ContinuedFloat" 0)
-    '("ContinuedFloat*" 0)
-
     '("continuedfloat" 0)
     '("continuedfloat*" 0)
 
@@ -458,6 +456,7 @@ STAR is non-nil, do not query for a short-caption and a 
label."
                              'textual)
      (font-latex-add-keywords '(("captionsetup"                  "*[[{")
                                ("clearcaptionsetup"             "*[{")
+                               ("continuedfloat"                "")
                                ("DeclareCaptionFont"            "{{")
                                ("DeclareCaptionFormat"          "*{{")
                                ("DeclareCaptionJustification"   "{{")

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

Summary of changes:
 style/caption.el | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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