[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex dab40b7 38/43: Load caption style
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex dab40b7 38/43: Load caption style when asking for bicaption package options |
Date: |
Sat, 11 Apr 2020 15:05:25 -0400 (EDT) |
branch: externals/auctex
commit dab40b789252428215bd01bccb2c2ed6b70fb8f4
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
Load caption style when asking for bicaption package options
* style/bicaption.el (LaTeX-bicaption-package-options): Load
"caption" style when making the query for package options.
---
style/bicaption.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/style/bicaption.el b/style/bicaption.el
index 7bc0a35..8622cd5 100644
--- a/style/bicaption.el
+++ b/style/bicaption.el
@@ -1,6 +1,6 @@
;;; bicaption.el --- AUCTeX style for `bicaption.sty' (v1.1-158)
-;; Copyright (C) 2016--2019 Free Software Foundation, Inc.
+;; Copyright (C) 2016--2020 Free Software Foundation, Inc.
;; Author: Arash Esbati <address@hidden>
;; Maintainer: address@hidden
@@ -189,6 +189,7 @@ square brackets."
(defun LaTeX-bicaption-package-options ()
"Prompt for package options for the bicaption package."
+ (TeX-load-style "caption")
(TeX-read-key-val t
(append
`(,(list "language"
- [AUCTeX-diffs] [elpa] externals/auctex 520585a 25/43: ; * style/revtex4-2.el: Silence the compiler., (continued)
- [AUCTeX-diffs] [elpa] externals/auctex 520585a 25/43: ; * style/revtex4-2.el: Silence the compiler., Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex ae89690 28/43: * doc/auctex.texi (Font Specifiers): Document new font macros., Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 54cb9c0 37/43: Load caption style before asking for package options, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 4894e78 27/43: Move customizable variable into tex-style.el, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 0d6271f 33/43: Add new style/overpic.el, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 07efee4 31/43: Add new style/ltxguide.el, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 240476c 40/43: * doc/changes.texi: Document latest changes., Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex fb1fdc4 41/43: Fix y-or-n-p query prompts, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 1f04541 39/43: Track LaTeX kernel changes for textcomp package, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 0d79074 30/43: Add support for some missing environments, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex dab40b7 38/43: Load caption style when asking for bicaption package options,
Tassilo Horn <=
- [AUCTeX-diffs] [elpa] externals/auctex aa85918 24/43: Add new style/revtex4-2.el, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 0dee720 35/43: Add new style/tex-live.el, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex f571914 43/43: Compile after merge from master, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex b84ab02 42/43: Merge branch 'master' into externals/auctex, Tassilo Horn, 2020/04/11