惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
月光博客
月光博客
aimingoo的专栏
aimingoo的专栏
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
MyScale Blog
MyScale Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
F
Fortinet All Blogs
小众软件
小众软件
D
Docker
U
Unit 42
博客园 - 聂微东
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
有赞技术团队
有赞技术团队
腾讯CDC

elpa/gnu.git, branch externals/auctex

Update style/keytheorems.el to package v0.4.0 - elpa/gnu.git Release GNU AUCTeX 14.2.0 - elpa/gnu.git * latex.el (LaTeX-what-macro): Fix chars to skip backwards. - elpa/gnu.git * tex-ispell.el: Consolidate regexp for tabular environments. - elpa/gnu.git ; * latex.el (LaTeX-what-macro): Fix last change. - elpa/gnu.git * latex.el (LaTeX-what-macro): Improve macro recognition. - elpa/gnu.git Preserve `crm--choose-completion-string' - elpa/gnu.git - GNU ELPA Accept '-' as macro modifier - elpa/gnu.git Add new styles - elpa/gnu.git ; * tex-info.el (outline-heading-alist): Silence the compiler. - elpa/gnu.git Update style/simpleicons.el to package v16.29.0 - elpa/gnu.git Update NEWS.org for new preview feature - elpa/gnu.git Robustify check for escaped math switches/togglers - elpa/gnu.git Fix custom prompt with a default-value - elpa/gnu.git Fix prompt with a default-value - elpa/gnu.git Make `TeX-listify' an obsolete alias - elpa/gnu.git Fix 'syntax-propertize because of narrowing!' error - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA Return context for RefTeX also for macros - elpa/gnu.git ; Fix last change - elpa/gnu.git Add in-buffer completion for citation keys - elpa/gnu.git ; Adjust Copyright years - elpa/gnu.git Improve query of the optional float placement - elpa/gnu.git Sort predefined environment hooks - elpa/gnu.git Sort predefined hooks - elpa/gnu.git Allow additional properties for in-buffer completion - elpa/gnu.git
Update style/ltx-talk.el to class v0.6.0 - elpa/gnu.git
Arash Esbati · 2026-08-25 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-08-25 08:35:55 +0200
committerArash Esbati <arash@gnu.org>2026-08-25 08:35:55 +0200
commit04f246a03d4e475b1de391b8c267a7ebddd50ed1 (patch)
treefdea929d4666e699005bfdf342b2436161d2db11
parent1c17eb433c7a040df4136911672cb8bd0bbf36e2 (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.el10

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 ()