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

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

[elpa] externals/auctex 0265793 25/36: Add "s" and "S" to `LaTeX-array-c


From: Tassilo Horn
Subject: [elpa] externals/auctex 0265793 25/36: Add "s" and "S" to `LaTeX-array-column-letters'
Date: Thu, 22 Dec 2016 13:08:12 +0000 (UTC)

branch: externals/auctex
commit 026579322e0d3327717841f50c1f8814e2909af1
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    Add "s" and "S" to `LaTeX-array-column-letters'
    
    * style/siunitx.el ("siunitx"): Add column specification letters
    "s" and "S" to `LaTeX-array-column-letters'.
---
 style/siunitx.el |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/style/siunitx.el b/style/siunitx.el
index a5890f5..9fad553 100644
--- a/style/siunitx.el
+++ b/style/siunitx.el
@@ -590,11 +590,17 @@ string."
       "ab"
       "zb"
       "yb"))
+
+   ;; `siunitx.sty' adds new column specification letters
+   (set (make-local-variable 'LaTeX-array-column-letters)
+       (concat LaTeX-array-column-letters "s" "S"))
+
    (TeX-run-style-hooks "l3keys2e"
                        "array"
                        "amstext"
                        "xparse"
                        "expl3")
+
    ;; Fontification
    (when (and (featurep 'font-latex)
              (eq TeX-install-font-lock 'font-latex-setup))



reply via email to

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