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

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

[elpa] 38/299: * style/placeins.el: New style.


From: Stefan Monnier
Subject: [elpa] 38/299: * style/placeins.el: New style.
Date: Sun, 02 Nov 2014 03:10:07 +0000

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

commit 61f3189b41c08dee46966d598ae40ee4749f56ad
Author: Tassilo Horn <address@hidden>
Date:   Mon Jan 21 08:11:20 2013 +0000

    * style/placeins.el: New style.
---
 ChangeLog         |    4 ++++
 style/placeins.el |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index de42118..6c7c959 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-19  Mads Jensen  <address@hidden>
+
+       * style/placeins.el: New style.
+
 2013-01-17  Tassilo Horn  <address@hidden>
 
        * doc/todo.texi: Remove the todo concerning completion for
diff --git a/style/placeins.el b/style/placeins.el
new file mode 100644
index 0000000..f0f5cf8
--- /dev/null
+++ b/style/placeins.el
@@ -0,0 +1,42 @@
+;;; placeins.el --- AUCTeX style for `placeins.sty'
+
+;; Copyright (C) 2013 Free Software Foundation, Inc.
+
+;; Author: Mads Jensen <address@hidden>
+;; Maintainer: address@hidden
+;; Keywords: tex
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 3, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
+;;; Commentary:
+
+;; This file adds support for `placeins.sty'
+
+;;; Code:
+
+(TeX-add-style-hook
+ "placeins"
+ (lambda ()
+   (TeX-add-symbols
+    '("FloatBarrier" 0))))
+
+(defvar LaTeX-placeins-package-options 
+  '("section" "above" "below" "verbose")
+  "Package options for placeins.")
+
+;; placeins.el ends here



reply via email to

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