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

推荐订阅源

博客园 - 【当耐特】
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
小众软件
小众软件
The Cloudflare Blog
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
美团技术团队
WordPress大学
WordPress大学
罗磊的独立博客
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans
Last Week in AI
Last Week in AI
月光博客
月光博客
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
GbyAI
GbyAI
B
Blog
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗

elpa/gnu.git, branch externals/auctex

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 Update style/ltx-talk.el to class v0.6.0 - 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
elpa/gnu.git - GNU ELPA
Arash Esbati · 2026-06-02 · via elpa/gnu.git, branch externals/auctex
authorArash Esbati <arash@gnu.org>2026-06-02 17:23:38 +0200
committerArash Esbati <arash@gnu.org>2026-06-02 17:23:38 +0200
commit9850b4d57c80b35f8758c9b24908bf7e9d818160 (patch)
treeb1593d20da932733a8d9f8077306d80e45079cf0
parent95a5ec7fca542e10b195e52ab19049f841bc6693 (diff)

Update style/eso-pic.el to package v3.0e

* style/eso-pic.el (LaTeX-eso-pic-package-options-list): Add "enabled" key.

-rw-r--r--style/eso-pic.el9

1 files changed, 5 insertions, 4 deletions

diff --git a/style/eso-pic.el b/style/eso-pic.el
index 01ef30f4518..2c2774ad2cd 100644
--- a/style/eso-pic.el
+++ b/style/eso-pic.el

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

-;;; eso-pic.el --- AUCTeX style for `eso-pic.sty' (v3.0a) -*- lexical-binding: t; -*-

+;;; eso-pic.el --- AUCTeX style for `eso-pic.sty' (v3.0e) -*- lexical-binding: t; -*-

-;; Copyright (C) 2014, 2020, 2021 Free Software Foundation, Inc.

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

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

;; Maintainer: auctex-devel@gnu.org

@@ -24,7 +24,7 @@

;;; Commentary:

-;; This file adds support for `eso-pic.sty' (v3.0a) from 2020/10/14.

+;; This file adds support for `eso-pic.sty' (v3.0e) from 2026-05-31.

;; `eso-pic.sty' is part of TeXLive.

;;; Code:

@@ -78,7 +78,8 @@

("subgridcolor")

("subgridstyle" ("solid" "dotted"))

("colorgrid" ("true" "false"))

- ("dvips" ("true" "false")))

+ ("dvips" ("true" "false"))

+ ("enabled" ("true" "false")))

"Package options for the eso-pic package.")

(defun LaTeX-eso-pic-package-options nil