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

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

[elpa] 44/299: * style/siunitx.el ("siunitx"): Add `\gram' and `\SendSet


From: Stefan Monnier
Subject: [elpa] 44/299: * style/siunitx.el ("siunitx"): Add `\gram' and `\SendSettingsToPgf'.
Date: Sun, 02 Nov 2014 03:10:10 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 58b33186a730bae8cae180f167b30c34e0c13c45
Author: Tassilo Horn <address@hidden>
Date:   Mon Jan 28 08:22:10 2013 +0000

    * style/siunitx.el ("siunitx"): Add `\gram' and
    `\SendSettingsToPgf'.
---
 ChangeLog        |    5 +++++
 style/siunitx.el |   14 +++++++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dbf41fb..20eaf04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-25  Mos� Giordano  <address@hidden>
+
+       * style/siunitx.el ("siunitx"): Add `\gram' and
+       `\SendSettingsToPgf'.
+
 2013-01-25  Tassilo Horn  <address@hidden>
 
        * tex-buf.el (TeX-output-mode): Make revert-buffer-function buffer
diff --git a/style/siunitx.el b/style/siunitx.el
index eeb5466..1d52939 100644
--- a/style/siunitx.el
+++ b/style/siunitx.el
@@ -1,6 +1,6 @@
-;;; siunitx.el --- AUCTeX style for `siunitx.sty' version 2.5m.
+;;; siunitx.el --- AUCTeX style for `siunitx.sty' version 2.5o.
 
-;; Copyright (C) 2012 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
 ;; Maintainer: address@hidden
 ;; Author: Mosè Giordano <address@hidden>
@@ -25,7 +25,7 @@
 
 ;;; Commentary:
 
-;; This file adds support for `siunitx.sty' version 2.5m.
+;; This file adds support for `siunitx.sty' version 2.5o.
 
 ;;; Code:
 
@@ -199,7 +199,8 @@
     ("strict"))
   "Package options for the siunitx package.")
 
-(TeX-add-style-hook "siunitx"
+(TeX-add-style-hook
+ "siunitx"
  (lambda ()
    (TeX-add-symbols
     ;; Numbers
@@ -229,6 +230,7 @@
     '("candela" 0)
     '("kelvin" 0)
     '("kilogram" 0)
+    '("gram" 0)
     '("meter" 0)
     '("metre" 0)
     '("second" 0)
@@ -491,7 +493,9 @@
     '("fb" 0)
     '("ab" 0)
     '("zb" 0)
-    '("yb" 0))
+    '("yb" 0)
+    ;; Transferring settings to pgf
+    '("SendSettingsToPgf" 0))
    (TeX-run-style-hooks "l3keys2e"
                        "array"
                        "amstext"



reply via email to

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