[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex e35f85a 06/43: Update style/capti
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex e35f85a 06/43: Update style/caption.el to package version 3.4a |
Date: |
Sat, 11 Apr 2020 15:05:18 -0400 (EDT) |
branch: externals/auctex
commit e35f85a0c0dc34c5e2f1825ee6064ad6cb88bccb
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
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.
---
style/caption.el | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
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" "{{")
- [AUCTeX-diffs] [elpa] externals/auctex 2ceda21 09/43: Use pdf rather than dvi for preview package document, (continued)
- [AUCTeX-diffs] [elpa] externals/auctex 2ceda21 09/43: Use pdf rather than dvi for preview package document, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex f700ec0 16/43: Support extended NFSS shapes with 2020-02-02 LaTeX kernel, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 7f60ef7 12/43: Update Pygments styles to version 2.5.2, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 13e6746 13/43: Delete insertion of wrong dollar sign, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 486650b 05/43: Update menu in proper timing (bug#38058), Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 1d72a5c 21/43: Remove compatibility code for older emacsen, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 8927ed6 04/43: Update style/ltugboat.el to class version 2.22, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 8a2cdac 02/43: Add new style/fbox.el, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 4c1bb12 10/43: ; * tex-style.el (LaTeX-exam-reftex-quick-id-key): Fix docstring., Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 45f0298 07/43: * font-latex.el (font-latex-setup): Remove XEmacs compat code., Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex e35f85a 06/43: Update style/caption.el to package version 3.4a,
Tassilo Horn <=
- [AUCTeX-diffs] [elpa] externals/auctex 6c25ffe 08/43: Adjust Makefile clean targets, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex d308a1e 14/43: Fix handling of LaTeX font declaration macros, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 68247ff 18/43: Delete obsolete comment, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex f2bac9d 11/43: Improve environment insertion (bug#35284), Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 8cd9db3 17/43: Add changelog for my previous bug fix, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 3424aae 15/43: Update style/fbox.el to package version 0.04, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 7565d7c 19/43: Remove compatibility code for older emacsen, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 8979812 20/43: Don't use obsolete variable, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 88edbf8 22/43: Improve support for extended NFSS macros, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex c1e0419 23/43: Adjust style/fontaxes.el to LaTeX kernel, Tassilo Horn, 2020/04/11