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

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

[elpa] 51/299: * Makefile.in (STYLESRC): Activate new style fancynum.el.


From: Stefan Monnier
Subject: [elpa] 51/299: * Makefile.in (STYLESRC): Activate new style fancynum.el.
Date: Sun, 02 Nov 2014 03:10:13 +0000

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

commit 7ed5c59e79da1331c2e17b98ef4738fde806f59e
Author: Tassilo Horn <address@hidden>
Date:   Wed Feb 13 19:33:22 2013 +0000

    * Makefile.in (STYLESRC): Activate new style fancynum.el.
    
    * style/fancynum.el: New style.
---
 ChangeLog         |    8 ++++++++
 Makefile.in       |    3 ++-
 style/fancynum.el |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8db5f48..c0deaf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2013-02-13  Tassilo Horn  <address@hidden>
 
+       * Makefile.in (STYLESRC): Activate new style fancynum.el.
+
+2013-02-08  Mads Jensen  <address@hidden>
+
+       * style/fancynum.el: New style.
+
+2013-02-13  Tassilo Horn  <address@hidden>
+
        * Makefile.in (STYLESRC): Activate new style nameref.el.
 
 2013-02-13  Mads Jensen  <address@hidden>
diff --git a/Makefile.in b/Makefile.in
index efe03d1..be83051 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -128,7 +128,8 @@ STYLESRC = style/prosper.el \
           style/lscape.el    style/epigraph.el  style/mflogo.el \
           style/multirow.el  style/imakeidx.el  style/afterpage.el \
           style/longtable.el style/lipsum.el    style/kantlipsum.el \
-          style/memoir.el    style/placeins.el  style/nameref.el
+          style/memoir.el    style/placeins.el  style/nameref.el \
+          style/fancynum.el
 STYLEELC = $(STYLESRC:.el=.elc)
 
 CLEANFILES = $(AUCELC) $(STYLEELC) $(MULEELC)
diff --git a/style/fancynum.el b/style/fancynum.el
new file mode 100644
index 0000000..967b9c2
--- /dev/null
+++ b/style/fancynum.el
@@ -0,0 +1,46 @@
+;;; fancynum.el --- AUCTeX style for `fancynum.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 `fancynum.sty'
+
+;;; Code:
+
+(TeX-add-style-hook
+ "fancynum"
+ (lambda ()
+   (TeX-add-symbols
+    '("fnum" t)
+    '("setfnumdsym" t)
+    '("setfnummsym" t)
+    '("setfnumgsym" t))))
+
+(defvar LaTeX-fancynum-package-options
+  '("english" "french" "tight" "loose" "commas" "thinspaces" "plain")
+  "Package options for fancynum.")
+
+;; fancynum.el ends here
+



reply via email to

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