[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 3542a23 70/80: Update style/subcaption.el to pac
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 3542a23 70/80: Update style/subcaption.el to package version 1.3 |
Date: |
Wed, 16 Oct 2019 11:07:20 -0400 (EDT) |
branch: externals/auctex
commit 3542a23e61592b882eacd75594eb5b8ee0f33286
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
Update style/subcaption.el to package version 1.3
* style/subcaption.el ("subcaption"): Add support for \subfloat
macro.
---
style/subcaption.el | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/style/subcaption.el b/style/subcaption.el
index 8bffa8a..1914a14 100644
--- a/style/subcaption.el
+++ b/style/subcaption.el
@@ -1,6 +1,6 @@
-;;; subcaption.el --- AUCTeX style for `subcaption.sty' (v1.1-100)
+;;; subcaption.el --- AUCTeX style for `subcaption.sty' (v1.3)
-;; Copyright (C) 2015--2018 Free Software Foundation, Inc.
+;; Copyright (C) 2015--2019 Free Software Foundation, Inc.
;; Author: Arash Esbati <address@hidden>
;; Maintainer: address@hidden
@@ -26,8 +26,8 @@
;;; Commentary:
-;; This file adds support for `subcaption.sty' (v1.1-100) from
-;; 2015-09-15. `subcaption.sty' is part of TeXLive.
+;; This file adds support for `subcaption.sty' (v1.3) from 2019-08-31.
+;; `subcaption.sty' is part of TeXLive.
;;; Code:
@@ -130,7 +130,8 @@ caption, insert only a caption."
;; check if hyperref.el is loaded and make it available directly.
'("subref*" TeX-arg-ref)
'("phantomcaption" 0)
- '("phantomsubcaption" 0))
+ '("phantomsubcaption" 0)
+ '("subfloat" [ "List entry" ] [ "Sub-caption" ] t))
;; The next 2 macros are part of the kernel of caption.sty, but we
;; load them within subcaption.el.
@@ -151,8 +152,9 @@ caption, insert only a caption."
(TeX-argument-prompt nil nil "Type")
'("figure" "table"))))
- ;; \subcaption(box)? macros should get their own lines
- (LaTeX-paragraph-commands-add-locally '("subcaption" "subcaptionbox"))
+ ;; \subcaption(box)? and \subfloat macros should get their own lines
+ (LaTeX-paragraph-commands-add-locally
+ '("subcaption" "subcaptionbox" "subfloat"))
;; The subfigure & subtable environments
(LaTeX-add-environments
@@ -175,7 +177,8 @@ caption, insert only a caption."
(font-latex-add-keywords '(("subcaption" "*[{")
("subcaptionbox" "*[{[[")
("phantomcaption" "")
- ("phantomsubcaption" ""))
+ ("phantomsubcaption" "")
+ ("subfloat" "[["))
'textual)
(font-latex-add-keywords '(("subref" "*{"))
'reference)
- [elpa] externals/auctex cdb98c6 34/80: Fix last commit, (continued)
- [elpa] externals/auctex cdb98c6 34/80: Fix last commit, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 0fd9848 35/80: Improve style/mflogo.el, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 1b88eda 38/80: Fix autoload generation code (bug#35758), Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 90fcbd4 41/80: Make navigation function robust, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex c07e4bf 49/80: Update style/AnonymousPro.el to package version 2.2, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex a9b5eb1 67/80: ; * style/changelog.el (font-latex-add-keywords): Silence the compiler., Tassilo Horn, 2019/10/16
- [elpa] externals/auctex dc5e90e 66/80: Add new style/multitoc.el, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex c5e47f8 80/80: ; Recompile using GNUMakefile after merge from origin/master, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex ff688b9 33/80: Stop depreciated usage of undeclared dynamic variable, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 3e179f8 53/80: Update style/fvextra.el to package version 1.4, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 3542a23 70/80: Update style/subcaption.el to package version 1.3,
Tassilo Horn <=
- [elpa] externals/auctex 7cb6c19 59/80: Fix lisp example for `TeX-electric-math', Tassilo Horn, 2019/10/16
- [elpa] externals/auctex a033c30 43/80: ; Use `LaTeX-extract-key-value-label', Tassilo Horn, 2019/10/16
- [elpa] externals/auctex aa17420 46/80: ; Silence the compiler, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 01dc048 78/80: Change default for new Ghostscript, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 799c844 63/80: Add new style/changelog.el, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex dc2c2d6 65/80: Make "PDF Tools" viewer available under Windows and macOS, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex dbc1fa0 71/80: Support new kernel macros \Ref and \labelformat, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 7cd329f 74/80: Add fontification support for ragged2e macros, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 85dd4fe 73/80: Delete \Ref and \labelformat from varioref.el, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex d93db40 72/80: * latex.el (LaTeX-common-initialization): Add \Ref to `TeX-complete-list'., Tassilo Horn, 2019/10/16