branch: externals/auctex
commit c72b9722b2284d3bf4b3cfaa081289b28cd960d0
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
Update style/ltx-talk.el to class v0.3.12
* style/ltx-talk.el (LaTeX-ltx-talk-class-options-list): Add
"font-size" option.
---
style/ltx-talk.el | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/style/ltx-talk.el b/style/ltx-talk.el
index 41babff273..20a73a5881 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.3.8) -*-
lexical-binding: t; -*-
+;;; ltx-talk.el --- AUCTeX style for `ltx-talk.cls' (v0.3.12) -*-
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.3.8) from 2026-01-12.
+;; This file adds support for `ltx-talk.sty' (v0.3.12) from 2026-01-21.
;; `ltx-talk.sty' is part of TeXLive.
;;; Code:
@@ -302,9 +302,10 @@ Optional MACRO can be a string, for example, \"bibitem\"."
(defvar LaTeX-ltx-talk-class-options-list
'(("aspect-ratio")
- ("mode" ("handout" "projector"))
+ ("font-size" ("10pt" "11pt" "12pt"))
+ ("frame-title-arg" ("true" "false"))
("handout")
- ("frame-title-arg" ("true" "false")))
+ ("mode" ("handout" "projector")))
"Alist of class options for the ltx-talk class.")
(defun LaTeX-ltx-talk-class-options ()