emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 0744b687b3 02/24: Add macros to skip from captio


From: Tassilo Horn
Subject: [elpa] externals/auctex 0744b687b3 02/24: Add macros to skip from caption package
Date: Mon, 21 Feb 2022 02:38:45 -0500 (EST)

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

    Add macros to skip from caption package
    
    * tex-ispell.el (TeX-ispell-skip-cmds-list): Add macros from
    caption.sty.
---
 tex-ispell.el | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/tex-ispell.el b/tex-ispell.el
index b6eddcf47e..009f5a9e13 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -1,6 +1,6 @@
 ;;; tex-ispell.el --- AUCTeX skip additions for Ispell  -*- lexical-binding: 
t; -*-
 
-;; Copyright (C) 2016--2020 Free Software Foundation, Inc.
+;; Copyright (C) 2016--2022 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <arash@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -45,6 +45,7 @@
 ;; attachfile.sty
 ;; booktabs.sty
 ;; breqn.sty
+;; caption.sty
 ;; cleveref.sty
 ;; empheq.sty
 ;; enumitem.sty
@@ -132,6 +133,14 @@
       ;; booktabs.sty
       ("addlinespace" . 0)
       ("specialrule" . 3)
+      ;; caption.sty
+      ("captionlistentry" . 0)
+      ("captionof" . 1)
+      ("captionof*" . 1)
+      ("captionsetup" . 1)
+      ("captionsetup*" . 1)
+      ("clearcaptionsetup" . 1)
+      ("clearcaptionsetup*" . 1)
       ;; cleveref.sty
       ("cref" . 1)
       ("Cref" . 1)



reply via email to

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