branch: externals/auctex commit eac2133172f157838fa7a17e777919cafc52f305 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
Update style/keytheorems.el to package v0.3.0 * style/keytheorems.el (LaTeX-keytheorems-package-options-list): Add "predefined" key. --- style/keytheorems.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style/keytheorems.el b/style/keytheorems.el index 0ff34bae1a..1027169e89 100644 --- a/style/keytheorems.el +++ b/style/keytheorems.el @@ -1,4 +1,4 @@ -;;; keytheorems.el --- AUCTeX style for `keytheorems.sty' (v0.2.6) -*- lexical-binding: t; -*- +;;; keytheorems.el --- AUCTeX style for `keytheorems.sty' (v0.3.0) -*- lexical-binding: t; -*- ;; Copyright (C) 2025 Free Software Foundation, Inc. @@ -24,8 +24,8 @@ ;;; Commentary: -;; This file adds support for `keytheorems.sty' (v0.2.6) from -;; 2025-04-23. `keytheorems.sty' is part of TeXLive. +;; This file adds support for `keytheorems.sty' (v0.3.0) from +;; 2025-06-20. `keytheorems.sty' is part of TeXLive. ;;; Code: @@ -39,6 +39,7 @@ '(("overload") ("thmtools-compat") ("auto-translate" ("true" "false")) + ("predefined") ("qed-symbol") ("restate-counters") ("store-all")