branch: main
commit 59bc421e39b5a0d94d2c1ebb73d3fdc80cd75b7b
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
Update style/keytheorems.el to v0.2.6
* style/keytheorems.el
(LaTeX-keytheorems-newkeytheorem-key-val-options): Add
"counter-format" key.
---
style/keytheorems.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/style/keytheorems.el b/style/keytheorems.el
index 1c151315..0ff34bae 100644
--- a/style/keytheorems.el
+++ b/style/keytheorems.el
@@ -1,4 +1,4 @@
-;;; keytheorems.el --- AUCTeX style for `keytheorems.sty' (v0.2.4) -*-
lexical-binding: t; -*-
+;;; keytheorems.el --- AUCTeX style for `keytheorems.sty' (v0.2.6) -*-
lexical-binding: t; -*-
;; Copyright (C) 2025 Free Software Foundation, Inc.
@@ -24,8 +24,8 @@
;;; Commentary:
-;; This file adds support for `keytheorems.sty' (v0.2.4) from
-;; 2025-01-21. `keytheorems.sty' is part of TeXLive.
+;; This file adds support for `keytheorems.sty' (v0.2.6) from
+;; 2025-04-23. `keytheorems.sty' is part of TeXLive.
;;; Code:
@@ -128,6 +128,7 @@ each sub-list."
;; 3.3 Keys added by keytheorems
("refname" ("{}"))
("Refname" ("{}"))
+ ("counter-format")
("leftmargin" ,lengths)
("rightmargin" ,lengths)
("tcolorbox")