[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 4c77908707 11/13: Fix \includegraphics key-vals
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 4c77908707 11/13: Fix \includegraphics key-vals prompt in beamer documents. |
Date: |
Sun, 5 Mar 2023 03:25:40 -0500 (EST) |
branch: externals/auctex
commit 4c779087075875ce586c7051f024d845a1eb694b
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>
Fix \includegraphics key-vals prompt in beamer documents.
* style/beamer.el ("beamer"): Fix \includegraphics key-vals prompt in
beamer documents.
* style/overpic.el (LaTeX-arg-overpic-key-val): Fix
LaTeX-arg-overpic-key-val docstring which referred to the removed
function LaTeX-arg-graphicx-includegraphics-key-val.
---
style/beamer.el | 6 ++++--
style/overpic.el | 7 +++----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/style/beamer.el b/style/beamer.el
index 9a33b348c2..765519b934 100644
--- a/style/beamer.el
+++ b/style/beamer.el
@@ -70,7 +70,8 @@
(add-hook 'LaTeX-after-insert-env-hook #'LaTeX-beamer-after-insert-env nil
t)
(TeX-run-style-hooks "amsmath" "amssymb" "amsthm" "color" "geometry"
- "hyperref" "inputenc" "translator" "xcolor")
+ "hyperref" "inputenc" "translator" "xcolor"
+ "graphicx")
(LaTeX-section-list-add-locally
'(("part" 0)
@@ -160,7 +161,8 @@
'("hyperlinkdocumentend" [TeX-arg-beamer-overlay-spec] 1)
'("hypertarget" [TeX-arg-beamer-overlay-spec] "Target name" t)
'("includegraphics" [TeX-arg-beamer-overlay-spec]
- [LaTeX-arg-graphicx-includegraphics-key-val] LaTeX-arg-includegraphics)
+ [TeX-arg-key-val (LaTeX-graphicx-key-val-options) nil nil ?\s]
+ LaTeX-arg-includegraphics)
'("includeonlyframes" "Frame label(s)")
'("includeonlylecture" "Lecture label")
'("includeslide" ["Options"] "Label")
diff --git a/style/overpic.el b/style/overpic.el
index 52d51d0dfb..9022bb2fce 100644
--- a/style/overpic.el
+++ b/style/overpic.el
@@ -55,10 +55,9 @@
"Insert key-val for optional argument of overpic environments.
If OPTIONAL is non-nil, insert argument in square brackets.
-This function is an variation of
-`LaTeX-arg-graphicx-includegraphics-key-val' where the key-val's
-in `LaTeX-overpic-key-val-options' are offered in addition to the
-ones provided by `LaTeX-graphicx-key-val-options'."
+The key-val's in `LaTeX-overpic-key-val-options' are offered in
+addition to the ones provided by
+`LaTeX-graphicx-key-val-options'."
(let ((crm-local-completion-map
(remove (assoc 32 crm-local-completion-map)
crm-local-completion-map))
- [elpa] externals/auctex 5cf1dd2ae2 01/13: Indent the active region (bug#48518, bug#28382), (continued)
- [elpa] externals/auctex 5cf1dd2ae2 01/13: Indent the active region (bug#48518, bug#28382), Tassilo Horn, 2023/03/05
- [elpa] externals/auctex 3564d9467e 10/13: ; Fix typos, Tassilo Horn, 2023/03/05
- [elpa] externals/auctex 992410a201 02/13: ; * style/physics.el: Fix trivial typo., Tassilo Horn, 2023/03/05
- [elpa] externals/auctex 9d8bd6b30e 06/13: Update style/ltugboat.el to class version 2.28, Tassilo Horn, 2023/03/05
- [elpa] externals/auctex fbc6399b99 09/13: Add new tests, Tassilo Horn, 2023/03/05
- [elpa] externals/auctex b77907698e 12/13: Merge remote-tracking branch 'origin/master' into externals/auctex, Tassilo Horn, 2023/03/05
- [elpa] externals/auctex bbb4e2ae23 08/13: Fill \verb-like macros appropriately (bug#61400), Tassilo Horn, 2023/03/05
- [elpa] externals/auctex 658832b8a2 13/13: Release GNU AUCTeX 13.1.10, Tassilo Horn, 2023/03/05
- [elpa] externals/auctex 358cc74dda 03/13: Add new style/algpseudocodex.el, Tassilo Horn, 2023/03/05
- [elpa] externals/auctex de6aa05d74 05/13: Make `texmathp' aware of verbatim macros/environments, Tassilo Horn, 2023/03/05
- [elpa] externals/auctex 4c77908707 11/13: Fix \includegraphics key-vals prompt in beamer documents.,
Tassilo Horn <=
- [elpa] externals/auctex 4959b9d240 07/13: * style/url.el ("url"): Add missing \DeclareUrlCommand macro., Tassilo Horn, 2023/03/05