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

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

[elpa] externals/auctex cd4a1c9 28/71: * style/graphicx.el (LaTeX-graphi


From: Tassilo Horn
Subject: [elpa] externals/auctex cd4a1c9 28/71: * style/graphicx.el (LaTeX-graphicx-key-val-options): Add alt key.
Date: Fri, 17 Dec 2021 15:00:30 -0500 (EST)

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

    * style/graphicx.el (LaTeX-graphicx-key-val-options): Add alt key.
---
 style/graphicx.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/style/graphicx.el b/style/graphicx.el
index bacd734..0e1e220 100644
--- a/style/graphicx.el
+++ b/style/graphicx.el
@@ -62,7 +62,8 @@
     ("clip"  ("true" "false"))
     ("draft" ("true" "false"))
     ("quiet")
-    ("interpolate" ("true" "false")))
+    ("interpolate" ("true" "false"))
+    ("alt"))
   "Key=value options for graphicx macros.")
 
 (defvar LaTeX-includegraphics-dvips-extensions



reply via email to

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