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

推荐订阅源

L
LangChain Blog
AWS News Blog
AWS News Blog
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 三生石上(FineUI控件)
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理
WordPress大学
WordPress大学
爱范儿
爱范儿
IT之家
IT之家
博客园 - 叶小钗
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
S
SegmentFault 最新的问题
L
Lohrmann on Cybersecurity
Scott Helme
Scott Helme
G
GRAHAM CLULEY
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
博客园 - 聂微东
有赞技术团队
有赞技术团队
J
Java Code Geeks
小众软件
小众软件
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
V
V2EX
The Last Watchdog
The Last Watchdog
S
Securelist
博客园 - Franky
罗磊的独立博客
阮一峰的网络日志
阮一峰的网络日志
AI
AI
雷峰网
雷峰网
博客园 - 司徒正美
L
LINUX DO - 热门话题
月光博客
月光博客
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
L
LINUX DO - 最新话题
TaoSecurity Blog
TaoSecurity Blog
Cisco Talos Blog
Cisco Talos Blog
K
Kaspersky official blog
H
Hacker News: Front Page
量子位
Latest news
Latest news

elpa/gnu.git, branch externals/auctex

Fix 'syntax-propertize because of narrowing!' error - elpa/gnu.git elpa/gnu.git - GNU ELPA Activate new xref backend - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA ; Fix description about `LaTeX-expl3-syntax-table' - elpa/gnu.git Delete compat function `TeX-always' - elpa/gnu.git Fix fontification of verb macros followed by space - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA Add new style/lineno.el - elpa/gnu.git Record workaround for autonum previews - elpa/gnu.git elpa/gnu.git - GNU ELPA Update style/eso-pic.el to package v3.0e ; * style/contract.el ("contract"): Speed up the additions. - elpa/gnu.git ; * style/contract.el ("contract"): Speed up the additions. ; * doc/faq.texi: Provide a more accessible Lisp form. (Bug#81034) - elpa/gnu.git ; * doc/faq.texi: Provide a more accessible Lisp form. (Bug#81034) ; * style/expl3.el (TeX-arg-expl3-macro): Fix docstring. - elpa/gnu.git ; * style/expl3.el (TeX-arg-expl3-macro): Fix docstring. Update style/simpleicons.el to package v16.17.0 - elpa/gnu.git Update style/simpleicons.el to package v16.17.0 elpa/gnu.git - GNU ELPA * style/contract.el ("contract"): Fix usage of \refParN. Improve matching of header end/trailer start in ConTeXt - elpa/gnu.git Improve matching of header end/trailer start in ConTeXt Improve style/standalone.el elpa/gnu.git - GNU ELPA Update style/lua-unicode-math.el to package v0.8 Update style/babel.el to package v26.4 - elpa/gnu.git * style/babel-german.el ("babel-german"): Add missing macros. - elpa/gnu.git Update style/simpleicons.el to package v16.12.0 - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA Add compatibility shim for obsolete preview option
elpa/gnu.git - GNU ELPA
2026-03-31 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-03-31 09:11:08 +0200
committerArash Esbati <arash@gnu.org>2026-03-31 09:13:44 +0200
commitf0f80f5bfd678fbd58cfeb8e8db472e442b69522 (patch)
tree727cec3ba23831057580088ab770b313a1eea58c
parentf67a5341788fda4fce977be52fa5128188da1fcb (diff)

Improve style/standalone.el

* style/standalone.el ("standalone"): Add \fi after \ifstandalone(beamer)? macros. Fix the name of value "image|key".

-rw-r--r--style/standalone.el16

1 files changed, 8 insertions, 8 deletions

diff --git a/style/standalone.el b/style/standalone.el
index b11d3f99ddd..0aecb8081be 100644
--- a/style/standalone.el
+++ b/style/standalone.el

@@ -1,6 +1,6 @@

;;; standalone.el --- AUCTeX style for `standalone.cls|sty' -*- lexical-binding: t; -*-

-;; Copyright (C) 2024 Free Software Foundation, Inc.

+;; Copyright (C) 2024--2026 Free Software Foundation, Inc.

;; Author: Arash Esbati <arash@gnu.org>

;; Maintainer: auctex-devel@gnu.org

@@ -33,9 +33,7 @@

(require 'latex)

;; Silence the compiler:

-(declare-function font-latex-add-keywords

- "font-latex"

- (keywords class))

+(declare-function font-latex-add-keywords "font-latex" (keywords class))

(defun LaTeX-standalone-auto-cleanup ()

"Parse the value of \"class\" key and run the appropriate style hook."

@@ -53,8 +51,10 @@

;; General macros/env's provided by the class and the package:

(TeX-add-symbols

- '("ifstandalonebeamer" 0)

- '("ifstandalone" 0))

+ '("ifstandalonebeamer"

+ TeX-arg-set-exit-mark (TeX-arg-literal "\\fi"))

+ '("ifstandalone"

+ TeX-arg-set-exit-mark (TeX-arg-literal "\\fi")))

;; Fontification:

(when (and (featurep 'font-latex)

@@ -101,7 +101,7 @@

(TeX-add-symbols

'("standaloneconfig"

(TeX-arg-key-val (("group" ("true" "false"))

- ("mode" ("tex" "image" "tex|image" "build"

+ ("mode" ("tex" "image" "image|tex" "build"

"buildmissing" "buildnew"))

("extension")

("build"))))

@@ -109,7 +109,7 @@

[TeX-arg-key-val (lambda ()

(append (LaTeX-graphicx-key-val-options)

'(("group" ("true" "false"))

- ("mode" ("tex" "image" "tex|image" "build"

+ ("mode" ("tex" "image" "image|tex" "build"

"buildmissing" "buildnew"))

("extension")

("build"))))]