auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/setspace.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/setspace.el,v
Date: Mon, 25 Apr 2011 18:32:19 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    11/04/25 18:32:19

Index: setspace.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/setspace.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- setspace.el 25 Apr 2011 18:29:07 -0000      1.1
+++ setspace.el 25 Apr 2011 18:32:18 -0000      1.2
@@ -34,6 +34,7 @@
  (lambda ()
    (TeX-add-symbols
     '("setstretch" "Stretch")
+    '("setdisplayskipstretch" "Stretch")
     '("SetSinglespace" "Stretch")
     '("onehalfspacing" 0)
     '("doublespacing" 0)
@@ -54,7 +55,7 @@
                               'function))))
 
 (defvar LaTeX-setspace-package-options 
-  '("doublespacing" "onehalfspacing" "singlespacing")
+  '("doublespacing" "onehalfspacing" "singlespacing" "nodisplayskipstretch")
   "Package options for the setspace package.")
 
 ;;; setspace.el ends here
\ No newline at end of file



reply via email to

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