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

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

[elpa] externals/auctex 24a2a9d 20/28: Add `LCRJ' to `LaTeX-array-column


From: Tassilo Horn
Subject: [elpa] externals/auctex 24a2a9d 20/28: Add `LCRJ' to `LaTeX-array-column-letters'.
Date: Fri, 07 Aug 2015 15:59:25 +0000

branch: externals/auctex
commit 24a2a9d1d91751a86c5227d8cf54a6757f554276
Author: Arash Esbati <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Add `LCRJ' to `LaTeX-array-column-letters'.
    
    Signed-off-by: Mosè Giordano <address@hidden>
---
 ChangeLog         |    3 +++
 style/tabulary.el |    6 +++++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 94fcf10..6eca23d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-07-18  Arash Esbati  <address@hidden>
 
+       * style/tabulary.el ("tabulary"): Add `LCRJ' to
+       `LaTeX-array-column-letters'.
+
        * style/tabularx.el ("tabularx"): Add `X' to
        `LaTeX-array-column-letters'.
 
diff --git a/style/tabulary.el b/style/tabulary.el
index c17b96e..30e3a64 100644
--- a/style/tabulary.el
+++ b/style/tabulary.el
@@ -52,7 +52,11 @@
     '("tabulary" LaTeX-env-tabular*))
 
    ;; `tabulary' requires the array package
-   (TeX-run-style-hooks "array"))
+   (TeX-run-style-hooks "array")
+
+   ;; `tabulary.sty' adds some new column specification letters.
+   (set (make-local-variable 'LaTeX-array-column-letters)
+       (concat LaTeX-array-column-letters "L" "C" "R" "J")))
  LaTeX-dialect)
 
 ;;; tabulary.el ends here



reply via email to

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