auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/natbib.el


From: Arne Jørgensen
Subject: [AUCTeX-diffs] Changes to auctex/style/natbib.el
Date: Sun, 23 Oct 2005 06:13:04 -0400

Index: auctex/style/natbib.el
diff -u auctex/style/natbib.el:1.6 auctex/style/natbib.el:1.7
--- auctex/style/natbib.el:1.6  Sun Oct 10 11:02:24 2004
+++ auctex/style/natbib.el      Sun Oct 23 10:13:01 2005
@@ -95,4 +95,12 @@
          ;; Make sure that we have an empty post note if pre is not empty
          (if (string= pre "") (insert "[]"))))))
 
+(defvar LaTeX-natbib-package-options '("numbers" "super" "authoryear"
+                                      "round" "square" "angle" "curly"
+                                      "comma" "colon" "nobibstyle" 
+                                      "bibstyle" "openbib" "sectionbib"
+                                      "sort" "sort&compress"
+                                      "longnamesfirst" "nonamebreak")
+  "Package options for the natbib package.")
+
 ;; natbib.el ends here




reply via email to

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