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

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

[elpa] 29/299: * style/pstricks.el (LaTeX-pstricks-package-options): New


From: Stefan Monnier
Subject: [elpa] 29/299: * style/pstricks.el (LaTeX-pstricks-package-options): New variable.
Date: Sun, 02 Nov 2014 03:10:00 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 7af70087e7faa54a5dda0eff1d78678d8a86fd00
Author: Tassilo Horn <address@hidden>
Date:   Mon Jan 14 19:28:16 2013 +0000

    * style/pstricks.el (LaTeX-pstricks-package-options): New
    variable.
---
 ChangeLog         |    5 +++++
 style/pstricks.el |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 147b6ff..97042aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-13  Mads Jensen  <address@hidden>
+
+       * style/pstricks.el (LaTeX-pstricks-package-options): New
+       variable.
+
 2013-01-14  Tassilo Horn  <address@hidden>
 
        * Makefile.in (STYLESRC): Enable memoir.el style.
diff --git a/style/pstricks.el b/style/pstricks.el
index 6e4df32..33a1abd 100644
--- a/style/pstricks.el
+++ b/style/pstricks.el
@@ -863,4 +863,8 @@ comma separated list. Point has to be within the sexp to 
modify."
     '("multirput" (LaTeX-pst-macro-multirputps t) t)
     '("multips" (LaTeX-pst-macro-multirputps nil) t))))
 
+(defvar LaTeX-pstricks-package-options
+  '("97" "plain" "DIA" "vtex" "distiller" "noxcolor")
+  "Package options for pstricks.")
+
 ;;; pstricks.el ends here



reply via email to

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