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

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

[elpa] externals/auctex 4fd5b48 03/11: Add three missing LaTeX lengths.


From: Tassilo Horn
Subject: [elpa] externals/auctex 4fd5b48 03/11: Add three missing LaTeX lengths.
Date: Sat, 11 Apr 2015 12:02:39 +0000

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

    Add three missing LaTeX lengths.
    
    * latex.el (LaTeX-common-initialization): Add standard LaTeX
    lengths `arraycolsep', `arrayrulewidth' and `doublerulesep'.
---
 ChangeLog |    5 +++++
 latex.el  |   10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 146564f..9cb2e6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-28  Arash Esbati  <address@hidden>
+
+       * latex.el (LaTeX-common-initialization): Add standard LaTeX
+       lengths `arraycolsep', `arrayrulewidth' and `doublerulesep'.
+
 2015-03-23  Tassilo Horn  <address@hidden>
 
        * tex.el (TeX-run-style-hooks): Apply style hooks in reverse
diff --git a/latex.el b/latex.el
index c232c24..6ebcfb6 100644
--- a/latex.el
+++ b/latex.el
@@ -5973,11 +5973,11 @@ i.e. you do _not_ have to cater for this yourself by 
adding \\\\' or $."
   (LaTeX-add-counters "page" "equation" "enumi" "enumii" "enumiii"
                      "enumiv" "footnote" "mpfootnote")
 
-  (LaTeX-add-lengths "baselineskip" "baselinestretch" "columnsep"
-                    "columnwidth" "evensidemargin" "linewidth" "oddsidemargin"
-                    "paperwidth" "paperheight" "parindent" "parskip"
-                    "tabcolsep" "textheight" "textwidth" "topmargin"
-                    "unitlength")
+  (LaTeX-add-lengths "arraycolsep" "arrayrulewidth" "baselineskip" 
"baselinestretch"
+                    "columnsep" "columnwidth" "doublerulesep" "evensidemargin"
+                    "linewidth" "oddsidemargin" "paperwidth" "paperheight"
+                    "parindent" "parskip" "tabcolsep" "textheight" "textwidth"
+                    "topmargin" "unitlength")
 
   (TeX-add-symbols
    '("addtocounter" TeX-arg-counter "Value")



reply via email to

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