























| author | Arash Esbati <arash@gnu.org> | 2026-06-02 17:23:38 +0200 |
|---|---|---|
| committer | Arash Esbati <arash@gnu.org> | 2026-06-02 17:23:38 +0200 |
| commit | 9850b4d57c80b35f8758c9b24908bf7e9d818160 (patch) | |
| tree | b1593d20da932733a8d9f8077306d80e45079cf0 | |
| parent | 95a5ec7fca542e10b195e52ab19049f841bc6693 (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.el | 9 |
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
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。