








| author | Arash Esbati <arash@gnu.org> | 2026-08-25 08:35:55 +0200 |
|---|---|---|
| committer | Arash Esbati <arash@gnu.org> | 2026-08-25 08:35:55 +0200 |
| commit | 04f246a03d4e475b1de391b8c267a7ebddd50ed1 (patch) | |
| tree | fdea929d4666e699005bfdf342b2436161d2db11 | |
| parent | 1c17eb433c7a040df4136911672cb8bd0bbf36e2 (diff) | |
* style/ltx-talk.el (LaTeX-ltx-talk-frame-key-val-options) (LaTeX-ltx-talk-class-options-list): Update key=val's.
| -rw-r--r-- | style/ltx-talk.el | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/style/ltx-talk.el b/style/ltx-talk.el
index 5dfeff6a7e6..94cb02f68c6 100644
--- a/style/ltx-talk.el
+++ b/style/ltx-talk.el
@@ -1,4 +1,4 @@
-;;; ltx-talk.el --- AUCTeX style for `ltx-talk.cls' (v0.5.3) -*- lexical-binding: t; -*-
+;;; ltx-talk.el --- AUCTeX style for `ltx-talk.cls' (v0.6.0) -*- lexical-binding: t; -*-
;; Copyright (C) 2025--2026 Free Software Foundation, Inc.
@@ -24,7 +24,7 @@
;;; Commentary:
-;; This file adds support for `ltx-talk.sty' (v0.5.3) from 2026-08-05.
+;; This file adds support for `ltx-talk.sty' (v0.6.0) from 2026-08-23.
;; `ltx-talk.sty' is part of TeXLive.
;;; Code:
@@ -52,7 +52,10 @@ Optional MACRO can be a string, for example, \"bibitem\"."
(defvar LaTeX-ltx-talk-frame-key-val-options
'(("action-spec")
+ ("auto-break" ("true" "false"))
+ ("auto-break-coverage")
("name")
+ ("supplementary-frame" ("true" "false"))
("vertical-alignment" ("bottom" "center" "stretch" "top")))
"List of key=val options for the frame environment.")
@@ -328,7 +331,8 @@ Optional MACRO can be a string, for example, \"bibitem\"."
("font-size" ("10pt" "11pt" "12pt"))
("frame-title-arg" ("true" "false"))
("handout")
- ("mode" ("handout" "projector")))
+ ("mode" ("handout" "projector"))
+ ("supplementary-frames" ("appendix" "in-place" "omit")))
"Alist of class options for the ltx-talk class.")
(defun LaTeX-ltx-talk-class-options ()
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。