auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. fbbb17bec6ff1b9f1d57b


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. fbbb17bec6ff1b9f1d57b6944124cb69dffb67a1
Date: Wed, 14 Jun 2017 17:36:27 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  fbbb17bec6ff1b9f1d57b6944124cb69dffb67a1 (commit)
      from  4ddee01e68d34a91e75f92af58157d5985c5e6e2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fbbb17bec6ff1b9f1d57b6944124cb69dffb67a1
Author: Arash Esbati <address@hidden>
Date:   Wed Jun 14 23:33:57 2017 +0200

    Update key=value options to graphicx package version 1.1a
    
    * style/graphicx.el (LaTeX-graphicx-key-val-options): Add new
    key=value options.
    (LaTeX-arg-graphicx-includegraphics-key-val): Support "pagebox"
    key with pdfTeX or LuaTeX.

diff --git a/style/graphicx.el b/style/graphicx.el
index f7e1230..4fcdc17 100644
--- a/style/graphicx.el
+++ b/style/graphicx.el
@@ -1,6 +1,6 @@
 ;;; graphicx.el --- AUCTeX style file for graphicx.sty
 
-;; Copyright (C) 2000, 2004, 2005, 2014, 2016 by Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2004, 2005, 2014--2017 by Free Software Foundation, Inc.
 
 ;; Author: Ryuichi Arafune <address@hidden>
 ;; Created: 1999/3/20
@@ -51,7 +51,9 @@
     ("keepaspectratio" ("true" "false"))
     ("scale")
     ("clip"  ("true" "false"))
-    ("draft" ("true" "false")))
+    ("draft" ("true" "false"))
+    ("quiet")
+    ("interpolate" ("true" "false")))
   "Key=value options for graphicx macros.")
 
 (defvar LaTeX-includegraphics-dvips-extensions
@@ -79,7 +81,8 @@ spaces conveniently.
 
 If `TeX-engine' is set to symbol 'default (while
 `TeX-PDF-from-DVI' is set to nil) or 'luatex and `TeX-PDF-mode'
-is non-nil, add the key \"page\" to list of key-val's."
+is non-nil, add the keys \"page\" and \"pagebox\" to list of
+key-val's."
   (let ((crm-local-completion-map
         (remove (assoc 32 crm-local-completion-map)
                 crm-local-completion-map))
@@ -92,7 +95,13 @@ is non-nil, add the key \"page\" to list of key-val's."
                                         (not (TeX-PDF-from-DVI)))
                                    (eq TeX-engine 'luatex))
                                TeX-PDF-mode)
-                          (append '(("page")) LaTeX-graphicx-key-val-options)
+                          (append '(("page")
+                                    ("pagebox" ("mediabox"
+                                                "cropbox"
+                                                "bleedbox"
+                                                "trimbox"
+                                                "artbox")))
+                                  LaTeX-graphicx-key-val-options)
                         LaTeX-graphicx-key-val-options))
      optional)))
 

-----------------------------------------------------------------------

Summary of changes:
 style/graphicx.el | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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