auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] [elpa] externals/auctex fcb1aec 07/11: Update style/eso-p


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex fcb1aec 07/11: Update style/eso-pic.el to package version 3.0a
Date: Fri, 8 Jan 2021 14:24:31 -0500 (EST)

branch: externals/auctex
commit fcb1aec4916066c0c2522c7bc38d9fba147ea349
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Update style/eso-pic.el to package version 3.0a
    
    * style/eso-pic.el ("eso-pic"): Don't run the style hook for
    `atbegshi' since `eso-pic' doesn't rely on that package anymore.
    (LaTeX-eso-pic-package-options-list): Update package options.
---
 style/eso-pic.el | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/style/eso-pic.el b/style/eso-pic.el
index 1136fad..2ee93d0 100644
--- a/style/eso-pic.el
+++ b/style/eso-pic.el
@@ -1,6 +1,6 @@
-;;; eso-pic.el --- AUCTeX style for `eso-pic.sty' (v2.0d)  -*- 
lexical-binding: t; -*-
+;;; eso-pic.el --- AUCTeX style for `eso-pic.sty' (v3.0a)  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2014, 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2020, 2021 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <arash@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -26,7 +26,7 @@
 
 ;;; Commentary:
 
-;; This file adds support for `eso-pic.sty' (v2.0d) from 2013/10/06.
+;; This file adds support for `eso-pic.sty' (v3.0a) from 2020/10/14.
 ;; `eso-pic.sty' is part of TeXLive.
 
 ;;; Code:
@@ -38,12 +38,7 @@
  "eso-pic"
  (lambda ()
 
-   ;; Run style hook for eso-pic
-   (TeX-run-style-hooks "atbegshi")
-
-   ;; New symbols
    (TeX-add-symbols
-
     ;; Basic commands
     '("AddToShipoutPictureBG"   t)
     '("AddToShipoutPictureBG*"  t)
@@ -79,10 +74,12 @@
   '(("pscoord"      ("true" "false"))
     ("texcoord"     ("true" "false"))
     ("grid"         ("true" "false"))
+    ("gridBG"       ("true" "false"))
     ("gridunit"     ("mm" "in" "bp" "pt"))
     ("gridcolor")
     ("subgridcolor")
     ("subgridstyle" ("solid" "dotted"))
+    ("colorgrid"    ("true" "false"))
     ("dvips"        ("true" "false")))
   "Package options for the eso-pic package.")
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]